Open
Description
We should consider adding dependency convergence detection to our build to prevent issues like gh-13843. For example, the following dependencies must agree on the version of com.nimbusds:nimbus-jose-jwt
.
spring-security-oauth2-client
->com.nimbusds:oauth2-oidc-sdk
->com.nimbusds:nimbus-jose-jwt
spring-security-oauth2-jose
->com.nimbusds:nimbus-jose-jwt
See comment and related issue for more information.