fix(deps): update dependency io.netty:netty-bom to v4.1.111.final (main) (#11549)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7d60f3ab56
commit
f2648e7d95
|
@ -142,7 +142,7 @@ abstract class NettyAlignmentRule : ComponentMetadataRule {
|
||||||
with(ctx.details) {
|
with(ctx.details) {
|
||||||
if (id.group == "io.netty" && id.name != "netty") {
|
if (id.group == "io.netty" && id.name != "netty") {
|
||||||
if (id.version.startsWith("4.1.")) {
|
if (id.version.startsWith("4.1.")) {
|
||||||
belongsTo("io.netty:netty-bom:4.1.110.Final", false)
|
belongsTo("io.netty:netty-bom:4.1.111.Final", false)
|
||||||
} else if (id.version.startsWith("4.0.")) {
|
} else if (id.version.startsWith("4.0.")) {
|
||||||
belongsTo("io.netty:netty-bom:4.0.56.Final", false)
|
belongsTo("io.netty:netty-bom:4.0.56.Final", false)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue