From 26b317078b25e6483e4503ab323bf6b7858cf24b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 14:04:43 +0000 Subject: [PATCH] Bump nettyVersion from 4.1.92.Final to 4.1.94.Final Bumps `nettyVersion` from 4.1.92.Final to 4.1.94.Final. Updates `io.netty:netty-handler` from 4.1.92.Final to 4.1.94.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.92.Final...netty-4.1.94.Final) Updates `io.netty:netty-common` from 4.1.92.Final to 4.1.94.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.92.Final...netty-4.1.94.Final) Updates `io.netty:netty-buffer` from 4.1.92.Final to 4.1.94.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.92.Final...netty-4.1.94.Final) Updates `io.netty:netty-codec` from 4.1.92.Final to 4.1.94.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.92.Final...netty-4.1.94.Final) Updates `io.netty:netty-all` from 4.1.92.Final to 4.1.94.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.92.Final...netty-4.1.94.Final) Updates `io.netty:netty-transport` from 4.1.92.Final to 4.1.94.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.92.Final...netty-4.1.94.Final) Updates `io.netty:netty-resolver` from 4.1.92.Final to 4.1.94.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.92.Final...netty-4.1.94.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 c21828ea2e5..6f4471bec51 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -79,7 +79,7 @@ ext { mockitoVersion = '4.11.0' plexusVersion = '3.5.1' prometheusVersion = '1.11.0' - nettyVersion = '4.1.92.Final' + nettyVersion = '4.1.94.Final' quartzVersion = '2.3.2' reflectionsVersion = '0.10.2' sanitizerVersion = '1.2.3'