Skip to content

Commit

Permalink
Bump testcontainers from 1.15.0 to 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and gustavomonarin committed Dec 16, 2020
1 parent 5a24a24 commit d218a97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crypto-providers-kafkakms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {

compile 'com.google.protobuf:protobuf-java:3.14.0'

testCompile "org.testcontainers:testcontainers:1.15.0"
testCompile "org.testcontainers:testcontainers:1.15.1"
testCompile "org.testcontainers:junit-jupiter:1.15.0"
testCompile "org.testcontainers:kafka:1.15.1"
}
2 changes: 1 addition & 1 deletion examples/springboot-protobuf-kafkakms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
testImplementation("io.projectreactor:reactor-test")
testImplementation("org.springframework.kafka:spring-kafka-test")

testCompile("org.testcontainers:testcontainers:1.15.0")
testCompile("org.testcontainers:testcontainers:1.15.1")
testCompile("org.testcontainers:junit-jupiter:1.15.0")
testCompile("org.testcontainers:kafka:1.15.1")
}
Expand Down
2 changes: 1 addition & 1 deletion serialization-kafka-protobuf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
compile 'org.apache.kafka:kafka-clients:2.6.0'
compile 'io.confluent:kafka-protobuf-serializer:6.0.1'

testCompile "org.testcontainers:testcontainers:1.15.0"
testCompile "org.testcontainers:testcontainers:1.15.1"
testCompile "org.testcontainers:junit-jupiter:1.15.0"
testCompile "org.testcontainers:kafka:1.15.1"

Expand Down

0 comments on commit d218a97

Please sign in to comment.