Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
micronaut-build committed Jul 21, 2020
1 parent 87ca49d commit 59c64ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions kafka-streams/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ dependencies {
testImplementation "io.micronaut:micronaut-inject-java"
testImplementation "io.micronaut:micronaut-inject"
testImplementation "io.micronaut.configuration:micronaut-micrometer-core:1.3.1"
testImplementation "io.projectreactor:reactor-core:3.3.7.RELEASE"
testImplementation "io.projectreactor:reactor-core:3.3.8.RELEASE"
testImplementation "io.micronaut:micronaut-management"
testImplementation "org.apache.kafka:kafka-clients:${kafkaVersion}:test"
testImplementation "org.apache.kafka:kafka_2.12:${kafkaVersion}"
testImplementation "org.apache.kafka:kafka_2.12:${kafkaVersion}:test"
testImplementation "org.testcontainers:kafka:1.14.3" //Breaking change in java container after 1.12 see https://github.com/docker-java/docker-java/pull/1392
testImplementation "org.testcontainers:spock:1.14.3"
testImplementation "org.testcontainers:kafka:1.15.0-rc1" //Breaking change in java container after 1.12 see https://github.com/docker-java/docker-java/pull/1392
testImplementation "org.testcontainers:spock:1.15.0-rc1"

testRuntimeOnly "io.micronaut:micronaut-runtime"
testRuntimeOnly "io.micronaut:micronaut-http-server-netty"
Expand Down
4 changes: 2 additions & 2 deletions kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
testImplementation "io.micronaut.test:micronaut-test-spock:1.2.1"
testImplementation "io.micronaut:micronaut-inject-java"
testImplementation "io.micronaut.configuration:micronaut-micrometer-core:1.3.1"
testImplementation "io.projectreactor:reactor-core:3.3.7.RELEASE"
testImplementation "io.projectreactor:reactor-core:3.3.8.RELEASE"
testImplementation "io.micronaut:micronaut-management"
testImplementation "io.micronaut:micronaut-http-client"
testImplementation "io.micronaut:micronaut-inject-groovy"
Expand All @@ -28,7 +28,7 @@ dependencies {
testImplementation "org.apache.kafka:kafka_2.12:${kafkaVersion}"
testImplementation "org.apache.kafka:kafka_2.12:${kafkaVersion}:test"

testImplementation "org.testcontainers:kafka:1.14.3"
testImplementation "org.testcontainers:kafka:1.15.0-rc1"
testImplementation 'io.opentracing.contrib:opentracing-kafka-client:0.1.13'
testImplementation 'io.opentracing:opentracing-mock:0.33.0'

Expand Down

0 comments on commit 59c64ef

Please sign in to comment.