diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d050855f0821..d55503a3fb51c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - 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)) - Bump `org.jline:jline` from 3.29.0 to 3.30.3 ([#18368](https://github.com/opensearch-project/OpenSearch/pull/18368)) +- Bump `com.nimbusds:oauth2-oidc-sdk` from 11.23.1 to 11.25 ([#18369](https://github.com/opensearch-project/OpenSearch/pull/18369)) ### Deprecated diff --git a/plugins/repository-azure/build.gradle b/plugins/repository-azure/build.gradle index a8d9707a06f78..fdcbd02b6370d 100644 --- a/plugins/repository-azure/build.gradle +++ b/plugins/repository-azure/build.gradle @@ -62,7 +62,7 @@ dependencies { 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.20.1' - api 'com.nimbusds:oauth2-oidc-sdk:11.23.1' + api 'com.nimbusds:oauth2-oidc-sdk:11.25' api 'com.nimbusds:nimbus-jose-jwt:10.2' api 'com.nimbusds:content-type:2.3' api 'com.nimbusds:lang-tag:1.7' diff --git a/plugins/repository-azure/licenses/oauth2-oidc-sdk-11.23.1.jar.sha1 b/plugins/repository-azure/licenses/oauth2-oidc-sdk-11.23.1.jar.sha1 deleted file mode 100644 index 127140477a3a0..0000000000000 --- a/plugins/repository-azure/licenses/oauth2-oidc-sdk-11.23.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -17facb3e3fa9e048f87b34c706e1163cad660e6d \ No newline at end of file diff --git a/plugins/repository-azure/licenses/oauth2-oidc-sdk-11.25.jar.sha1 b/plugins/repository-azure/licenses/oauth2-oidc-sdk-11.25.jar.sha1 new file mode 100644 index 0000000000000..f3d83377837dd --- /dev/null +++ b/plugins/repository-azure/licenses/oauth2-oidc-sdk-11.25.jar.sha1 @@ -0,0 +1 @@ +52b4862a99c4dd04bb222d5115ba4fb24f1f032d \ No newline at end of file