Skip to content

Commit e11d89d

Browse files
authored
Bump nimbus-jose-jwt to 10.0.2 (#124544)
This bumps nimbus-jose-jwt from 10.0.1 -> 10.0.2
1 parent 543c50a commit e11d89d

File tree

7 files changed

+13
-8
lines changed

7 files changed

+13
-8
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
@@ -984,9 +984,9 @@
984984
<sha256 value="e8c1c594e2425bdbea2d860de55c69b69fc5d59454452449a0f0913c2a5b8a31" origin="Generated by Gradle"/>
985985
</artifact>
986986
</component>
987-
<component group="com.nimbusds" name="nimbus-jose-jwt" version="10.0.1">
988-
<artifact name="nimbus-jose-jwt-10.0.1.jar">
989-
<sha256 value="f28dbd9ab128324f05050d76b78469d3a9cd83e0319aabc68d1c276e3923e13a" origin="Generated by Gradle"/>
987+
<component group="com.nimbusds" name="nimbus-jose-jwt" version="10.0.2">
988+
<artifact name="nimbus-jose-jwt-10.0.2.jar">
989+
<sha256 value="960b978a6cd6cbc3319648adc73959789f6742a2bf1e8dd0c843dbc91624218a" origin="Generated by Gradle"/>
990990
</artifact>
991991
</component>
992992
<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
@@ -63,7 +63,7 @@ dependencies {
6363
api "com.github.stephenc.jcip:jcip-annotations:1.0-1"
6464
api "com.nimbusds:content-type:2.3"
6565
api "com.nimbusds:lang-tag:1.7"
66-
api("com.nimbusds:nimbus-jose-jwt:10.0.1"){
66+
api("com.nimbusds:nimbus-jose-jwt:10.0.2"){
6767
exclude group: 'com.google.crypto.tink', module: 'tink' // it's an optional dependency on which we don't rely
6868
}
6969
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

x-pack/plugin/security/qa/multi-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'elasticsearch.internal-java-rest-test'
22

33
dependencies {
4-
javaRestTestImplementation "com.nimbusds:nimbus-jose-jwt:10.0.1"
4+
javaRestTestImplementation "com.nimbusds:nimbus-jose-jwt:10.0.2"
55
}
66

77
tasks.named('javaRestTest') {

0 commit comments

Comments
 (0)