From 2d7776d66819dddf9543c40d4ae406341a52cd57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 07:02:57 +0000 Subject: [PATCH] Bump io.netty:netty-codec from 4.1.115.Final to 4.1.116.Final (#164) Bumps [io.netty:netty-codec](https://github.com/netty/netty) from 4.1.115.Final to 4.1.116.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.115.Final...netty-4.1.116.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1c0d144..dd2a856 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -83,7 +83,7 @@ dependencies { api("io.ktor:ktor-client-mock-jvm:$ktorVersion") constraints { - implementation("io.netty:netty-codec:4.1.115.Final") + implementation("io.netty:netty-codec:4.1.116.Final") } }