Skip to content

Commit 803d3ad

Browse files
committed
chore: Test with Protobuf-Java v4.29.4
1 parent 9a1c17e commit 803d3ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ javadoc)
6262
integration)
6363
mvn -B ${INTEGRATION_TEST_ARGS} \
6464
-ntp \
65+
-Dprotobuf.version=4.29.4 \
6566
-Penable-integration-tests \
6667
-DtrimStackTrace=false \
6768
-Dclirr.skip=true \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>google-cloud-pubsub</artifactId>
46-
<version>1.140.2</version>
46+
<version>1.141.0</version>
4747
</dependency>
4848

4949
```

0 commit comments

Comments
 (0)