Bump nimbus-jose-jwt to 10.0.2 (#124544)

This bumps nimbus-jose-jwt from 10.0.1 -> 10.0.2
This commit is contained in:
Johannes Fredén 2025-03-11 14:23:33 +01:00 committed by GitHub
parent 543c50a9ce
commit e11d89d76b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 13 additions and 8 deletions

View File

@ -0,0 +1,5 @@
pr: 124544
summary: Bump nimbus-jose-jwt to 10.0.2
area: Security
type: upgrade
issues: []

View File

@ -984,9 +984,9 @@
<sha256 value="e8c1c594e2425bdbea2d860de55c69b69fc5d59454452449a0f0913c2a5b8a31" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.nimbusds" name="nimbus-jose-jwt" version="10.0.1">
<artifact name="nimbus-jose-jwt-10.0.1.jar">
<sha256 value="f28dbd9ab128324f05050d76b78469d3a9cd83e0319aabc68d1c276e3923e13a" origin="Generated by Gradle"/>
<component group="com.nimbusds" name="nimbus-jose-jwt" version="10.0.2">
<artifact name="nimbus-jose-jwt-10.0.2.jar">
<sha256 value="960b978a6cd6cbc3319648adc73959789f6742a2bf1e8dd0c843dbc91624218a" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.nimbusds" name="nimbus-jose-jwt" version="4.41.1">

View File

@ -63,7 +63,7 @@ dependencies {
api "com.github.stephenc.jcip:jcip-annotations:1.0-1"
api "com.nimbusds:content-type:2.3"
api "com.nimbusds:lang-tag:1.7"
api("com.nimbusds:nimbus-jose-jwt:10.0.1"){
api("com.nimbusds:nimbus-jose-jwt:10.0.2"){
exclude group: 'com.google.crypto.tink', module: 'tink' // it's an optional dependency on which we don't rely
}
api("com.nimbusds:oauth2-oidc-sdk:11.22.2"){

View File

@ -86,7 +86,7 @@ dependencies {
* Eclipse can't pick up the shadow dependency so we point it at the unmodified version of the library
* so it can compile things.
*/
api "com.nimbusds:nimbus-jose-jwt:10.0.1"
api "com.nimbusds:nimbus-jose-jwt:10.0.2"
}
api "com.nimbusds:lang-tag:1.7"
api "com.sun.mail:jakarta.mail:1.6.3"

View File

@ -11,7 +11,7 @@ apply plugin: 'com.gradleup.shadow'
// See the build.gradle file in the parent directory for an explanation of this unusual build
dependencies {
implementation "com.nimbusds:nimbus-jose-jwt:10.0.1"
implementation "com.nimbusds:nimbus-jose-jwt:10.0.2"
}
tasks.named('shadowJar').configure {

View File

@ -11,7 +11,7 @@ apply plugin: 'com.gradleup.shadow'
// See the build.gradle file in the parent directory for an explanation of this unusual build
dependencies {
implementation "com.nimbusds:nimbus-jose-jwt:10.0.1"
implementation "com.nimbusds:nimbus-jose-jwt:10.0.2"
implementation project(path: xpackModule('security:lib:nimbus-jose-jwt-modified-part2'), configuration: 'shadow')
}

View File

@ -1,7 +1,7 @@
apply plugin: 'elasticsearch.internal-java-rest-test'
dependencies {
javaRestTestImplementation "com.nimbusds:nimbus-jose-jwt:10.0.1"
javaRestTestImplementation "com.nimbusds:nimbus-jose-jwt:10.0.2"
}
tasks.named('javaRestTest') {