From bc6d663ff218124249dc6cf8402c96ea39919536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:45:43 +0000 Subject: [PATCH] Bump netty from 4.1.100.Final to 4.1.101.Final Bumps `netty` from 4.1.100.Final to 4.1.101.Final. Updates `io.netty:netty-transport` from 4.1.100.Final to 4.1.101.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.100.Final...netty-4.1.101.Final) Updates `io.netty:netty-codec-http` from 4.1.100.Final to 4.1.101.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.100.Final...netty-4.1.101.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 fdeb2f86..a305c511 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.100.Final" +netty = "4.1.101.Final" [libraries]