Skip to content

Commit fb87fc4

Browse files
authored
deps: google-cloud-pubsublite-parent to the latest (#507)
* deps: google-cloud-pubsublite-parent to the latest The latest google-cloud-pubsublite-parent has the profile to turn off nexus-staging-maven-plugin. This profile is needed ot adopt Central Portal migration. * Declare used dependencies * flogger version
1 parent b3ccece commit fb87fc4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-pubsublite-parent</artifactId>
6-
<version>1.14.6</version>
6+
<version>1.15.9</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>com.google.cloud</groupId>

pubsublite-kafka/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@
5454
<groupId>com.google.auto.value</groupId>
5555
<artifactId>auto-value-annotations</artifactId>
5656
</dependency>
57+
<dependency>
58+
<groupId>com.google.flogger</groupId>
59+
<artifactId>flogger</artifactId>
60+
<version>0.8</version>
61+
</dependency>
62+
<dependency>
63+
<groupId>com.google.api</groupId>
64+
<artifactId>gax-grpc</artifactId>
65+
</dependency>
66+
5767
<!--test dependencies-->
5868
<dependency>
5969
<groupId>junit</groupId>

0 commit comments

Comments
 (0)