Browse Source

fix(deps): update dependency io.netty:netty-bom to v4.1.110.final (main) (#11428)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 9 months ago
parent
commit
a1400ddde4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conventions/src/main/kotlin/otel.java-conventions.gradle.kts

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

@@ -142,7 +142,7 @@ abstract class NettyAlignmentRule : ComponentMetadataRule {
     with(ctx.details) {
       if (id.group == "io.netty" && id.name != "netty") {
         if (id.version.startsWith("4.1.")) {
-          belongsTo("io.netty:netty-bom:4.1.109.Final", false)
+          belongsTo("io.netty:netty-bom:4.1.110.Final", false)
         } else if (id.version.startsWith("4.0.")) {
           belongsTo("io.netty:netty-bom:4.0.56.Final", false)
         }