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