File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ testing {
4040 dependencies {
4141 implementation(" io.opentelemetry:opentelemetry-exporter-otlp" )
4242 implementation(" io.opentelemetry:opentelemetry-sdk-testing" )
43- implementation(" org.testcontainers:junit-jupiter" )
43+ implementation(" org.testcontainers:testcontainers- junit-jupiter" )
4444 runtimeOnly(" org.slf4j:slf4j-simple" )
4545 }
4646 }
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
5252 api(" org.junit-pioneer:junit-pioneer:1.9.1" )
5353 api(" org.skyscreamer:jsonassert:1.5.3" )
5454 api(" org.apache.kafka:kafka-clients:4.1.0" )
55- api(" org.testcontainers:kafka:1.21.3 " )
55+ api(" org.testcontainers:testcontainers- kafka:2.0.1 " )
5656 api(" com.lmax:disruptor:3.4.4" )
5757 api(" org.jctools:jctools-core:4.0.5" )
5858 api(" tools.profiler:async-profiler:4.1" )
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ testing {
4848 implementation(" com.linecorp.armeria:armeria-grpc" )
4949 implementation(" com.linecorp.armeria:armeria-junit5" )
5050 implementation(" io.opentelemetry.proto:opentelemetry-proto:1.8.0-alpha" )
51- implementation(" org.testcontainers:junit-jupiter" )
51+ implementation(" org.testcontainers:testcontainers- junit-jupiter" )
5252 implementation(" org.slf4j:slf4j-simple" )
5353 }
5454 }
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ testing {
3737 suites {
3838 val integrationTest by registering(JvmTestSuite ::class ) {
3939 dependencies {
40- implementation(" org.testcontainers:junit-jupiter" )
40+ implementation(" org.testcontainers:testcontainers- junit-jupiter" )
4141 implementation(" org.slf4j:slf4j-simple" )
4242 implementation(" com.linecorp.armeria:armeria-junit5" )
4343 implementation(" com.linecorp.armeria:armeria-grpc" )
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ dependencies {
3131 testImplementation(" io.opentelemetry:opentelemetry-api" )
3232 testImplementation(" io.opentelemetry:opentelemetry-sdk-testing" )
3333 testImplementation(" com.google.guava:guava" )
34- testImplementation(" org.testcontainers:junit-jupiter" )
35- testImplementation(" org.testcontainers:kafka" )
34+ testImplementation(" org.testcontainers:testcontainers- junit-jupiter" )
35+ testImplementation(" org.testcontainers:testcontainers- kafka" )
3636 testImplementation(" org.rnorth.duct-tape:duct-tape" )
3737 testImplementation(" org.testcontainers:testcontainers" )
3838
You can’t perform that action at this time.
0 commit comments