Skip to content

Commit c840cec

Browse files
fix(deps): update dependency io.netty:netty-bom to v4.1.128.final (#14980)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0546bcf commit c840cec

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)