Skip to content

Commit

Permalink
fix(deps): update dependency io.netty:netty-bom to v4.1.112.final (ma…
Browse files Browse the repository at this point in the history
…in) (#11864)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 57d9c49 commit 91544da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,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.111.Final", false)
belongsTo("io.netty:netty-bom:4.1.112.Final", false)
} else if (id.version.startsWith("4.0.")) {
belongsTo("io.netty:netty-bom:4.0.56.Final", false)
}
Expand Down

0 comments on commit 91544da

Please sign in to comment.