Skip to content

Commit

Permalink
Update dependencies (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
micronaut-build authored Nov 17, 2020
1 parent 05ca6db commit f30c7e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.micrometer:micronaut-micrometer-core"
testImplementation "io.projectreactor:reactor-core:3.3.10.RELEASE"
testImplementation "io.projectreactor:reactor-core:3.4.0"
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" //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"

testRuntimeOnly "io.micronaut:micronaut-runtime"
testRuntimeOnly "io.micronaut:micronaut-http-server-netty"
Expand Down
10 changes: 5 additions & 5 deletions kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ dependencies {
annotationProcessor "io.micronaut:micronaut-graal"
annotationProcessor "io.micronaut.docs:micronaut-docs-asciidoc-config-props:$micronautDocsVersion"
compileOnly "org.graalvm.nativeimage:svm"
compileOnly 'io.opentracing.contrib:opentracing-kafka-client:0.1.13'
compileOnly 'io.zipkin.brave:brave-instrumentation-kafka-clients:5.12.7'
compileOnly 'io.opentracing.contrib:opentracing-kafka-client:0.1.15'
compileOnly 'io.zipkin.brave:brave-instrumentation-kafka-clients:5.13.1'
api "io.micronaut:micronaut-messaging:$micronautVersion"
api "org.apache.kafka:kafka-clients:${kafkaVersion}"

Expand All @@ -19,7 +19,7 @@ dependencies {
testImplementation "io.micronaut.test:micronaut-test-spock"
testImplementation "io.micronaut:micronaut-inject-java"
testImplementation "io.micronaut.micrometer:micronaut-micrometer-core"
testImplementation "io.projectreactor:reactor-core:3.3.10.RELEASE"
testImplementation "io.projectreactor:reactor-core:3.4.0"
testImplementation "io.micronaut:micronaut-management"
testImplementation "io.micronaut:micronaut-http-client"
testImplementation "io.micronaut:micronaut-inject-groovy"
Expand All @@ -28,8 +28,8 @@ 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 'io.opentracing.contrib:opentracing-kafka-client:0.1.13'
testImplementation "org.testcontainers:kafka:1.15.0"
testImplementation 'io.opentracing.contrib:opentracing-kafka-client:0.1.15'
testImplementation 'io.opentracing:opentracing-mock:0.33.0'

testRuntimeOnly 'io.micronaut:micronaut-tracing'
Expand Down

0 comments on commit f30c7e2

Please sign in to comment.