You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should investigate why com.nimbusds:nimbus-jose-jwt:9.31 is downgraded to 9.24.4 when dependencies are updated (via ./gradlew updateDependencies) in 6.1.x.
The text was updated successfully, but these errors were encountered:
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-13333Closesgh-13843
We should investigate why
com.nimbusds:nimbus-jose-jwt:9.31
is downgraded to9.24.4
when dependencies are updated (via./gradlew updateDependencies
) in6.1.x
.The text was updated successfully, but these errors were encountered: