From 2b040b39bd52ecc9a80ec574c9b8dc194222faed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 12:21:30 +0000 Subject: [PATCH] Bump nettyVersion from 4.1.94.Final to 4.1.96.Final Bumps `nettyVersion` from 4.1.94.Final to 4.1.96.Final. Updates `io.netty:netty-handler` from 4.1.94.Final to 4.1.96.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.94.Final...netty-4.1.96.Final) Updates `io.netty:netty-common` from 4.1.94.Final to 4.1.96.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.94.Final...netty-4.1.96.Final) Updates `io.netty:netty-buffer` from 4.1.94.Final to 4.1.96.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.94.Final...netty-4.1.96.Final) Updates `io.netty:netty-codec` from 4.1.94.Final to 4.1.96.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.94.Final...netty-4.1.96.Final) Updates `io.netty:netty-all` from 4.1.94.Final to 4.1.96.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.94.Final...netty-4.1.96.Final) Updates `io.netty:netty-transport` from 4.1.94.Final to 4.1.96.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.94.Final...netty-4.1.96.Final) Updates `io.netty:netty-resolver` from 4.1.94.Final to 4.1.96.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.94.Final...netty-4.1.96.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 33099041433..52250d703c8 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.96.Final' quartzVersion = '2.3.2' reflectionsVersion = '0.10.2' sanitizerVersion = '1.2.3'