Skip to content

Commit 47feca7

Browse files
authored
Update dependency com.azure:azure-identity to 1.13.0, com.microsoft.azure:msal4j to 1.15.1, com.microsoft.azure:msal4j-persistence-extension to 1.3.0 (#14506)
* Update dependency com.azure:azure-identity to v1.12.2 Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add to CHANGELOG Signed-off-by: Craig Perkins <cwperx@amazon.com> * Bump msal4j from 1.14.3 to 1.15.1 Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add to CHANGELOG Signed-off-by: Craig Perkins <cwperx@amazon.com> * Address review feedback Signed-off-by: Craig Perkins <cwperx@amazon.com> --------- Signed-off-by: Craig Perkins <cwperx@amazon.com>
1 parent f8e8865 commit 47feca7

8 files changed

+7
-6
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2222
- Bump `org.apache.commons:commons-configuration2` from 2.10.1 to 2.11.0 ([#14399](https://github.com/opensearch-project/OpenSearch/pull/14399))
2323
- Bump `com.gradle.develocity` from 3.17.4 to 3.17.5 ([#14397](https://github.com/opensearch-project/OpenSearch/pull/14397))
2424
- Bump `opentelemetry` from 1.36.0 to 1.39.0 ([#14457](https://github.com/opensearch-project/OpenSearch/pull/14457))
25+
- Bump `azure-identity` from 1.11.4 to 1.13.0, Bump `msal4j` from 1.14.3 to 1.15.1, Bump `msal4j-persistence-extension` from 1.2.0 to 1.3.0 ([#14506](https://github.com/opensearch-project/OpenSearch/pull/14506))
2526

2627
### Changed
2728
- unsignedLongRangeQuery now returns MatchNoDocsQuery if the lower bounds are greater than the upper bounds ([#14416](https://github.com/opensearch-project/OpenSearch/pull/14416))

plugins/repository-azure/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ dependencies {
5757
api "io.netty:netty-transport-native-unix-common:${versions.netty}"
5858
implementation project(':modules:transport-netty4')
5959
api 'com.azure:azure-storage-blob:12.23.0'
60-
api 'com.azure:azure-identity:1.11.4'
60+
api 'com.azure:azure-identity:1.13.0'
6161
// Start of transitive dependencies for azure-identity
62-
api 'com.microsoft.azure:msal4j-persistence-extension:1.2.0'
62+
api 'com.microsoft.azure:msal4j-persistence-extension:1.3.0'
6363
api "net.java.dev.jna:jna-platform:${versions.jna}"
64-
api 'com.microsoft.azure:msal4j:1.14.3'
64+
api 'com.microsoft.azure:msal4j:1.15.1'
6565
api 'com.nimbusds:oauth2-oidc-sdk:11.9.1'
6666
api 'com.nimbusds:nimbus-jose-jwt:9.40'
6767
api 'com.nimbusds:content-type:2.3'

plugins/repository-azure/licenses/azure-identity-1.11.4.jar.sha1

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
54b44a74636322d06e9dc42d611a9f12a0966790

plugins/repository-azure/licenses/msal4j-1.14.3.jar.sha1

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cd1daa94b81bd97153536b661c31295f99cbb8e7

plugins/repository-azure/licenses/msal4j-persistence-extension-1.2.0.jar.sha1

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8a8ef1517d27a5b4de1512ef94679bdb59f210b6

0 commit comments

Comments
 (0)