Skip to content

Commit 4ffece7

Browse files
author
Steve Riesenberg
committed
Restore dependency convergence of nimbus-jose-jwt
This commit reverts the change in 2801cdd which caused the oauth2-oidc-sdk transitive dependency version of nimbus-jose-jwt to diverge with the version depended on in spring-security-oauth2-jose. The downgrade to 9.24.4 is intentional but the upgrade to 9.31 was not. Issue gh-13333 Closes gh-13843
1 parent dfae30a commit 4ffece7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ch-qos-logback-logback-classic = "ch.qos.logback:logback-classic:1.4.11"
2020
com-fasterxml-jackson-jackson-bom = "com.fasterxml.jackson:jackson-bom:2.14.3"
2121
com-google-inject-guice = "com.google.inject:guice:3.0"
2222
com-netflix-nebula-nebula-project-plugin = "com.netflix.nebula:nebula-project-plugin:8.2.0"
23-
com-nimbusds-nimbus-jose-jwt = "com.nimbusds:nimbus-jose-jwt:9.31"
23+
com-nimbusds-nimbus-jose-jwt = "com.nimbusds:nimbus-jose-jwt:9.24.4"
2424
com-nimbusds-oauth2-oidc-sdk = "com.nimbusds:oauth2-oidc-sdk:9.43.3"
2525
com-squareup-okhttp3-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "com-squareup-okhttp3" }
2626
com-squareup-okhttp3-okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "com-squareup-okhttp3" }

0 commit comments

Comments
 (0)