Skip to content

Commit 49fb726

Browse files
Update dependency io.netty:netty-buffer to v4.2.8.Final
1 parent 415b9a1 commit 49fb726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

binary/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description = "A binary serialization library for Java."
22

33
dependencies {
4-
compileOnly("io.netty:netty-buffer:4.2.6.Final")
5-
testImplementation("io.netty:netty-buffer:4.2.6.Final")
4+
compileOnly("io.netty:netty-buffer:4.2.8.Final")
5+
testImplementation("io.netty:netty-buffer:4.2.8.Final")
66
}

0 commit comments

Comments
 (0)