Skip to content

Commit 6ba2f49

Browse files
author
Mateusz Rzeszutek
authored
Revert "fix(deps): update dependency io.netty:netty-bom to v4.1.98.fi… (#9539)
1 parent 40011e6 commit 6ba2f49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conventions/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ abstract class NettyAlignmentRule : ComponentMetadataRule {
122122
with(ctx.details) {
123123
if (id.group == "io.netty" && id.name != "netty") {
124124
if (id.version.startsWith("4.1.")) {
125-
belongsTo("io.netty:netty-bom:4.1.98.Final", false)
125+
// netty 4.1.98 does not run correctly on MacOS
126+
belongsTo("io.netty:netty-bom:4.1.97.Final", false)
126127
} else if (id.version.startsWith("4.0.")) {
127128
belongsTo("io.netty:netty-bom:4.0.56.Final", false)
128129
}

0 commit comments

Comments
 (0)