Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
deps: update dependency com.google.cloud:google-cloud-pubsub to v1.12…
Browse files Browse the repository at this point in the history
…0.1 (#1229)

* deps: update dependency com.google.cloud:google-cloud-pubsub to v1.120.1

* updating proto-google-cloud-pubsub-v1 dependency

Co-authored-by: alicejli <alicejli@google.com>
  • Loading branch information
renovate-bot and alicejli committed Jul 14, 2022
1 parent 4a513d7 commit 0f10831
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,13 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.118.0</version>
<version>1.120.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-pubsub-v1</artifactId>
<version>1.102.0</version>
<version>1.102.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.118.0</version>
<version>1.120.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.118.0</version>
<version>1.120.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0f10831

Please sign in to comment.