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 01088a0 commit 69f0f3eCopy full SHA for 69f0f3e
conventions/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -142,7 +142,7 @@ abstract class NettyAlignmentRule : ComponentMetadataRule {
142
with(ctx.details) {
143
if (id.group == "io.netty" && id.name != "netty") {
144
if (id.version.startsWith("4.1.")) {
145
- belongsTo("io.netty:netty-bom:4.1.127.Final", false)
+ belongsTo("io.netty:netty-bom:4.1.128.Final", false)
146
} else if (id.version.startsWith("4.0.")) {
147
belongsTo("io.netty:netty-bom:4.0.56.Final", false)
148
}
0 commit comments