diff --git a/CHANGELOG.md b/CHANGELOG.md index f88a116e2..9e28d500d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bumps `com.google.protobuf:protobuf-java` from 3.22.3 to 3.24.2 - Bumps `com.esotericsoftware.kryo:kryo` from 2.21 to 2.24.0 -- Bumps `io.netty:netty-all` from 4.1.92.Final to 4.1.96.Final +- Bumps `io.netty:netty-all` from 4.1.92.Final to 4.1.97.Final - Bumps `org.codehaus.woodstox:stax2-api` from 3.1.4 to 4.2.1 - Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.15.0 to 2.15.2 - Bumps `org.slf4j:slf4j-api` from 1.7.6 to 2.0.7 diff --git a/mr/build.gradle b/mr/build.gradle index 19e8cbda0..18e7eb641 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.96.Final") + testImplementation("io.netty:netty-all:4.1.97.Final") testImplementation("org.elasticsearch:securemock:1.2") itestEmbedded(project(":test:shared"))