From 70202227282425d18c41c054ae806c8898608d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:40:56 +0000 Subject: [PATCH] Bump nettyVersion from 4.1.115.Final to 4.1.117.Final Bumps `nettyVersion` from 4.1.115.Final to 4.1.117.Final. Updates `io.netty:netty-handler` from 4.1.115.Final to 4.1.117.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.115.Final...netty-4.1.117.Final) Updates `io.netty:netty-common` from 4.1.115.Final to 4.1.117.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.115.Final...netty-4.1.117.Final) Updates `io.netty:netty-buffer` from 4.1.115.Final to 4.1.117.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.115.Final...netty-4.1.117.Final) Updates `io.netty:netty-codec` from 4.1.115.Final to 4.1.117.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.115.Final...netty-4.1.117.Final) Updates `io.netty:netty-all` from 4.1.115.Final to 4.1.117.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.115.Final...netty-4.1.117.Final) Updates `io.netty:netty-transport` from 4.1.115.Final to 4.1.117.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.115.Final...netty-4.1.117.Final) Updates `io.netty:netty-resolver` from 4.1.115.Final to 4.1.117.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.115.Final...netty-4.1.117.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 b4acec4f53..7b4c9a0aa3 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -85,7 +85,7 @@ ext { mockitoVersion = '4.11.0' plexusVersion = '4.0.2' postgresVersion = '42.7.4' // already there - nettyVersion = '4.1.115.Final' + nettyVersion = '4.1.117.Final' prometheusVersion = '1.14.2' quartzVersion = '2.5.0' // TODO: May be able to remove as moving to jakarta servlet