We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc67aec commit 022cc14Copy full SHA for 022cc14
1 file changed
dependencyManagement/build.gradle.kts
@@ -22,7 +22,7 @@ val DEPENDENCY_BOMS = listOf(
22
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:${otelInstrumentationVersion}",
23
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationAlphaVersion}",
24
"com.azure:azure-sdk-bom:1.3.3",
25
- "io.netty:netty-bom:4.2.7.Final",
+ "io.netty:netty-bom:4.2.9.Final",
26
"org.junit:junit-bom:5.14.1",
27
"org.testcontainers:testcontainers-bom:2.0.2",
28
)
0 commit comments