Skip to content

Commit c46de39

Browse files
committed
Update protobuf.version to 4.33.0
1 parent b125a15 commit c46de39

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.kokoro/build.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ javadoc)
7272
integration)
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)
8484
integration-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)
9999
integration-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)
114114
graalvm)
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
;;
120120
graalvmA)
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
;;
127127
samples)

0 commit comments

Comments
 (0)