From 8ca3cf9dc33fd7cffb46e4ff069dd5d6ced602d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 09:55:12 +1200 Subject: [PATCH] Bump io.netty:netty-all from 4.1.110.Final to 4.1.111.Final in /mr (#478) * Bump io.netty:netty-all from 4.1.110.Final to 4.1.111.Final in /mr Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.110.Final to 4.1.111.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.110.Final...netty-4.1.111.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- CHANGELOG.md | 2 +- mr/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b3a26a12..57ba95c06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,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.1 - Bumps `commons-logging:commons-logging` from 1.3.1 to 1.3.2 - Bumps `com.google.protobuf:protobuf-java` from 4.26.1 to 4.27.1 -- Bumps `io.netty:netty-all` from 4.1.109.Final to 4.1.110.Final +- Bumps `io.netty:netty-all` from 4.1.109.Final to 4.1.111.Final ## [1.2.0] ### Changed diff --git a/mr/build.gradle b/mr/build.gradle index d287d86a4..fe94fd27d 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.1") - testImplementation("io.netty:netty-all:4.1.110.Final") + testImplementation("io.netty:netty-all:4.1.111.Final") testImplementation("org.elasticsearch:securemock:1.2") itestEmbedded(project(":test:shared"))