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.19.0' into combined-pr-branch
  • Loading branch information
rnorth committed Jun 14, 2021
2 parents eac7bbb + c903ae0 commit 4bfaa82
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:2.8.0'
testImplementation 'org.assertj:assertj-core:3.14.0'
testImplementation 'org.assertj:assertj-core:3.19.0'
testImplementation 'com.google.guava:guava:23.0'
testImplementation 'org.slf4j:slf4j-simple:1.7.30'
}

0 comments on commit 4bfaa82

Please sign in to comment.