We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eddfa4 commit e9e7476Copy full SHA for e9e7476
build.gradle.kts
@@ -51,7 +51,7 @@ dependencies {
51
52
// https://github.com/netty/netty/issues/11020
53
if (osdetector.arch == "aarch_64") {
54
- testImplementation("io.netty:netty-all:4.1.114.Final")
+ testImplementation("io.netty:netty-all:4.1.115.Final")
55
}
56
57
errorprone("com.google.errorprone:error_prone_core:2.35.1")
0 commit comments