From 34a156d51037ba282248468c76f5b4576e9889b6 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 26 Aug 2025 14:00:22 -0400 Subject: [PATCH 1/5] 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 33ce37cb8..46364847b 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -62,6 +62,7 @@ javadoc) integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ + -Dprotobuf.version=4.32.0 \ -Penable-integration-tests \ -DtrimStackTrace=false \ -Dclirr.skip=true \ From fd95554b5f4106f1a6ee724d1558f00eab58e023 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Wed, 24 Sep 2025 11:32:49 -0400 Subject: [PATCH 2/5] chore: Update to Protobuf 4.32.1 --- .kokoro/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 46364847b..6abbd1dd1 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -62,7 +62,7 @@ javadoc) 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 1930f46505e28b74723cd52b22d665333ca9df39 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 21 Oct 2025 16:35:36 -0400 Subject: [PATCH 3/5] 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 6abbd1dd1..7cb8a62ae 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -62,7 +62,7 @@ javadoc) 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 \ From b3f2d6733f5c3b7ff9d50e11cfc2d3ae6e28d5f0 Mon Sep 17 00:00:00 2001 From: Joe Wang Date: Mon, 26 Jan 2026 09:56:51 -0500 Subject: [PATCH 4/5] update protobuf version --- .kokoro/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 7cb8a62ae..5bce0ed2f 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -62,7 +62,7 @@ javadoc) integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ - -Dprotobuf.version=4.33.0 \ + -Dprotobuf.version=4.33.2 \ -Penable-integration-tests \ -DtrimStackTrace=false \ -Dclirr.skip=true \ From f43f63befb1a363d6a6307099a96e8f62728c1e4 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Thu, 12 Feb 2026 18:14:23 -0500 Subject: [PATCH 5/5] chore: update protobuf-java version to latest --- .kokoro/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 5bce0ed2f..4fb4adf43 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -62,7 +62,7 @@ javadoc) integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ - -Dprotobuf.version=4.33.2 \ + -Dprotobuf.version=4.33.5 \ -Penable-integration-tests \ -DtrimStackTrace=false \ -Dclirr.skip=true \