From 8e19826737c5224feda8ede9f1d8bae8e34fe29f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 21:22:32 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.0.56.Final to 4.2.15.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.0.56.Final to 4.2.15.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.0.56.Final...netty-4.2.15.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-version: 4.2.15.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mr/build.gradle | 2 +- test/shared/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mr/build.gradle b/mr/build.gradle index 4fa4d8753..c296b2c5d 100644 --- a/mr/build.gradle +++ b/mr/build.gradle @@ -65,7 +65,7 @@ dependencies { testImplementation(project(":test:shared")) testImplementation("com.fasterxml.jackson.core:jackson-databind:2.21.3") - testImplementation("io.netty:netty-all:4.2.10.Final") + testImplementation("io.netty:netty-all:4.2.15.Final") testImplementation("org.elasticsearch:securemock:1.2") itestEmbedded(project(":test:shared")) diff --git a/test/shared/build.gradle b/test/shared/build.gradle index facc163a9..a2abd7c68 100644 --- a/test/shared/build.gradle +++ b/test/shared/build.gradle @@ -80,7 +80,7 @@ dependencies { implementation("org.hamcrest:hamcrest-all:${project.ext.hamcrestVersion}") - implementation("io.netty:netty-all:4.0.56.Final") { + implementation("io.netty:netty-all:4.2.15.Final") { because "Needed for creating mock SSL Server to test against" }