From 5d9b358ec00842bd11a25fdba1156df9ddd88997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 21:41:31 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.1.97.Final to 4.1.99.Final in /mr Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.97.Final to 4.1.99.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.97.Final...netty-4.1.99.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 18e7eb641..de6a3ed49 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.97.Final") + testImplementation("io.netty:netty-all:4.1.99.Final") testImplementation("org.elasticsearch:securemock:1.2") itestEmbedded(project(":test:shared"))