Skip to content

Commit 2fc5d82

Browse files
fix(deps): update dependency io.netty:netty-bom to v4.1.111.final (release/v1.33.x) (#11550)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6eb2619 commit 2fc5d82

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ abstract class NettyAlignmentRule : ComponentMetadataRule {
122122
with(ctx.details) {
123123
if (id.group == "io.netty" && id.name != "netty") {
124124
if (id.version.startsWith("4.1.")) {
125-
belongsTo("io.netty:netty-bom:4.1.110.Final", false)
125+
belongsTo("io.netty:netty-bom:4.1.111.Final", false)
126126
} else if (id.version.startsWith("4.0.")) {
127127
belongsTo("io.netty:netty-bom:4.0.56.Final", false)
128128
}

0 commit comments

Comments
 (0)