From 3cde12b80939ffaa7ccd6c2247a3925ab7528d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:53:57 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.1.112.Final to 4.1.114.Final in /mr Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.112.Final to 4.1.114.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.112.Final...netty-4.1.114.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 f3c17e30e..08c9bb147 100644 --- a/mr/build.gradle +++ b/mr/build.gradle @@ -63,7 +63,7 @@ dependencies { testImplementation(project(":test:shared")) testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.2") - testImplementation("io.netty:netty-all:4.1.112.Final") + testImplementation("io.netty:netty-all:4.1.114.Final") testImplementation("org.elasticsearch:securemock:1.2") itestEmbedded(project(":test:shared"))