Skip to content

Commit

Permalink
deps: update dependency org.apache.kafka:kafka-clients to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 6, 2023
1 parent dc688d7 commit 6b2ae73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
</dependency>
<!-- [END pubsublite-kafka_java_dependencies] -->
<!-- [END pubsublite-kafka_install_without_bom] -->
Expand Down

0 comments on commit 6b2ae73

Please sign in to comment.