Skip to content

Commit

Permalink
fix(deps): update dependency io.netty:netty-bom to v4.1.99.final (#9570)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 28, 2023
1 parent 8c00dcb commit c3ef68f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ abstract class NettyAlignmentRule : ComponentMetadataRule {
if (id.group == "io.netty" && id.name != "netty") {
if (id.version.startsWith("4.1.")) {
// netty 4.1.98 does not run correctly on MacOS
belongsTo("io.netty:netty-bom:4.1.97.Final", false)
belongsTo("io.netty:netty-bom:4.1.99.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 c3ef68f

Please sign in to comment.