From b499d57ed725a5463e2974f131ade2a3c5c72c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 13:22:12 +0000 Subject: [PATCH 1/3] Bump com.microsoft.azure:msal4j in /plugins/repository-azure Bumps [com.microsoft.azure:msal4j](https://github.com/AzureAD/microsoft-authentication-library-for-java) from 1.21.0 to 1.23.1. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-java/releases) - [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/dev/changelog.txt) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-java/compare/v1.21.0...v1.23.1) --- updated-dependencies: - dependency-name: com.microsoft.azure:msal4j dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- plugins/repository-azure/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' From 0d00958bd1613b7db1c8ba32ffc30343c8ae4cf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 13:24:34 +0000 Subject: [PATCH 2/3] Updating SHAs Signed-off-by: dependabot[bot] --- plugins/repository-azure/licenses/msal4j-1.21.0.jar.sha1 | 1 - plugins/repository-azure/licenses/msal4j-1.23.1.jar.sha1 | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 plugins/repository-azure/licenses/msal4j-1.21.0.jar.sha1 create mode 100644 plugins/repository-azure/licenses/msal4j-1.23.1.jar.sha1 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 From ba5ffd46fadceb0220ac894681236e883409f204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 13:25:23 +0000 Subject: [PATCH 3/3] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c7564860066..4ace6b58c4e46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,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)) ### Deprecated