File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ testing {
4242 dependencies {
4343 implementation(" io.opentelemetry:opentelemetry-exporter-otlp" )
4444 implementation(" io.opentelemetry:opentelemetry-sdk-testing" )
45- implementation(" org.testcontainers:junit-jupiter" )
45+ implementation(" org.testcontainers:testcontainers- junit-jupiter" )
4646 runtimeOnly(" org.slf4j:slf4j-simple" )
4747 }
4848 }
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ testing {
151151 implementation(project())
152152
153153 implementation(enforcedPlatform(" org.junit:junit-bom:5.14.0" ))
154- implementation(enforcedPlatform(" org.testcontainers:testcontainers-bom:1.21.3 " ))
154+ implementation(enforcedPlatform(" org.testcontainers:testcontainers-bom:2.0.1 " ))
155155 implementation(enforcedPlatform(" com.google.guava:guava-bom:33.5.0-jre" ))
156156 implementation(enforcedPlatform(" com.linecorp.armeria:armeria-bom:1.33.4" ))
157157
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