diff --git a/CHANGELOG.md b/CHANGELOG.md index 49023e81a01cc..c066ce21e2c09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `com.azure:azure-storage-common` from 12.29.1 to 12.30.1 ([#19016](https://github.com/opensearch-project/OpenSearch/pull/19016)) - Update OpenTelemetry to 1.53.0 and OpenTelemetry SemConv to 1.34.0 ([#19068](https://github.com/opensearch-project/OpenSearch/pull/19068)) - Bump `1password/load-secrets-action` from 2 to 3 ([#19100](https://github.com/opensearch-project/OpenSearch/pull/19100)) -- Bump `com.nimbusds:nimbus-jose-jwt` from 10.3 to 10.4.2 ([#19099](https://github.com/opensearch-project/OpenSearch/pull/19099)) +- Bump `com.nimbusds:nimbus-jose-jwt` from 10.3 to 10.4.2 ([#19099](https://github.com/opensearch-project/OpenSearch/pull/19099), [#19101](https://github.com/opensearch-project/OpenSearch/pull/19101)) ### Deprecated diff --git a/plugins/repository-azure/build.gradle b/plugins/repository-azure/build.gradle index db4e06e8d7ab2..78257161a5c82 100644 --- a/plugins/repository-azure/build.gradle +++ b/plugins/repository-azure/build.gradle @@ -63,7 +63,7 @@ dependencies { api "net.java.dev.jna:jna-platform:${versions.jna}" api 'com.microsoft.azure:msal4j:1.21.0' api 'com.nimbusds:oauth2-oidc-sdk:11.25' - api 'com.nimbusds:nimbus-jose-jwt:10.4' + api 'com.nimbusds:nimbus-jose-jwt:10.4.2' api 'com.nimbusds:content-type:2.3' api 'com.nimbusds:lang-tag:1.7' // Both msal4j:1.14.3 and oauth2-oidc-sdk:11.9.1 has compile dependency on different versions of json-smart, diff --git a/plugins/repository-azure/licenses/nimbus-jose-jwt-10.4.2.jar.sha1 b/plugins/repository-azure/licenses/nimbus-jose-jwt-10.4.2.jar.sha1 new file mode 100644 index 0000000000000..f30567e314a27 --- /dev/null +++ b/plugins/repository-azure/licenses/nimbus-jose-jwt-10.4.2.jar.sha1 @@ -0,0 +1 @@ +3e46a97570e9d09b97d2b756c29620930240088a \ No newline at end of file diff --git a/plugins/repository-azure/licenses/nimbus-jose-jwt-10.4.jar.sha1 b/plugins/repository-azure/licenses/nimbus-jose-jwt-10.4.jar.sha1 deleted file mode 100644 index 2c5d391b0ee76..0000000000000 --- a/plugins/repository-azure/licenses/nimbus-jose-jwt-10.4.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -0ca983d3f13080567e36ea554a15af38f31a0cb4 \ No newline at end of file