diff --git a/CHANGELOG.md b/CHANGELOG.md index af086ad624798..f4b2601a29289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `gradle/actions` from 3 to 4 ([#18371](https://github.com/opensearch-project/OpenSearch/pull/18371)) - Bump `com.azure:azure-storage-common` from 12.28.0 to 12.29.0 ([#18415](https://github.com/opensearch-project/OpenSearch/pull/18415)) - Bump `com.squareup.okio:okio` from 3.10.2 to 3.12.0 ([#18468](https://github.com/opensearch-project/OpenSearch/pull/18468)) +- Bump `com.azure:azure-xml` from 1.1.0 to 1.2.0 ([#18469](https://github.com/opensearch-project/OpenSearch/pull/18469)) ### Deprecated diff --git a/plugins/repository-azure/build.gradle b/plugins/repository-azure/build.gradle index 724e46d061ae2..2f4e562dcff61 100644 --- a/plugins/repository-azure/build.gradle +++ b/plugins/repository-azure/build.gradle @@ -46,7 +46,7 @@ opensearchplugin { dependencies { api 'com.azure:azure-core:1.55.3' api 'com.azure:azure-json:1.5.0' - api 'com.azure:azure-xml:1.1.0' + api 'com.azure:azure-xml:1.2.0' api 'com.azure:azure-storage-common:12.29.0' api 'com.azure:azure-core-http-netty:1.15.11' api "io.netty:netty-codec-dns:${versions.netty}" diff --git a/plugins/repository-azure/licenses/azure-xml-1.1.0.jar.sha1 b/plugins/repository-azure/licenses/azure-xml-1.1.0.jar.sha1 deleted file mode 100644 index 4f9cfcac02f6e..0000000000000 --- a/plugins/repository-azure/licenses/azure-xml-1.1.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -8218a00c07f9f66d5dc7ae2ba613da6890867497 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/azure-xml-1.2.0.jar.sha1 b/plugins/repository-azure/licenses/azure-xml-1.2.0.jar.sha1 new file mode 100644 index 0000000000000..cbf996e063807 --- /dev/null +++ b/plugins/repository-azure/licenses/azure-xml-1.2.0.jar.sha1 @@ -0,0 +1 @@ +05a811882dc4eba119c7d1f0fc65acf39eaf417c \ No newline at end of file