From 0445d515dd2d5e811dcefe7eeb29f7b2714ee86d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:49:56 +0000 Subject: [PATCH 1/2] Bump io.netty:netty-all from 4.1.112.Final to 4.1.113.Final in /mr Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.112.Final to 4.1.113.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.112.Final...netty-4.1.113.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 f3c17e30e..01ac7e4b7 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.112.Final") + testImplementation("io.netty:netty-all:4.1.113.Final") testImplementation("org.elasticsearch:securemock:1.2") itestEmbedded(project(":test:shared")) From f77342ad0058050274d267e3dd7b223c50e675b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 9 Sep 2024 21:51:19 +0000 Subject: [PATCH 2/2] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89a52ce31..40f2f3cac 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.4 - Bumps `com.google.protobuf:protobuf-java` from 4.26.1 to 4.28.0 -- Bumps `io.netty:netty-all` from 4.1.109.Final to 4.1.112.Final +- Bumps `io.netty:netty-all` from 4.1.109.Final to 4.1.113.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 - Bumps `org.slf4j:slf4j-api` from 2.0.13 to 2.0.16 @@ -118,4 +118,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) [1.2.0]: https://github.com/opensearch-project/opensearch-hadoop/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/opensearch-project/opensearch-hadoop/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/opensearch-project/opensearch-hadoop/compare/v1.0.0...v1.0.1 -[1.0.0]: https://github.com/opensearch-project/opensearch-hadoop/compare/v7.13.4...v1.0.0 +[1.0.0]: https://github.com/opensearch-project/opensearch-hadoop/compare/v7.13.4...v1.0.0 \ No newline at end of file