From a4bc15e86848c18438cd3622d33446a95d700bbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:04:45 +1300 Subject: [PATCH] Bump io.netty:netty-all from 4.1.115.Final to 4.1.116.Final in /mr (#538) * Bump io.netty:netty-all from 4.1.115.Final to 4.1.116.Final in /mr Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.115.Final to 4.1.116.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.115.Final...netty-4.1.116.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Signed-off-by: Thomas Farr Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] Co-authored-by: Thomas Farr --- CHANGELOG.md | 2 +- mr/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b829c1d7..e463eb19a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.18.2 - Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.17.2 to 2.18.2 -- Bumps `io.netty:netty-all` from 4.1.112.Final to 4.1.115.Final +- Bumps `io.netty:netty-all` from 4.1.112.Final to 4.1.116.Final - Bumps `com.google.protobuf:protobuf-java` from 4.28.2 to 4.29.3 - Bumps `commons-codec:commons-codec` from 1.17.1 to 1.17.2 diff --git a/mr/build.gradle b/mr/build.gradle index c66a90487..75ca4f72a 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.18.2") - testImplementation("io.netty:netty-all:4.1.115.Final") + testImplementation("io.netty:netty-all:4.1.116.Final") testImplementation("org.elasticsearch:securemock:1.2") itestEmbedded(project(":test:shared"))