Skip to content

Commit 7f4ec10

Browse files
authored
Bump nimbus-jose-jwt to 10.0.2 (#124544) (#124859)
This bumps nimbus-jose-jwt from 10.0.1 -> 10.0.2 (cherry picked from commit e11d89d) # Conflicts: # x-pack/plugin/security/qa/multi-project/build.gradle
1 parent 63558cb commit 7f4ec10

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

docs/changelog/124544.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 124544
2+
summary: Bump nimbus-jose-jwt to 10.0.2
3+
area: Security
4+
type: upgrade
5+
issues: []

gradle/verification-metadata.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -974,9 +974,9 @@
974974
<sha256 value="e8c1c594e2425bdbea2d860de55c69b69fc5d59454452449a0f0913c2a5b8a31" origin="Generated by Gradle"/>
975975
</artifact>
976976
</component>
977-
<component group="com.nimbusds" name="nimbus-jose-jwt" version="10.0.1">
978-
<artifact name="nimbus-jose-jwt-10.0.1.jar">
979-
<sha256 value="f28dbd9ab128324f05050d76b78469d3a9cd83e0319aabc68d1c276e3923e13a" origin="Generated by Gradle"/>
977+
<component group="com.nimbusds" name="nimbus-jose-jwt" version="10.0.2">
978+
<artifact name="nimbus-jose-jwt-10.0.2.jar">
979+
<sha256 value="960b978a6cd6cbc3319648adc73959789f6742a2bf1e8dd0c843dbc91624218a" origin="Generated by Gradle"/>
980980
</artifact>
981981
</component>
982982
<component group="com.nimbusds" name="nimbus-jose-jwt" version="4.41.1">

modules/repository-azure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
api "com.github.stephenc.jcip:jcip-annotations:1.0-1"
6363
api "com.nimbusds:content-type:2.3"
6464
api "com.nimbusds:lang-tag:1.7"
65-
api("com.nimbusds:nimbus-jose-jwt:10.0.1"){
65+
api("com.nimbusds:nimbus-jose-jwt:10.0.2"){
6666
exclude group: 'com.google.crypto.tink', module: 'tink' // it's an optional dependency on which we don't rely
6767
}
6868
api("com.nimbusds:oauth2-oidc-sdk:11.22.2"){

x-pack/plugin/security/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencies {
8686
* Eclipse can't pick up the shadow dependency so we point it at the unmodified version of the library
8787
* so it can compile things.
8888
*/
89-
api "com.nimbusds:nimbus-jose-jwt:10.0.1"
89+
api "com.nimbusds:nimbus-jose-jwt:10.0.2"
9090
}
9191
api "com.nimbusds:lang-tag:1.7"
9292
api "com.sun.mail:jakarta.mail:1.6.3"

x-pack/plugin/security/lib/nimbus-jose-jwt-modified-part1/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'com.gradleup.shadow'
1111
// See the build.gradle file in the parent directory for an explanation of this unusual build
1212

1313
dependencies {
14-
implementation "com.nimbusds:nimbus-jose-jwt:10.0.1"
14+
implementation "com.nimbusds:nimbus-jose-jwt:10.0.2"
1515
}
1616

1717
tasks.named('shadowJar').configure {

x-pack/plugin/security/lib/nimbus-jose-jwt-modified/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'com.gradleup.shadow'
1111
// See the build.gradle file in the parent directory for an explanation of this unusual build
1212

1313
dependencies {
14-
implementation "com.nimbusds:nimbus-jose-jwt:10.0.1"
14+
implementation "com.nimbusds:nimbus-jose-jwt:10.0.2"
1515
implementation project(path: xpackModule('security:lib:nimbus-jose-jwt-modified-part2'), configuration: 'shadow')
1616
}
1717

0 commit comments

Comments
 (0)