Skip to content

Commit

Permalink
Bump kafka-clients from 2.1.0 to 2.1.1 in /modules/kafka (#1251)
Browse files Browse the repository at this point in the history
Bumps kafka-clients from 2.1.0 to 2.1.1.

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rnorth committed Mar 3, 2019
1 parent 208258f commit b4e4f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: Kafka"
dependencies {
compile project(':testcontainers')

testCompile 'org.apache.kafka:kafka-clients:2.1.0'
testCompile 'org.apache.kafka:kafka-clients:2.1.1'
testCompile 'org.assertj:assertj-core:3.12.1'
testCompile 'com.google.guava:guava:23.0'
}

0 comments on commit b4e4f11

Please sign in to comment.