From f3cacc02ef62816cedc8ddddd09bee5c499689e1 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Thu, 24 Apr 2025 13:37:08 -0400 Subject: [PATCH] chore: Test with Protobuf-Java v4.29.4 --- .kokoro/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 502fb4fd4..c2ae43386 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -72,6 +72,7 @@ javadoc) integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ + -Dprotobuf.version=4.31.0-RC1 \ -Penable-integration-tests \ -DtrimStackTrace=false \ -Dclirr.skip=true \