From 1f8b4a5fd78c967ec98d5eaba2d916828d5137b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 15:19:51 +0000 Subject: [PATCH] Bump netty from 4.1.97.Final to 4.1.99.Final Bumps `netty` from 4.1.97.Final to 4.1.99.Final. Updates `io.netty:netty-transport` from 4.1.97.Final to 4.1.99.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.97.Final...netty-4.1.99.Final) Updates `io.netty:netty-codec-http` from 4.1.97.Final to 4.1.99.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.97.Final...netty-4.1.99.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] --- 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 02003b81..c466f485 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ jupiter = "5.10.0" gson = "2.10.1" tls-channel = "0.8.1" jjwt = "0.11.5" -netty = "4.1.97.Final" +netty = "4.1.99.Final" [libraries]