We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b6f78 commit 415b9a1Copy full SHA for 415b9a1
binary/build.gradle.kts
@@ -1,6 +1,6 @@
1
description = "A binary serialization library for Java."
2
3
dependencies {
4
- compileOnly("io.netty:netty-buffer:4.2.5.Final")
5
- testImplementation("io.netty:netty-buffer:4.2.5.Final")
+ compileOnly("io.netty:netty-buffer:4.2.6.Final")
+ testImplementation("io.netty:netty-buffer:4.2.6.Final")
6
}
0 commit comments