@@ -92,7 +92,7 @@ javadoc)
92
92
integration)
93
93
mvn -B ${INTEGRATION_TEST_ARGS} \
94
94
-ntp \
95
- -Dprotobuf.version=4.32.0 \
95
+ -Dprotobuf.version=4.32.1 \
96
96
-Penable-integration-tests \
97
97
-Djava.net.preferIPv4Stack=true \
98
98
-DtrimStackTrace=false \
@@ -108,7 +108,7 @@ integration)
108
108
integration-directpath-enabled)
109
109
mvn -B ${INTEGRATION_TEST_ARGS} \
110
110
-ntp \
111
- -Dprotobuf.version=4.32.0 \
111
+ -Dprotobuf.version=4.32.1 \
112
112
-Penable-integration-tests \
113
113
-Djava.net.preferIPv4Stack=true \
114
114
-DtrimStackTrace=false \
@@ -124,7 +124,7 @@ integration-directpath-enabled)
124
124
integration-multiplexed-sessions-enabled)
125
125
mvn -B ${INTEGRATION_TEST_ARGS} \
126
126
-ntp \
127
- -Dprotobuf.version=4.32.0 \
127
+ -Dprotobuf.version=4.32.1 \
128
128
-Penable-integration-tests \
129
129
-Djava.net.preferIPv4Stack=true \
130
130
-DtrimStackTrace=false \
@@ -140,7 +140,7 @@ integration-multiplexed-sessions-enabled)
140
140
integration-cloud-devel)
141
141
mvn -B ${INTEGRATION_TEST_ARGS} \
142
142
-ntp \
143
- -Dprotobuf.version=4.32.0 \
143
+ -Dprotobuf.version=4.32.1 \
144
144
-Penable-integration-tests \
145
145
-Djava.net.preferIPv4Stack=true \
146
146
-DtrimStackTrace=false \
@@ -157,7 +157,7 @@ integration-cloud-devel)
157
157
integration-cloud-devel-directpath-enabled)
158
158
mvn -B ${INTEGRATION_TEST_ARGS} \
159
159
-ntp \
160
- -Dprotobuf.version=4.32.0 \
160
+ -Dprotobuf.version=4.32.1 \
161
161
-Penable-integration-tests \
162
162
-Djava.net.preferIPv4Stack=true \
163
163
-DtrimStackTrace=false \
@@ -174,7 +174,7 @@ integration-cloud-devel-directpath-enabled)
174
174
integration-cloud-staging|integration-cloud-staging-directpath-enabled)
175
175
mvn -B ${INTEGRATION_TEST_ARGS} \
176
176
-ntp \
177
- -Dprotobuf.version=4.32.0 \
177
+ -Dprotobuf.version=4.32.1 \
178
178
-Penable-integration-tests \
179
179
-Djava.net.preferIPv4Stack=true \
180
180
-DtrimStackTrace=false \
@@ -191,13 +191,13 @@ integration-cloud-staging|integration-cloud-staging-directpath-enabled)
191
191
graalvm)
192
192
# Run Unit and Integration Tests with Native Image
193
193
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
195
195
RETURN_CODE=$?
196
196
;;
197
197
graalvm17)
198
198
# Run Unit and Integration Tests with Native Image
199
199
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
201
201
RETURN_CODE=$?
202
202
;;
203
203
slowtests)
0 commit comments