From c16b7ef4c07d101a3e3cb4d9126d543bcc499684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:21:29 +0000 Subject: [PATCH 1/2] 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] --- mr/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) From 139ecf95eefcc4b31cd4efdd3e64997dc52263e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 23 Dec 2024 21:22:53 +0000 Subject: [PATCH 2/2] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bcaa9860..7b869c200 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.1 ## [1.3.0]