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"))