Skip to content

Commit a500c18

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-pubsub to v1.123.17. with temp fix. (#1446)
1 parent e79f060 commit a500c18

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

google-cloud-pubsublite/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
<dependency>
1919
<groupId>com.google.protobuf</groupId>
2020
<artifactId>protobuf-java-util</artifactId>
21+
<!-- Temp exclusion. Remove next protobuf upgrade (to 3.23.3 or higher)
22+
context: https://github.com/googleapis/sdk-platform-java/pull/1791#issuecomment-1601587713-->
23+
<exclusions>
24+
<exclusion>
25+
<groupId>com.google.j2objc</groupId>
26+
<artifactId>j2objc-annotations</artifactId>
27+
</exclusion>
28+
</exclusions>
2129
</dependency>
2230
<dependency>
2331
<groupId>io.grpc</groupId>
@@ -38,6 +46,7 @@
3846
<dependency>
3947
<groupId>com.google.cloud</groupId>
4048
<artifactId>google-cloud-pubsub</artifactId>
49+
<version>1.123.17</version>
4150
</dependency>
4251
<dependency>
4352
<groupId>com.google.api.grpc</groupId>

0 commit comments

Comments
 (0)