Skip to content

Commit f3dc428

Browse files
fix(deps): update dependency io.netty:netty-bom to v4.1.130.final (#15645)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9914cc1 commit f3dc428

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
@@ -141,7 +141,7 @@ abstract class NettyAlignmentRule : ComponentMetadataRule {
141141
with(ctx.details) {
142142
if (id.group == "io.netty" && id.name != "netty") {
143143
if (id.version.startsWith("4.1.")) {
144-
belongsTo("io.netty:netty-bom:4.1.129.Final", false)
144+
belongsTo("io.netty:netty-bom:4.1.130.Final", false)
145145
} else if (id.version.startsWith("4.0.")) {
146146
belongsTo("io.netty:netty-bom:4.0.56.Final", false)
147147
}

0 commit comments

Comments
 (0)