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:
parent
543c50a9ce
commit
e11d89d76b
|
@ -0,0 +1,5 @@
|
|||
pr: 124544
|
||||
summary: Bump nimbus-jose-jwt to 10.0.2
|
||||
area: Security
|
||||
type: upgrade
|
||||
issues: []
|
|
@ -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">
|
||||
|
|
|
@ -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"){
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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')
|
||||
}
|
||||
|
||||
|
|
|
@ -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') {
|
||||
|
|
Loading…
Reference in New Issue