Skip to content

Commit 11583d5

Browse files
renovate[bot]trask
andauthored
fix(deps): update dependency org.testcontainers:testcontainers-bom to v2 (#2368)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <[email protected]>
1 parent 6cd07b0 commit 11583d5

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

aws-xray/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

jmx-metrics/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

jmx-scraper/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

kafka-exporter/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)