From 296fff142b0b164be3ba11b2075e2d50f3d78080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:06:59 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.1.101.Final to 4.1.104.Final in /mr Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.101.Final to 4.1.104.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.101.Final...netty-4.1.104.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 c910cee38..af1a39acf 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.16.0") - testImplementation("io.netty:netty-all:4.1.101.Final") + testImplementation("io.netty:netty-all:4.1.104.Final") testImplementation("org.elasticsearch:securemock:1.2") itestEmbedded(project(":test:shared"))