From 0445d515dd2d5e811dcefe7eeb29f7b2714ee86d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:49:56 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.1.112.Final to 4.1.113.Final in /mr Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.112.Final to 4.1.113.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.112.Final...netty-4.1.113.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..01ac7e4b7 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.113.Final") testImplementation("org.elasticsearch:securemock:1.2") itestEmbedded(project(":test:shared"))