|
@@ -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)
|
|
|
}
|