diff --git a/CHANGELOG.md b/CHANGELOG.md index 690144803e6e0..0f6d26a6e8007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## [Unreleased] +### Dependencies +- Bumps `reactor-netty` from 1.1.1 to 1.1.2 ([#5878](https://github.com/opensearch-project/OpenSearch/pull/5878)) All notable changes to this project are documented in this file. diff --git a/plugins/repository-azure/build.gradle b/plugins/repository-azure/build.gradle index 0e77a8fc2efa8..d61327e737ec1 100644 --- a/plugins/repository-azure/build.gradle +++ b/plugins/repository-azure/build.gradle @@ -57,7 +57,7 @@ dependencies { api 'com.azure:azure-storage-blob:12.15.0' api 'org.reactivestreams:reactive-streams:1.0.3' api 'io.projectreactor:reactor-core:3.4.18' - api 'io.projectreactor.netty:reactor-netty:1.1.1' + api 'io.projectreactor.netty:reactor-netty:1.1.2' api 'io.projectreactor.netty:reactor-netty-core:1.0.24' api 'io.projectreactor.netty:reactor-netty-http:1.0.24' api "org.slf4j:slf4j-api:${versions.slf4j}" diff --git a/plugins/repository-azure/licenses/reactor-netty-1.1.1.jar.sha1 b/plugins/repository-azure/licenses/reactor-netty-1.1.1.jar.sha1 deleted file mode 100644 index c126b8b7d37b1..0000000000000 --- a/plugins/repository-azure/licenses/reactor-netty-1.1.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b6d94a1cfc4fee983e9d0cb2ddb85701b851f8cf \ No newline at end of file diff --git a/plugins/repository-azure/licenses/reactor-netty-1.1.2.jar.sha1 b/plugins/repository-azure/licenses/reactor-netty-1.1.2.jar.sha1 new file mode 100644 index 0000000000000..5198e6caabe07 --- /dev/null +++ b/plugins/repository-azure/licenses/reactor-netty-1.1.2.jar.sha1 @@ -0,0 +1 @@ +e3bc060179a0776016f629e3b1a1d1c8e51b7112 \ No newline at end of file