Skip to content

Commit

Permalink
deps: update pubsub and gax versions (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
anguillanneuf committed Nov 8, 2022
1 parent 220b6c7 commit 8afad70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<maven.compiler.target>1.8</maven.compiler.target>

<kafka.version>3.3.1</kafka.version>
<pubsub.version>1.120.18</pubsub.version>
<pubsub.version>1.120.24</pubsub.version>
<pubsublite.version>1.7.0</pubsublite.version>
<cloud-compute.version>1.15.0</cloud-compute.version>
<protobuf-java.vesion>3.21.9</protobuf-java.vesion>
<gax.version>2.19.1</gax.version>
<gax.version>2.19.4</gax.version>
<slf4j.version>2.0.3</slf4j.version>
</properties>

Expand Down Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-pubsub-v1</artifactId>
<version>1.102.18</version>
<version>1.102.24</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
Expand Down

0 comments on commit 8afad70

Please sign in to comment.