Skip to content

Commit 415b9a1

Browse files
Update dependency io.netty:netty-buffer to v4.2.6.Final (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 38b6f78 commit 415b9a1

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.5.Final")
5-
testImplementation("io.netty:netty-buffer:4.2.5.Final")
4+
compileOnly("io.netty:netty-buffer:4.2.6.Final")
5+
testImplementation("io.netty:netty-buffer:4.2.6.Final")
66
}

0 commit comments

Comments
 (0)