From 954721c8a253ce02a9a445ff5f371551446bba78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:38:35 +0000 Subject: [PATCH] Bump netty.version from 4.1.113.Final to 4.1.114.Final Bumps `netty.version` from 4.1.113.Final to 4.1.114.Final. Updates `io.netty:netty-buffer` from 4.1.113.Final to 4.1.114.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.113.Final...netty-4.1.114.Final) Updates `io.netty:netty-codec-http` from 4.1.113.Final to 4.1.114.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.113.Final...netty-4.1.114.Final) Updates `io.netty:netty-codec` from 4.1.113.Final to 4.1.114.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.113.Final...netty-4.1.114.Final) Updates `io.netty:netty-codec-socks` from 4.1.113.Final to 4.1.114.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.113.Final...netty-4.1.114.Final) Updates `io.netty:netty-handler-proxy` from 4.1.113.Final to 4.1.114.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.113.Final...netty-4.1.114.Final) Updates `io.netty:netty-common` from 4.1.113.Final to 4.1.114.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.113.Final...netty-4.1.114.Final) Updates `io.netty:netty-transport` from 4.1.113.Final to 4.1.114.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.113.Final...netty-4.1.114.Final) Updates `io.netty:netty-handler` from 4.1.113.Final to 4.1.114.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.113.Final...netty-4.1.114.Final) Updates `io.netty:netty-resolver-dns` from 4.1.113.Final to 4.1.114.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.113.Final...netty-4.1.114.Final) Updates `io.netty:netty-transport-native-epoll` from 4.1.113.Final to 4.1.114.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.113.Final...netty-4.1.114.Final) Updates `io.netty:netty-transport-native-kqueue` from 4.1.113.Final to 4.1.114.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.113.Final...netty-4.1.114.Final) --- updated-dependencies: - dependency-name: io.netty:netty-buffer 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 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-common dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.netty:netty-transport 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-resolver-dns 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] <support@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index aeb65d5f9..e50a2ee2b 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ <maven.compiler.target>11</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <netty.version>4.1.113.Final</netty.version> + <netty.version>4.1.114.Final</netty.version> <netty.iouring>0.0.25.Final</netty.iouring> <brotli4j.version>1.17.0</brotli4j.version> <slf4j.version>2.0.16</slf4j.version>