diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b0c25ec65903..ac8aad99ffe64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `com.azure:azure-storage-common` from 12.30.2 to 12.30.3 ([#19615](https://github.com/opensearch-project/OpenSearch/pull/19615)) - Bump `peter-evans/create-issue-from-file` from 5 to 6 ([#19616](https://github.com/opensearch-project/OpenSearch/pull/19616)) - Bump `com.squareup.okhttp3:okhttp` from 5.1.0 to 5.2.1 ([#19614](https://github.com/opensearch-project/OpenSearch/pull/19614)) +- Bump `com.microsoft.azure:msal4j` from 1.21.0 to 1.23.1 ([#19688](https://github.com/opensearch-project/OpenSearch/pull/19688)) - Bump `commons-net:commons-net` from 3.11.1 to 3.12.0 ([#19687](https://github.com/opensearch-project/OpenSearch/pull/19687)) - Bump `org.apache.avro:avro` from 1.12.0 to 1.12.1 ([#19692](https://github.com/opensearch-project/OpenSearch/pull/19692)) - Bump `com.github.spotbugs:spotbugs-annotations` from 4.9.6 to 4.9.8 ([#19691](https://github.com/opensearch-project/OpenSearch/pull/19691)) diff --git a/plugins/repository-azure/build.gradle b/plugins/repository-azure/build.gradle index 9c1c05359d20a..2e251ec4a6aa8 100644 --- a/plugins/repository-azure/build.gradle +++ b/plugins/repository-azure/build.gradle @@ -61,7 +61,7 @@ dependencies { // Start of transitive dependencies for azure-identity api 'com.microsoft.azure:msal4j-persistence-extension:1.3.0' api "net.java.dev.jna:jna-platform:${versions.jna}" - api 'com.microsoft.azure:msal4j:1.21.0' + api 'com.microsoft.azure:msal4j:1.23.1' api 'com.nimbusds:oauth2-oidc-sdk:11.29.2' api 'com.nimbusds:nimbus-jose-jwt:10.5' api 'com.nimbusds:content-type:2.3' diff --git a/plugins/repository-azure/licenses/msal4j-1.21.0.jar.sha1 b/plugins/repository-azure/licenses/msal4j-1.21.0.jar.sha1 deleted file mode 100644 index b2250fba89689..0000000000000 --- a/plugins/repository-azure/licenses/msal4j-1.21.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -bd8d171fc456302e5c1833b97c9e47c74e6e740f \ No newline at end of file diff --git a/plugins/repository-azure/licenses/msal4j-1.23.1.jar.sha1 b/plugins/repository-azure/licenses/msal4j-1.23.1.jar.sha1 new file mode 100644 index 0000000000000..6e0bdf2568e94 --- /dev/null +++ b/plugins/repository-azure/licenses/msal4j-1.23.1.jar.sha1 @@ -0,0 +1 @@ +6c722b514873b24a4e1ce9c22dca36ea3c22bdbe \ No newline at end of file