From 190050f7cbfb9477090ac4601236da603c1395fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:45:35 +0000 Subject: [PATCH] Update dependency io.netty:netty-buffer to v4.2.9.Final --- binary/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binary/build.gradle.kts b/binary/build.gradle.kts index c680923..cb4d467 100644 --- a/binary/build.gradle.kts +++ b/binary/build.gradle.kts @@ -1,6 +1,6 @@ description = "A binary serialization library for Java." dependencies { - compileOnly("io.netty:netty-buffer:4.2.6.Final") - testImplementation("io.netty:netty-buffer:4.2.6.Final") + compileOnly("io.netty:netty-buffer:4.2.9.Final") + testImplementation("io.netty:netty-buffer:4.2.9.Final") } \ No newline at end of file