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 e2b77df commit 472b4c5Copy full SHA for 472b4c5
dependencyManagement/build.gradle.kts
@@ -23,7 +23,7 @@ val DEPENDENCY_BOMS = listOf(
23
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationAlphaVersion}",
24
"com.azure:azure-sdk-bom:1.2.38",
25
"io.netty:netty-bom:4.2.6.Final",
26
- "org.junit:junit-bom:5.13.4",
+ "org.junit:junit-bom:6.0.0",
27
"org.testcontainers:testcontainers-bom:1.21.3",
28
)
29
0 commit comments