Skip to content

Commit 1229812

Browse files
committed
chore: Update to Protobuf 4.32.1
1 parent 271e35a commit 1229812

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.0 \
95+
-Dprotobuf.version=4.32.1 \
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.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)
124124
integration-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)
140140
integration-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)
157157
integration-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)
174174
integration-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)
191191
graalvm)
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
;;
197197
graalvm17)
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
;;
203203
slowtests)

0 commit comments

Comments
 (0)