We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb2619 commit 2fc5d82Copy full SHA for 2fc5d82
conventions/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -122,7 +122,7 @@ abstract class NettyAlignmentRule : ComponentMetadataRule {
122
with(ctx.details) {
123
if (id.group == "io.netty" && id.name != "netty") {
124
if (id.version.startsWith("4.1.")) {
125
- belongsTo("io.netty:netty-bom:4.1.110.Final", false)
+ belongsTo("io.netty:netty-bom:4.1.111.Final", false)
126
} else if (id.version.startsWith("4.0.")) {
127
belongsTo("io.netty:netty-bom:4.0.56.Final", false)
128
}
0 commit comments