From fd69dc2b6aae5f41091fa189470a1b119e1259b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 09:14:23 +0000 Subject: [PATCH] Bump nettyVersion from 4.1.94.Final to 4.1.99.Final Bumps `nettyVersion` from 4.1.94.Final to 4.1.99.Final. Updates `io.netty:netty-handler` from 4.1.94.Final to 4.1.99.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.94.Final...netty-4.1.99.Final) Updates `io.netty:netty-common` from 4.1.94.Final to 4.1.99.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.94.Final...netty-4.1.99.Final) Updates `io.netty:netty-buffer` from 4.1.94.Final to 4.1.99.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.94.Final...netty-4.1.99.Final) Updates `io.netty:netty-codec` from 4.1.94.Final to 4.1.99.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.94.Final...netty-4.1.99.Final) Updates `io.netty:netty-all` from 4.1.94.Final to 4.1.99.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.94.Final...netty-4.1.99.Final) Updates `io.netty:netty-transport` from 4.1.94.Final to 4.1.99.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.94.Final...netty-4.1.99.Final) Updates `io.netty:netty-resolver` from 4.1.94.Final to 4.1.99.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.94.Final...netty-4.1.99.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 b15c16ac199..91637717f3e 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -79,7 +79,7 @@ ext { mockitoVersion = '4.11.0' plexusVersion = '4.0.0' prometheusVersion = '1.11.2' - nettyVersion = '4.1.94.Final' + nettyVersion = '4.1.99.Final' quartzVersion = '2.3.2' reflectionsVersion = '0.10.2' sanitizerVersion = '1.2.3'