diff --git a/CHANGELOG.md b/CHANGELOG.md index e0c96fc6aabfe..03af1c7b517d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `org.apache.logging.log4j:log4j-core` from 2.18.0 to 2.20.0 ([#6490](https://github.com/opensearch-project/OpenSearch/pull/6490)) - Bump `com.azure:azure-storage-common` from 12.19.3 to 12.20.0 ([#6492](https://github.com/opensearch-project/OpenSearch/pull/6492) - Bump `snakeyaml` from 1.33 to 2.0 ([#6511](https://github.com/opensearch-project/OpenSearch/pull/6511)) +- Bump `io.projectreactor.netty:reactor-netty` from 1.1.3 to 1.1.4 ### Changed - Require MediaType in Strings.toString API ([#6009](https://github.com/opensearch-project/OpenSearch/pull/6009)) diff --git a/plugins/repository-azure/build.gradle b/plugins/repository-azure/build.gradle index 76747cee712bd..89ea405464987 100644 --- a/plugins/repository-azure/build.gradle +++ b/plugins/repository-azure/build.gradle @@ -57,9 +57,9 @@ 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.3' + api 'io.projectreactor.netty:reactor-netty:1.1.4' api 'io.projectreactor.netty:reactor-netty-core:1.0.24' - api 'io.projectreactor.netty:reactor-netty-http:1.1.3' + api 'io.projectreactor.netty:reactor-netty-http:1.1.4' api "org.slf4j:slf4j-api:${versions.slf4j}" api "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}" api "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}" diff --git a/plugins/repository-azure/licenses/reactor-netty-1.1.3.jar.sha1 b/plugins/repository-azure/licenses/reactor-netty-1.1.3.jar.sha1 deleted file mode 100644 index 00cb9fe0edf44..0000000000000 --- a/plugins/repository-azure/licenses/reactor-netty-1.1.3.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -2745c13811d82b7c57d4ca52764bbaab83e3e2e2 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/reactor-netty-1.1.4.jar.sha1 b/plugins/repository-azure/licenses/reactor-netty-1.1.4.jar.sha1 new file mode 100644 index 0000000000000..ab76deb3bc1f1 --- /dev/null +++ b/plugins/repository-azure/licenses/reactor-netty-1.1.4.jar.sha1 @@ -0,0 +1 @@ +1b66183ba316fbbd2d212eb9e9a3ba060ba557b0 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/reactor-netty-http-1.1.3.jar.sha1 b/plugins/repository-azure/licenses/reactor-netty-http-1.1.3.jar.sha1 deleted file mode 100644 index fda433830ce35..0000000000000 --- a/plugins/repository-azure/licenses/reactor-netty-http-1.1.3.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ddebf6e059e10315e9a53417289c98745a8fc7a7 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/reactor-netty-http-1.1.4.jar.sha1 b/plugins/repository-azure/licenses/reactor-netty-http-1.1.4.jar.sha1 new file mode 100644 index 0000000000000..7848fcdd8f5cb --- /dev/null +++ b/plugins/repository-azure/licenses/reactor-netty-http-1.1.4.jar.sha1 @@ -0,0 +1 @@ +ca8b2f1b23e4593577e0f570e04bb80cd29ce1e3 \ No newline at end of file