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 4ce7187 commit 5c6be9dCopy full SHA for 5c6be9d
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -136,7 +136,7 @@ testing {
136
implementation(project(project.path))
137
138
implementation(enforcedPlatform("org.junit:junit-bom:5.11.4"))
139
- implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.20.4"))
+ implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.20.5"))
140
implementation(enforcedPlatform("com.google.guava:guava-bom:33.4.0-jre"))
141
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.31.3"))
142
0 commit comments