From e40ee5030b349cf445f19d4dd4beb85af9688314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 06:04:29 +0000 Subject: [PATCH 1/3] Bump reactor-core from 3.4.18 to 3.4.23 in /plugins/repository-azure Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.4.18 to 3.4.23. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](https://github.com/reactor/reactor-core/compare/v3.4.18...v3.4.23) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plugins/repository-azure/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/repository-azure/build.gradle b/plugins/repository-azure/build.gradle index 755f00ac9b1b3..0f0c0183a69dd 100644 --- a/plugins/repository-azure/build.gradle +++ b/plugins/repository-azure/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation project(':modules:transport-netty4') api 'com.azure:azure-storage-blob:12.16.1' api 'org.reactivestreams:reactive-streams:1.0.4' - api 'io.projectreactor:reactor-core:3.4.18' + api 'io.projectreactor:reactor-core:3.4.23' api 'io.projectreactor.netty:reactor-netty:1.0.18' api 'io.projectreactor.netty:reactor-netty-core:1.0.22' api 'io.projectreactor.netty:reactor-netty-http:1.0.18' From 451a58d0ee2e5944299a041c29158ce08e81959e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 20 Sep 2022 06:08:25 +0000 Subject: [PATCH 2/3] Updating SHAs Signed-off-by: dependabot[bot] --- plugins/repository-azure/licenses/reactor-core-3.4.18.jar.sha1 | 1 - plugins/repository-azure/licenses/reactor-core-3.4.23.jar.sha1 | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 plugins/repository-azure/licenses/reactor-core-3.4.18.jar.sha1 create mode 100644 plugins/repository-azure/licenses/reactor-core-3.4.23.jar.sha1 diff --git a/plugins/repository-azure/licenses/reactor-core-3.4.18.jar.sha1 b/plugins/repository-azure/licenses/reactor-core-3.4.18.jar.sha1 deleted file mode 100644 index 749954f62c77b..0000000000000 --- a/plugins/repository-azure/licenses/reactor-core-3.4.18.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -29f4f3a4876a65861deffc0f7f189029bcaf7946 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/reactor-core-3.4.23.jar.sha1 b/plugins/repository-azure/licenses/reactor-core-3.4.23.jar.sha1 new file mode 100644 index 0000000000000..e398f1672188c --- /dev/null +++ b/plugins/repository-azure/licenses/reactor-core-3.4.23.jar.sha1 @@ -0,0 +1 @@ +94bb06e2c4e6968c6faf4f5363cb278351f44a6a \ No newline at end of file From b67b61399985645f6b284d4933657e077570e393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 20 Sep 2022 06:09:24 +0000 Subject: [PATCH 3/3] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15e688ee324d6..763c10bfc3faf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Add BWC version 2.3.1 ([#4513](https://github.com/opensearch-project/OpenSearch/pull/4513)) - [Segment Replication] Add snapshot and restore tests for segment replication feature ([#3993](https://github.com/opensearch-project/OpenSearch/pull/3993)) - Added missing javadocs for `:example-plugins` modules ([#4540](https://github.com/opensearch-project/OpenSearch/pull/4540)) +### Dependencies +- Bumps `reactor-core` from 3.4.18 to 3.4.23 ### Dependencies - Bumps `reactive-streams` from 1.0.3 to 1.0.4 @@ -100,4 +102,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) [Unreleased]: https://github.com/opensearch-project/OpenSearch/compare/2.2.0...HEAD -[2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.2.0...2.x +[2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.2.0...2.x \ No newline at end of file