From 9d729ddc04e1c754c24e8d1f90dabef7a5d090ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 04:18:06 +0000 Subject: [PATCH] Bump nettyVersion from 4.1.100.Final to 4.1.101.Final Bumps `nettyVersion` from 4.1.100.Final to 4.1.101.Final. Updates `io.netty:netty-codec` 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) Updates `io.netty:netty-codec-http2` 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-handler` 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-socks` 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-handler-proxy` 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-transport-native-epoll` 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-transport-native-kqueue` 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-codec 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 - dependency-name: io.netty:netty-codec-http2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.netty:netty-handler dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.netty:netty-codec-socks dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.netty:netty-handler-proxy dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.netty:netty-transport-native-epoll dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.netty:netty-transport-native-kqueue dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f9d377fa0..a8a227865 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { tomcatVersion = '10.1.15' seleniumVersion = '4.14.1' jacksonVersion = '2.15.3' - nettyVersion = '4.1.100.Final' + nettyVersion = '4.1.101.Final' junitJupiterVersion = '5.10.0' slf4jVersion = '2.0.9' }