Skip to content

nimbus-jose-jwt must be updated when oauth2-oidc-sdk is updated to ensure consistency #14047

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
marcusdacoregio opened this issue Oct 24, 2023 · 0 comments
Assignees
Labels
type: task A general task
Milestone

Comments

@marcusdacoregio
Copy link
Contributor

Since the updateDependencies plugin has been removed, we do not have a way to make sure that com.nimbusds:nimbus-jose-jwt is aligned with the transitive version that is used by com.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.

@marcusdacoregio marcusdacoregio added in: build An issue in the build type: task A general task labels Oct 24, 2023
@marcusdacoregio marcusdacoregio self-assigned this Oct 24, 2023
marcusdacoregio added a commit to marcusdacoregio/spring-security that referenced this issue Oct 25, 2023
@marcusdacoregio marcusdacoregio removed the in: build An issue in the build label Oct 25, 2023
@marcusdacoregio marcusdacoregio added this to the 5.8.9 milestone Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

1 participant