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
It seems that Dependabot does not support such an arrangement. One idea is to consider a custom Gradle task that makes that check for us and does not allow the build to pass if the versions do not match.
The text was updated successfully, but these errors were encountered:
Since the
updateDependencies
plugin has been removed, we do not have a way to make sure thatcom.nimbusds:nimbus-jose-jwt
is aligned with the transitive version that is used bycom.nimbusds:oauth2-oidc-sdk
.It seems that Dependabot does not support such an arrangement. One idea is to consider a custom Gradle task that makes that check for us and does not allow the build to pass if the versions do not match.
The text was updated successfully, but these errors were encountered: