Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.a…
Browse files Browse the repository at this point in the history
…ssertj-assertj-core-3.21.0' into combined-pr-branch
  • Loading branch information
kiview committed Oct 8, 2021
2 parents 7519d06 + 600e751 commit 47f21dc
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 @@ -11,7 +11,7 @@ dependencies {
testAnnotationProcessor "org.projectlombok:lombok:1.18.10"
testImplementation 'org.testcontainers:kafka'
testImplementation 'org.apache.kafka:kafka-clients:3.0.0'
testImplementation 'org.assertj:assertj-core:3.20.2'
testImplementation 'org.assertj:assertj-core:3.21.0'
testImplementation 'com.google.guava:guava:23.0'
testImplementation 'ch.qos.logback:logback-classic:1.2.6'
}

0 comments on commit 47f21dc

Please sign in to comment.