Skip to content

Commit

Permalink
Update version notes in netty constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
malliaridis committed Nov 9, 2024
1 parent 7215a4c commit b41e9e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/validation/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -280,17 +280,17 @@ allprojects {
})
handler.add(conf.name, libs.netty.tcnative.boringssl, {
because "transitive version alignment for consistency across project" +
"\n- ${getFullName(libs.netty.bom)} uses 2.0.65.Final" +
"\n- ${getFullName(libs.netty.bom)} uses 2.0.66.Final" +
"\n- ${getFullName(libs.apache.zookeeper.zookeeper)} uses 2.0.61.Final"
})
handler.add(conf.name, libs.netty.transport.classes.epoll, {
because "transitive version alignment for consistency across project" +
"\n- ${getFullName(libs.netty.bom)} uses 4.1.112.Final" +
"\n- ${getFullName(libs.netty.bom)} uses 4.1.114.Final" +
"\n- ${getFullName(libs.apache.zookeeper.zookeeper)} uses 4.1.105.Final"
})
handler.add(conf.name, libs.netty.transport.native.epoll, {
because "transitive version alignment for consistency across project" +
"\n- ${getFullName(libs.netty.bom)} uses 4.1.112.Final" +
"\n- ${getFullName(libs.netty.bom)} uses 4.1.114.Final" +
"\n- ${getFullName(libs.apache.zookeeper.zookeeper)} uses 4.1.105.Final"
})
handler.add(conf.name, libs.google.j2objc.annotations, {
Expand Down

0 comments on commit b41e9e5

Please sign in to comment.