diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d6cc401bf996..5bf1e56a37571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `com.azure:azure-core-http-netty` from 1.15.7 to 1.15.11 ([#18265](https://github.com/opensearch-project/OpenSearch/pull/18265)) - Bump `lycheeverse/lychee-action` from 2.4.0 to 2.4.1 ([#18264](https://github.com/opensearch-project/OpenSearch/pull/18264)) - Bump `com.maxmind.geoip2:geoip2` from 4.2.1 to 4.3.0 ([#18263](https://github.com/opensearch-project/OpenSearch/pull/18263)) +- Bump `com.azure:azure-json` from 1.3.0 to 1.5.0 ([#18335](https://github.com/opensearch-project/OpenSearch/pull/18335)) ### Deprecated diff --git a/plugins/repository-azure/build.gradle b/plugins/repository-azure/build.gradle index 949e2b03bcc10..a8d9707a06f78 100644 --- a/plugins/repository-azure/build.gradle +++ b/plugins/repository-azure/build.gradle @@ -45,7 +45,7 @@ opensearchplugin { dependencies { api 'com.azure:azure-core:1.55.3' - api 'com.azure:azure-json:1.3.0' + api 'com.azure:azure-json:1.5.0' api 'com.azure:azure-xml:1.1.0' api 'com.azure:azure-storage-common:12.28.0' api 'com.azure:azure-core-http-netty:1.15.11' diff --git a/plugins/repository-azure/licenses/azure-json-1.3.0.jar.sha1 b/plugins/repository-azure/licenses/azure-json-1.3.0.jar.sha1 deleted file mode 100644 index 8562474bd1472..0000000000000 --- a/plugins/repository-azure/licenses/azure-json-1.3.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -11b6a0708e9d6c90a1a76574c7720edce47dacc1 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/azure-json-1.5.0.jar.sha1 b/plugins/repository-azure/licenses/azure-json-1.5.0.jar.sha1 new file mode 100644 index 0000000000000..ae6bf99031276 --- /dev/null +++ b/plugins/repository-azure/licenses/azure-json-1.5.0.jar.sha1 @@ -0,0 +1 @@ +d12cf1a1d31ca75b27a5bbe0fbcf5ad73b7471b5 \ No newline at end of file