From 2f97d8bbbc6c1d7e92a945f861663dcb6c3fa082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 21:23:23 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.1.93.Final to 4.1.96.Final in /mr Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.93.Final to 4.1.96.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.93.Final...netty-4.1.96.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- mr/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mr/build.gradle b/mr/build.gradle index a26f6e317..7c5226664 100644 --- a/mr/build.gradle +++ b/mr/build.gradle @@ -69,7 +69,7 @@ dependencies { testImplementation(project(":test:shared")) testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.2") - testImplementation("io.netty:netty-all:4.1.93.Final") + testImplementation("io.netty:netty-all:4.1.96.Final") testImplementation("org.elasticsearch:securemock:1.2") itestEmbedded(project(":test:shared"))