Skip to content

Commit

Permalink
deps: Upgrade the kafka version to 3.8.0 to match the pubsublite-kafk…
Browse files Browse the repository at this point in the history
…a lib, Upgrade google-cloud-shared-dependencies to 3.30.0 past guava and threeten CVEs

TODO(bcol-google): Update the pubsublite-kafka to the new version once a release is cut from googleapis/java-pubsublite-kafka#482
  • Loading branch information
bcol-google committed Oct 2, 2024
1 parent 8c63561 commit b6baae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<kafka.version>3.4.0</kafka.version>
<kafka.version>3.8.0</kafka.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>3.6.0</version>
<version>3.20.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit b6baae8

Please sign in to comment.