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 10765d2 commit 7a59354Copy full SHA for 7a59354
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -150,7 +150,7 @@ testing {
150
dependencies {
151
implementation(project(project.path))
152
153
- implementation(enforcedPlatform("org.junit:junit-bom:5.13.4"))
+ implementation(enforcedPlatform("org.junit:junit-bom:5.14.0"))
154
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.21.3"))
155
implementation(enforcedPlatform("com.google.guava:guava-bom:33.5.0-jre"))
156
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.33.4"))
0 commit comments