We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2668d5d commit 31d6733Copy full SHA for 31d6733
.kokoro/build.sh
@@ -49,7 +49,8 @@ fi
49
# maven.main.skip skips recompiling the project with modified dependency versions. This
50
# makes the build similar to users' environment where they would upgrade their dependencies
51
# (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"
+# 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"
54
echo "Start dependency tree of modified dependencies by: ${INTEGRATION_TEST_ARGS}"
55
mvn -B -ntp dependency:tree ${INTEGRATION_TEST_ARGS}
56
echo "End of dependency tree"
0 commit comments