Skip to content

Commit e708aff

Browse files
committed
chore: Update to Protobuf 4.32.1
1 parent 1132761 commit e708aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kokoro/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ javadoc)
6464
integration)
6565
mvn -B ${INTEGRATION_TEST_ARGS} \
6666
-ntp \
67-
-Dprotobuf.version=4.32.0 \
67+
-Dprotobuf.version=4.32.1 \
6868
-Penable-integration-tests \
6969
-DtrimStackTrace=false \
7070
-Dclirr.skip=true \
@@ -76,7 +76,7 @@ integration)
7676
graalvm)
7777
# Run Unit and Integration Tests with Native Image
7878
mvn test -Pnative -Penable-integration-tests \
79-
-Dprotobuf.version=4.32.0
79+
-Dprotobuf.version=4.32.1
8080
RETURN_CODE=$?
8181
;;
8282
samples)

0 commit comments

Comments
 (0)