@@ -72,7 +72,7 @@ javadoc)
7272integration)
7373 mvn -B ${INTEGRATION_TEST_ARGS} \
7474 -ntp \
75- -Dprotobuf.version=4.32.1 \
75+ -Dprotobuf.version=4.33.0 \
7676 -Penable-integration-tests \
7777 -DtrimStackTrace=false \
7878 -Dclirr.skip=true \
@@ -84,7 +84,7 @@ integration)
8484integration-cloud-devel)
8585 mvn -B ${INTEGRATION_TEST_ARGS} \
8686 -ntp \
87- -Dprotobuf.version=4.32.1 \
87+ -Dprotobuf.version=4.33.0 \
8888 -Penable-integration-tests \
8989 -DtrimStackTrace=false \
9090 -Dclirr.skip=true \
@@ -99,7 +99,7 @@ integration-cloud-devel)
9999integration-cloud-staging)
100100 mvn -B ${INTEGRATION_TEST_ARGS} \
101101 -ntp \
102- -Dprotobuf.version=4.32.1 \
102+ -Dprotobuf.version=4.33.0 \
103103 -Penable-integration-tests \
104104 -DtrimStackTrace=false \
105105 -Dclirr.skip=true \
@@ -114,14 +114,14 @@ integration-cloud-staging)
114114graalvm)
115115 # Run Unit and Integration Tests with Native Image.
116116 mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test " -Dtest=com.google.cloud.spanner.jdbc.it.**" \
117- -Dprotobuf.version=4.32.1
117+ -Dprotobuf.version=4.33.0
118118 RETURN_CODE=$?
119119 ;;
120120graalvmA)
121121 # Run Unit and Integration Tests with Native Image A.
122122
123123 NATIVE_IMAGE_OPTIONS=" --strict-image-heap" mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test " -Dtest=com.google.cloud.spanner.jdbc.it.**" \
124- -Dprotobuf.version=4.32.1
124+ -Dprotobuf.version=4.33.0
125125 RETURN_CODE=$?
126126 ;;
127127samples)
0 commit comments