From b6e4104b734289aa9e4a77e34beaa8f6ceb6ba10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:23:56 -0400 Subject: [PATCH] Bump netty from 4.1.112.Final to 4.1.113.Final (#627) Bumps `netty` from 4.1.112.Final to 4.1.113.Final. Updates `io.netty:netty-transport` from 4.1.112.Final to 4.1.113.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.112.Final...netty-4.1.113.Final) Updates `io.netty:netty-codec-http` from 4.1.112.Final to 4.1.113.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.112.Final...netty-4.1.113.Final) --- updated-dependencies: - dependency-name: io.netty:netty-transport dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.netty:netty-codec-http 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> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fe90fd38..675b832e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ jupiter = "5.11.0" gson = "2.11.0" tls-channel = "0.9.1" jjwt = "0.12.6" -netty = "4.1.112.Final" +netty = "4.1.113.Final" springboot = "3.2.5" ziti-api = "0.26.20" jackson = "2.17.2"