Skip to content

Commit 49173ab

Browse files
authored
deps: update dependency org.apache.kafka:kafka-clients to v3.3.1 (#346)
1 parent 16322b8 commit 49173ab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.apache.kafka</groupId>
2929
<artifactId>kafka-clients</artifactId>
30-
<version>3.2.3</version>
30+
<version>3.3.1</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.google.api</groupId>

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.apache.kafka</groupId>
3737
<artifactId>kafka-clients</artifactId>
38-
<version>3.2.3</version>
38+
<version>3.3.1</version>
3939
</dependency>
4040

4141
<dependency>

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.apache.kafka</groupId>
5050
<artifactId>kafka-clients</artifactId>
51-
<version>3.2.3</version>
51+
<version>3.3.1</version>
5252
</dependency>
5353
<!-- {x-version-update-end} -->
5454

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.apache.kafka</groupId>
5252
<artifactId>kafka-clients</artifactId>
53-
<version>3.2.3</version>
53+
<version>3.3.1</version>
5454
</dependency>
5555
<!-- [END pubsublite-kafka_java_dependencies] -->
5656
<!-- [END pubsublite-kafka_install_without_bom] -->

0 commit comments

Comments
 (0)