Skip to content

Commit f2cc655

Browse files
Bump com.nimbusds:nimbus-jose-jwt from 10.0.2 to 10.2 in /plugins/repository-azure (#18104)
* Bump com.nimbusds:nimbus-jose-jwt in /plugins/repository-azure Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 10.0.2 to 10.2. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.2..10.0.2) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-version: '10.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Updating SHAs Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> * Fix thirdPartyAudit Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Craig Perkins <[email protected]>
1 parent 60aa7a5 commit f2cc655

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2727
- Bump `org.apache.commons:commons-collections4` from 4.4 to 4.5.0 ([#18101](https://github.com/opensearch-project/OpenSearch/pull/18101))
2828
- Bump `netty` from 4.1.118.Final to 4.1.121.Final ([#18192](https://github.com/opensearch-project/OpenSearch/pull/18192))
2929
- Bump `org.apache.commons:commons-configuration2` from 2.11.0 to 2.12.0 ([#18103](https://github.com/opensearch-project/OpenSearch/pull/18103))
30+
- Bump `com.nimbusds:nimbus-jose-jwt` from 10.0.2 to 10.2 ([#18104](https://github.com/opensearch-project/OpenSearch/pull/18104))
3031

3132
### Deprecated
3233

plugins/repository-azure/build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
api "net.java.dev.jna:jna-platform:${versions.jna}"
6464
api 'com.microsoft.azure:msal4j:1.20.1'
6565
api 'com.nimbusds:oauth2-oidc-sdk:11.23.1'
66-
api 'com.nimbusds:nimbus-jose-jwt:10.0.2'
66+
api 'com.nimbusds:nimbus-jose-jwt:10.2'
6767
api 'com.nimbusds:content-type:2.3'
6868
api 'com.nimbusds:lang-tag:1.7'
6969
// Both msal4j:1.14.3 and oauth2-oidc-sdk:11.9.1 has compile dependency on different versions of json-smart,
@@ -112,6 +112,11 @@ thirdPartyAudit {
112112
'com.azure.storage.internal.avro.implementation.AvroReader',
113113
'com.azure.storage.internal.avro.implementation.AvroReaderFactory',
114114
'com.azure.storage.internal.avro.implementation.schema.AvroSchema',
115+
'com.google.gson.Gson',
116+
'com.google.gson.GsonBuilder',
117+
'com.google.gson.Strictness',
118+
'com.google.gson.ToNumberPolicy',
119+
'com.google.gson.reflect.TypeToken',
115120
'com.ctc.wstx.shaded.msv_core.driver.textui.Driver',
116121
'io.micrometer.context.ContextAccessor',
117122
'io.micrometer.core.instrument.Counter',

plugins/repository-azure/licenses/nimbus-jose-jwt-10.0.2.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
579f9c0b4137ca60cfbe38d2fb27045f94618668

0 commit comments

Comments
 (0)