Skip to content

Commit

Permalink
fix(deps): update dependency com.google.cloud:google-cloud-pubsub-bom…
Browse files Browse the repository at this point in the history
… to v1.127.3 (#10583)

* fix(deps): update dependency com.google.cloud:google-cloud-pubsub-bom to v1.127.3

* exclude failureaccess from pubsub proto

---------

Co-authored-by: diegomarquezp <diegomarquezp@google.com>
  • Loading branch information
renovate-bot and diegomarquezp committed Mar 21, 2024
1 parent d688172 commit fb1671d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion google-cloud-jar-parent/pom.xml
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub-bom</artifactId>
<version>1.127.2</version>
<version>1.127.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
6 changes: 6 additions & 0 deletions java-notification/pom.xml
Expand Up @@ -33,6 +33,12 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-pubsub-v1</artifactId>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>failureaccess</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down

0 comments on commit fb1671d

Please sign in to comment.