Skip to content

Commit

Permalink
chore: Update to Protobuf 4.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Sep 19, 2024
1 parent 273a7a8 commit 0c7dc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ sed -n "/<artifactId>protobuf-java<\/artifactId>/,/<\/dependency>/ {
echo "The current proto version is: ${CURRENT_PROTO_VERSION}"

# Find the latest proto runtime version available
LATEST_PROTO_VERSION="4.27.4"
LATEST_PROTO_VERSION="4.28.2"
echo "The latest proto version is: ${LATEST_PROTO_VERSION}"

# Only reinstall shared-deps again to test for a newer proto version
Expand Down

0 comments on commit 0c7dc76

Please sign in to comment.