Skip to content

Commit e9000e3

Browse files
committed
Update protobuf.version to 4.33.0
1 parent 6a3455a commit e9000e3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.kokoro/build.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ javadoc)
9292
integration)
9393
mvn -B ${INTEGRATION_TEST_ARGS} \
9494
-ntp \
95-
-Dprotobuf.version=4.32.1 \
95+
-Dprotobuf.version=4.33.0 \
9696
-Penable-integration-tests \
9797
-Djava.net.preferIPv4Stack=true \
9898
-DtrimStackTrace=false \
@@ -108,7 +108,7 @@ integration)
108108
integration-directpath-enabled)
109109
mvn -B ${INTEGRATION_TEST_ARGS} \
110110
-ntp \
111-
-Dprotobuf.version=4.32.1 \
111+
-Dprotobuf.version=4.33.0 \
112112
-Penable-integration-tests \
113113
-Djava.net.preferIPv4Stack=true \
114114
-DtrimStackTrace=false \
@@ -124,7 +124,7 @@ integration-directpath-enabled)
124124
integration-multiplexed-sessions-enabled)
125125
mvn -B ${INTEGRATION_TEST_ARGS} \
126126
-ntp \
127-
-Dprotobuf.version=4.32.1 \
127+
-Dprotobuf.version=4.33.0 \
128128
-Penable-integration-tests \
129129
-Djava.net.preferIPv4Stack=true \
130130
-DtrimStackTrace=false \
@@ -155,7 +155,7 @@ integration-directpath-enabled)
155155
integration-cloud-devel)
156156
mvn -B ${INTEGRATION_TEST_ARGS} \
157157
-ntp \
158-
-Dprotobuf.version=4.32.1 \
158+
-Dprotobuf.version=4.33.0 \
159159
-Penable-integration-tests \
160160
-Djava.net.preferIPv4Stack=true \
161161
-DtrimStackTrace=false \
@@ -172,7 +172,7 @@ integration-cloud-devel)
172172
integration-cloud-devel-directpath-enabled)
173173
mvn -B ${INTEGRATION_TEST_ARGS} \
174174
-ntp \
175-
-Dprotobuf.version=4.32.1 \
175+
-Dprotobuf.version=4.33.0 \
176176
-Penable-integration-tests \
177177
-Djava.net.preferIPv4Stack=true \
178178
-DtrimStackTrace=false \
@@ -189,7 +189,7 @@ integration-cloud-devel-directpath-enabled)
189189
integration-cloud-staging|integration-cloud-staging-directpath-enabled)
190190
mvn -B ${INTEGRATION_TEST_ARGS} \
191191
-ntp \
192-
-Dprotobuf.version=4.32.1 \
192+
-Dprotobuf.version=4.33.0 \
193193
-Penable-integration-tests \
194194
-Djava.net.preferIPv4Stack=true \
195195
-DtrimStackTrace=false \
@@ -206,13 +206,13 @@ integration-cloud-staging|integration-cloud-staging-directpath-enabled)
206206
graalvm)
207207
# Run Unit and Integration Tests with Native Image
208208
mvn test -Pnative -Penable-integration-tests -Dspanner.gce.config.project_id=gcloud-devel -Dspanner.testenv.instance=projects/gcloud-devel/instances/java-client-integration-tests \
209-
-Dprotobuf.version=4.32.1
209+
-Dprotobuf.version=4.33.0
210210
RETURN_CODE=$?
211211
;;
212212
graalvm17)
213213
# Run Unit and Integration Tests with Native Image
214214
mvn test -Pnative -Penable-integration-tests -Dspanner.gce.config.project_id=gcloud-devel -Dspanner.testenv.instance=projects/gcloud-devel/instances/java-client-integration-tests \
215-
-Dprotobuf.version=4.32.1
215+
-Dprotobuf.version=4.33.0
216216
RETURN_CODE=$?
217217
;;
218218
slowtests)

0 commit comments

Comments
 (0)