From dd11a2d2365425d3b1881112b3e1a7c5a371d01f Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Thu, 24 Apr 2025 13:34:44 -0400 Subject: [PATCH 1/2] chore: Test with Protobuf-Java v4.31.0-RC1 --- .kokoro/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 41903cda1..1f2bd8036 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -62,6 +62,7 @@ javadoc) integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ + -Dprotobuf.version=4.31.0-RC1 \ -Penable-integration-tests \ -DtrimStackTrace=false \ -Dclirr.skip=true \ From 620d9dc679dce3386b6bcaa189ae14fb988359eb Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 27 May 2025 10:18:14 -0400 Subject: [PATCH 2/2] chore: Update to Protobuf v4.31.0 --- .kokoro/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 1f2bd8036..cc86a927f 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -62,7 +62,7 @@ javadoc) integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ - -Dprotobuf.version=4.31.0-RC1 \ + -Dprotobuf.version=4.31.0 \ -Penable-integration-tests \ -DtrimStackTrace=false \ -Dclirr.skip=true \