File tree Expand file tree Collapse file tree 6 files changed +12
-7
lines changed
nimbus-jose-jwt-modified-part1 Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change
1
+ pr : 124544
2
+ summary : Bump nimbus-jose-jwt to 10.0.2
3
+ area : Security
4
+ type : upgrade
5
+ issues : []
Original file line number Diff line number Diff line change 974
974
<sha256 value =" e8c1c594e2425bdbea2d860de55c69b69fc5d59454452449a0f0913c2a5b8a31" origin =" Generated by Gradle" />
975
975
</artifact >
976
976
</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" />
980
980
</artifact >
981
981
</component >
982
982
<component group =" com.nimbusds" name =" nimbus-jose-jwt" version =" 4.41.1" >
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies {
62
62
api " com.github.stephenc.jcip:jcip-annotations:1.0-1"
63
63
api " com.nimbusds:content-type:2.3"
64
64
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 " ){
66
66
exclude group : ' com.google.crypto.tink' , module : ' tink' // it's an optional dependency on which we don't rely
67
67
}
68
68
api(" com.nimbusds:oauth2-oidc-sdk:11.22.2" ){
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ dependencies {
86
86
* Eclipse can't pick up the shadow dependency so we point it at the unmodified version of the library
87
87
* so it can compile things.
88
88
*/
89
- api " com.nimbusds:nimbus-jose-jwt:10.0.1 "
89
+ api " com.nimbusds:nimbus-jose-jwt:10.0.2 "
90
90
}
91
91
api " com.nimbusds:lang-tag:1.7"
92
92
api " com.sun.mail:jakarta.mail:1.6.3"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ apply plugin: 'com.gradleup.shadow'
11
11
// See the build.gradle file in the parent directory for an explanation of this unusual build
12
12
13
13
dependencies {
14
- implementation " com.nimbusds:nimbus-jose-jwt:10.0.1 "
14
+ implementation " com.nimbusds:nimbus-jose-jwt:10.0.2 "
15
15
}
16
16
17
17
tasks. named(' shadowJar' ). configure {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ apply plugin: 'com.gradleup.shadow'
11
11
// See the build.gradle file in the parent directory for an explanation of this unusual build
12
12
13
13
dependencies {
14
- implementation " com.nimbusds:nimbus-jose-jwt:10.0.1 "
14
+ implementation " com.nimbusds:nimbus-jose-jwt:10.0.2 "
15
15
implementation project(path : xpackModule(' security:lib:nimbus-jose-jwt-modified-part2' ), configuration : ' shadow' )
16
16
}
17
17
You can’t perform that action at this time.
0 commit comments