Skip to content

Commit 773f67b

Browse files
authored
deps: Update kafka-clients and pubsublite-kafka and pubsublite clients (#353)
* deps: Upgrade the kafka version to 3.8.0 to match the pubsublite-kafka lib, Upgrade google-cloud-shared-dependencies to 3.20.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 * deps: Upgrade pubsublike-kafka to 1.2.1, Upgrade pubsublite client libs to match.
1 parent 8c63561 commit 773f67b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
<maven.compiler.source>1.8</maven.compiler.source>
2323
<maven.compiler.target>1.8</maven.compiler.target>
2424

25-
<kafka.version>3.4.0</kafka.version>
25+
<kafka.version>3.8.0</kafka.version>
2626
</properties>
2727

2828
<dependencyManagement>
2929
<dependencies>
3030
<dependency>
3131
<groupId>com.google.cloud</groupId>
3232
<artifactId>google-cloud-shared-dependencies</artifactId>
33-
<version>3.6.0</version>
33+
<version>3.20.0</version>
3434
<type>pom</type>
3535
<scope>import</scope>
3636
</dependency>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.google.api.grpc</groupId>
4747
<artifactId>grpc-google-cloud-pubsublite-v1</artifactId>
48-
<version>1.11.1</version>
48+
<version>1.12.1</version>
4949
</dependency>
5050
</dependencies>
5151
</dependencyManagement>
@@ -55,18 +55,18 @@
5555
<groupId>com.google.api.grpc</groupId>
5656
<artifactId>proto-google-cloud-pubsublite-v1</artifactId>
5757
<!--TODO(dpcollins-google): remove explicit version !-->
58-
<version>1.11.1</version>
58+
<version>1.12.1</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.google.cloud</groupId>
6262
<artifactId>google-cloud-pubsublite</artifactId>
6363
<!--TODO(dpcollins-google): remove explicit version !-->
64-
<version>1.11.1</version>
64+
<version>1.12.1</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>com.google.cloud</groupId>
6868
<artifactId>pubsublite-kafka</artifactId>
69-
<version>1.1.2</version>
69+
<version>1.2.1</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.google.cloud</groupId>

0 commit comments

Comments
 (0)