From 0fd3c910daa39309373156b3283b5efa3b14cde0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 07:41:48 +0000 Subject: [PATCH] chore(deps): bump io.netty:netty-codec from 4.1.96.Final to 4.1.99.Final Bumps [io.netty:netty-codec](https://github.com/netty/netty) from 4.1.96.Final to 4.1.99.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.96.Final...netty-4.1.99.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b25fd3c..99bbb42 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ dependencies { val testContainersVersion = "1.18.3" val lettuceVersion = "6.2.3.RELEASE" val mojangApi = "v1.0.1" - val nettyCodecVersion = "4.1.96.Final" + val nettyCodecVersion = "4.1.99.Final" val assertJcoreVersion = "3.24.2" val komapperVersion = "1.12.0" val kotestVersion = "5.6.2"