Skip to content

Commit fb1671d

Browse files
fix(deps): update dependency com.google.cloud:google-cloud-pubsub-bom 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>
1 parent d688172 commit fb1671d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

google-cloud-jar-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-pubsub-bom</artifactId>
42-
<version>1.127.2</version>
42+
<version>1.127.3</version>
4343
<type>pom</type>
4444
<scope>import</scope>
4545
</dependency>

java-notification/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
<dependency>
3434
<groupId>com.google.api.grpc</groupId>
3535
<artifactId>proto-google-cloud-pubsub-v1</artifactId>
36+
<exclusions>
37+
<exclusion>
38+
<groupId>com.google.guava</groupId>
39+
<artifactId>failureaccess</artifactId>
40+
</exclusion>
41+
</exclusions>
3642
</dependency>
3743
<dependency>
3844
<groupId>com.google.api.grpc</groupId>

0 commit comments

Comments
 (0)