Skip to content

Commit

Permalink
Bump kafka-clients from 2.3.1 to 2.8.0 in /examples
Browse files Browse the repository at this point in the history
Bumps kafka-clients from 2.3.1 to 2.8.0.

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 9, 2021
1 parent 9a8df79 commit 345b9f7
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.20"
testAnnotationProcessor "org.projectlombok:lombok:1.18.10"
testImplementation 'org.testcontainers:kafka'
testImplementation 'org.apache.kafka:kafka-clients:2.3.1'
testImplementation 'org.apache.kafka:kafka-clients:2.8.0'
testImplementation 'org.assertj:assertj-core:3.14.0'
testImplementation 'com.google.guava:guava:23.0'
testImplementation 'org.slf4j:slf4j-simple:1.7.30'
Expand Down

0 comments on commit 345b9f7

Please sign in to comment.