@@ -92,7 +92,7 @@ javadoc)
9292integration)
9393 mvn -B ${INTEGRATION_TEST_ARGS} \
9494 -ntp \
95- -Dprotobuf.version=4.32.0 \
95+ -Dprotobuf.version=4.32.1 \
9696 -Penable-integration-tests \
9797 -Djava.net.preferIPv4Stack=true \
9898 -DtrimStackTrace=false \
@@ -108,7 +108,7 @@ integration)
108108integration-directpath-enabled)
109109 mvn -B ${INTEGRATION_TEST_ARGS} \
110110 -ntp \
111- -Dprotobuf.version=4.32.0 \
111+ -Dprotobuf.version=4.32.1 \
112112 -Penable-integration-tests \
113113 -Djava.net.preferIPv4Stack=true \
114114 -DtrimStackTrace=false \
@@ -124,7 +124,7 @@ integration-directpath-enabled)
124124integration-multiplexed-sessions-enabled)
125125 mvn -B ${INTEGRATION_TEST_ARGS} \
126126 -ntp \
127- -Dprotobuf.version=4.32.0 \
127+ -Dprotobuf.version=4.32.1 \
128128 -Penable-integration-tests \
129129 -Djava.net.preferIPv4Stack=true \
130130 -DtrimStackTrace=false \
@@ -140,7 +140,7 @@ integration-multiplexed-sessions-enabled)
140140integration-cloud-devel)
141141 mvn -B ${INTEGRATION_TEST_ARGS} \
142142 -ntp \
143- -Dprotobuf.version=4.32.0 \
143+ -Dprotobuf.version=4.32.1 \
144144 -Penable-integration-tests \
145145 -Djava.net.preferIPv4Stack=true \
146146 -DtrimStackTrace=false \
@@ -157,7 +157,7 @@ integration-cloud-devel)
157157integration-cloud-devel-directpath-enabled)
158158 mvn -B ${INTEGRATION_TEST_ARGS} \
159159 -ntp \
160- -Dprotobuf.version=4.32.0 \
160+ -Dprotobuf.version=4.32.1 \
161161 -Penable-integration-tests \
162162 -Djava.net.preferIPv4Stack=true \
163163 -DtrimStackTrace=false \
@@ -174,7 +174,7 @@ integration-cloud-devel-directpath-enabled)
174174integration-cloud-staging|integration-cloud-staging-directpath-enabled)
175175 mvn -B ${INTEGRATION_TEST_ARGS} \
176176 -ntp \
177- -Dprotobuf.version=4.32.0 \
177+ -Dprotobuf.version=4.32.1 \
178178 -Penable-integration-tests \
179179 -Djava.net.preferIPv4Stack=true \
180180 -DtrimStackTrace=false \
@@ -191,13 +191,13 @@ integration-cloud-staging|integration-cloud-staging-directpath-enabled)
191191graalvm)
192192 # Run Unit and Integration Tests with Native Image
193193 mvn test -Pnative -Penable-integration-tests -Dspanner.gce.config.project_id=gcloud-devel -Dspanner.testenv.instance=projects/gcloud-devel/instances/java-client-integration-tests \
194- -Dprotobuf.version=4.32.0
194+ -Dprotobuf.version=4.32.1
195195 RETURN_CODE=$?
196196 ;;
197197graalvm17)
198198 # Run Unit and Integration Tests with Native Image
199199 mvn test -Pnative -Penable-integration-tests -Dspanner.gce.config.project_id=gcloud-devel -Dspanner.testenv.instance=projects/gcloud-devel/instances/java-client-integration-tests \
200- -Dprotobuf.version=4.32.0
200+ -Dprotobuf.version=4.32.1
201201 RETURN_CODE=$?
202202 ;;
203203slowtests)
0 commit comments