From 7f2290018229344901a30e76b25fd8bc7a7cfbdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:56:18 +0000 Subject: [PATCH] Bump netty from 4.1.97.Final to 4.1.100.Final Bumps `netty` from 4.1.97.Final to 4.1.100.Final. Updates `io.netty:netty-transport` from 4.1.97.Final to 4.1.100.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.97.Final...netty-4.1.100.Final) Updates `io.netty:netty-codec-http` from 4.1.97.Final to 4.1.100.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.97.Final...netty-4.1.100.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..fdeb2f86 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.100.Final" [libraries]