Skip to content
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

BAU fix dropwizard versioning #2208

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Conversation

SandorArpa
Copy link
Contributor

WHAT YOU DID

dependabot will not update dropwizard dependecies because it uses ${dropwizard.version}. dropwizard-testing-junit4 is also using ${drowizard.version} but it's a different module and its version numbering is out of sync with the main dropwizard dependencies. We need the updates for dropwizard dependencies not to rely on io.dropwizard.modules versions for security updates.

  • separate the 2 dependencies that each of them have their own versiong.

dependabot will not update dropwizard dependecies because it uses ${dropwizard.version}.
dropwizard-testing-junit4 is also using ${drowizard.version} but it's a different module and its version numbering is out of sync with the main dropwizard dependencies.
We need the updates for dropwizard dependencies not to rely on io.dropwizard.modules versions for security updates.

- separate the 2 dependencies that each of them have their own versiong.
@SandorArpa SandorArpa merged commit 6fda1da into master Oct 30, 2023
2 checks passed
@SandorArpa SandorArpa deleted the BAU-fix_dropwizard_versions branch October 30, 2023 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants