From 81328d28a4b8b9f03088e48db418aaf106a18e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:23:34 -0400 Subject: [PATCH] Bump netty from 4.1.111.Final to 4.1.112.Final (#615) Bumps `netty` from 4.1.111.Final to 4.1.112.Final. Updates `io.netty:netty-transport` from 4.1.111.Final to 4.1.112.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.111.Final...netty-4.1.112.Final) Updates `io.netty:netty-codec-http` from 4.1.111.Final to 4.1.112.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.111.Final...netty-4.1.112.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 8f924fd4..980dd344 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ jupiter = "5.10.3" gson = "2.11.0" tls-channel = "0.9.1" jjwt = "0.12.5" -netty = "4.1.111.Final" +netty = "4.1.112.Final" springboot = "3.2.5" ziti-api = "0.26.20" jackson = "2.17.1"