We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003dfbc commit 9bae31cCopy full SHA for 9bae31c
build.gradle.kts
@@ -45,7 +45,7 @@ dependencies {
45
46
// https://github.com/netty/netty/issues/11020
47
if (osdetector.arch == "aarch_64") {
48
- testImplementation("io.netty:netty-all:4.1.107.Final")
+ testImplementation("io.netty:netty-all:4.1.108.Final")
49
}
50
51
errorprone("com.google.errorprone:error_prone_core:2.26.1")
0 commit comments