Skip to content

Commit 6281682

Browse files
fix(deps): update dependency org.testcontainers:testcontainers-bom to v2
1 parent 369438e commit 6281682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)