diff --git a/CHANGELOG.md b/CHANGELOG.md index 424205108..5777eb222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.17.0 to 2.17.2 - Bumps `commons-logging:commons-logging` from 1.3.1 to 1.3.3 - Bumps `com.google.protobuf:protobuf-java` from 4.26.1 to 4.27.2 -- Bumps `io.netty:netty-all` from 4.1.109.Final to 4.1.111.Final +- Bumps `io.netty:netty-all` from 4.1.109.Final to 4.1.112.Final - Bumps `jakarta.servlet:jakarta.servlet-api` from 6.0.0 to 6.1.0 - Bumps `commons-codec:commons-codec` from 1.17.0 to 1.17.1 diff --git a/mr/build.gradle b/mr/build.gradle index c45a9b7a9..187c74401 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.111.Final") + testImplementation("io.netty:netty-all:4.1.112.Final") testImplementation("org.elasticsearch:securemock:1.2") itestEmbedded(project(":test:shared"))