From e3025ab43563af4ed8c64396343998ae139dfc14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 23:28:35 +0000 Subject: [PATCH] Bump nettyVersion from 4.1.114.Final to 4.1.115.Final Bumps `nettyVersion` from 4.1.114.Final to 4.1.115.Final. Updates `io.netty:netty-handler` from 4.1.114.Final to 4.1.115.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.114.Final...netty-4.1.115.Final) Updates `io.netty:netty-common` from 4.1.114.Final to 4.1.115.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.114.Final...netty-4.1.115.Final) Updates `io.netty:netty-buffer` from 4.1.114.Final to 4.1.115.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.114.Final...netty-4.1.115.Final) Updates `io.netty:netty-codec` from 4.1.114.Final to 4.1.115.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.114.Final...netty-4.1.115.Final) Updates `io.netty:netty-all` from 4.1.114.Final to 4.1.115.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.114.Final...netty-4.1.115.Final) Updates `io.netty:netty-transport` from 4.1.114.Final to 4.1.115.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.114.Final...netty-4.1.115.Final) Updates `io.netty:netty-resolver` from 4.1.114.Final to 4.1.115.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.114.Final...netty-4.1.115.Final) --- updated-dependencies: - dependency-name: io.netty:netty-handler 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-buffer 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-all 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-resolver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/build.gradle b/bom/build.gradle index b73fedeb94..dbe6c984c9 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -82,7 +82,7 @@ ext { mockitoVersion = '4.11.0' plexusVersion = '4.0.2' postgresVersion = '42.7.4' - nettyVersion = '4.1.114.Final' + nettyVersion = '4.1.115.Final' prometheusVersion = '1.13.6' quartzVersion = '2.3.2' // TODO: May be able to remove as moving to jakarta servlet