Skip to content

Commit 69f0f3e

Browse files
fix(deps): update dependency io.netty:netty-bom to v4.1.128.final
1 parent 01088a0 commit 69f0f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conventions/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ abstract class NettyAlignmentRule : ComponentMetadataRule {
142142
with(ctx.details) {
143143
if (id.group == "io.netty" && id.name != "netty") {
144144
if (id.version.startsWith("4.1.")) {
145-
belongsTo("io.netty:netty-bom:4.1.127.Final", false)
145+
belongsTo("io.netty:netty-bom:4.1.128.Final", false)
146146
} else if (id.version.startsWith("4.0.")) {
147147
belongsTo("io.netty:netty-bom:4.0.56.Final", false)
148148
}

0 commit comments

Comments
 (0)