From a91f8364b72a988d3c3f39a06d6e570fb880f13d Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 26 Aug 2025 13:57:30 -0400 Subject: [PATCH 1/3] chore: Test with Protobuf-Java v4.32 [no need to review] --- .kokoro/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index f77424b4f..4571df430 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -75,6 +75,7 @@ integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ + -Dprotobuf.version=4.32.0 \ -Penable-integration-tests \ -DtrimStackTrace=false \ -Dclirr.skip=true \ From bd430c7abf06b5089abd57322a1beb8581e80b4d Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Mon, 6 Oct 2025 11:11:24 -0400 Subject: [PATCH 2/3] Update build.sh --- .kokoro/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 4571df430..828786a22 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -75,7 +75,7 @@ integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ - -Dprotobuf.version=4.32.0 \ + -Dprotobuf.version=4.32.1 \ -Penable-integration-tests \ -DtrimStackTrace=false \ -Dclirr.skip=true \ From 47695f0aa1763b0c40e63ad1fa364744ec9d5a18 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 21 Oct 2025 16:35:25 -0400 Subject: [PATCH 3/3] Update protobuf.version to 4.33.0 --- .kokoro/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 828786a22..57f312e97 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -75,7 +75,7 @@ integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ - -Dprotobuf.version=4.32.1 \ + -Dprotobuf.version=4.33.0 \ -Penable-integration-tests \ -DtrimStackTrace=false \ -Dclirr.skip=true \