Skip to content

Commit

Permalink
Merge pull request #33 from jeanlouisboudart/renovate/org.apache.kafk…
Browse files Browse the repository at this point in the history
…a-kafka-clients-3.x

Update dependency org.apache.kafka:kafka-clients to v3.7.0
  • Loading branch information
jeanlouisboudart authored Mar 12, 2024
2 parents e2f9c92 + 2a4c8ba commit 0707c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.5.1</version>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
2 changes: 1 addition & 1 deletion producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.5.1</version>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit 0707c88

Please sign in to comment.