Skip to content

Commit 9469a5d

Browse files
Update dependency io.netty:netty-bom to v4.1.97.Final (#9287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01f274f commit 9469a5d

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.96.Final", false)
125+
belongsTo("io.netty:netty-bom:4.1.97.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)