We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df22b0f commit 202589fCopy full SHA for 202589f
conventions/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -143,7 +143,7 @@ abstract class NettyAlignmentRule : ComponentMetadataRule {
143
with(ctx.details) {
144
if (id.group == "io.netty" && id.name != "netty") {
145
if (id.version.startsWith("4.1.")) {
146
- belongsTo("io.netty:netty-bom:4.1.115.Final", false)
+ belongsTo("io.netty:netty-bom:4.1.116.Final", false)
147
} else if (id.version.startsWith("4.0.")) {
148
belongsTo("io.netty:netty-bom:4.0.56.Final", false)
149
}
0 commit comments