Skip to content

Commit

Permalink
Bump org.apache.kafka:kafka-clients from 3.8.0 to 3.9.0 in /examples
Browse files Browse the repository at this point in the history
Bumps org.apache.kafka:kafka-clients from 3.8.0 to 3.9.0.

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 165c724 commit b251a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kafka-cluster/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
testCompileOnly "org.projectlombok:lombok:1.18.34"
testAnnotationProcessor "org.projectlombok:lombok:1.18.34"
testImplementation 'org.testcontainers:kafka'
testImplementation 'org.apache.kafka:kafka-clients:3.8.0'
testImplementation 'org.apache.kafka:kafka-clients:3.9.0'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'com.google.guava:guava:23.0'
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
Expand Down

0 comments on commit b251a87

Please sign in to comment.