Skip to content

Commit 31d6733

Browse files
committed
bad protobuf version
1 parent 2668d5d commit 31d6733

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.kokoro/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ fi
4949
# maven.main.skip skips recompiling the project with modified dependency versions. This
5050
# makes the build similar to users' environment where they would upgrade their dependencies
5151
# (without recompiling Cloud Java libraries).
52-
INTEGRATION_TEST_ARGS="${INTEGRATION_TEST_ARGS} -Dmaven.main.skip -Dgrpc.version=1.72.0 -Dprotobuf.version=4.30.2"
52+
# Protobuf runtime 3.21.0 was released on 2022-05-25
53+
INTEGRATION_TEST_ARGS="${INTEGRATION_TEST_ARGS} -Dmaven.main.skip -Danimal.sniffer.skip -Dgrpc.version=1.72.0 -Dprotobuf.version=3.21.0"
5354
echo "Start dependency tree of modified dependencies by: ${INTEGRATION_TEST_ARGS}"
5455
mvn -B -ntp dependency:tree ${INTEGRATION_TEST_ARGS}
5556
echo "End of dependency tree"

0 commit comments

Comments
 (0)