We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369438e commit 6281682Copy full SHA for 6281682
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -151,7 +151,7 @@ testing {
151
implementation(project())
152
153
implementation(enforcedPlatform("org.junit:junit-bom:5.14.0"))
154
- implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.21.3"))
+ implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:2.0.1"))
155
implementation(enforcedPlatform("com.google.guava:guava-bom:33.5.0-jre"))
156
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.33.4"))
157
0 commit comments