-
Notifications
You must be signed in to change notification settings - Fork 1
[Snyk] Fix for 1 vulnerabilities #5243
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -262,7 +262,7 @@ | |
| </goals> | ||
| </pluginExecutionFilter> | ||
| <action> | ||
| <ignore></ignore> | ||
| <ignore/> | ||
| </action> | ||
| </pluginExecution> | ||
| <pluginExecution> | ||
|
|
@@ -281,7 +281,7 @@ | |
| </goals> | ||
| </pluginExecutionFilter> | ||
| <action> | ||
| <ignore></ignore> | ||
| <ignore/> | ||
| </action> | ||
| </pluginExecution> | ||
| </pluginExecutions> | ||
|
|
@@ -1445,7 +1445,7 @@ | |
|
|
||
| <!-- logging --> | ||
| <org.slf4j.version>1.7.32</org.slf4j.version> | ||
| <logback.version>1.2.6</logback.version> | ||
| <logback.version>1.5.25</logback.version> | ||
|
||
|
|
||
| <!-- plugins --> | ||
| <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR upgrades Dropwizard from version 2.0.0 to 4.0.12, which represents a major version jump that skips version 3.x entirely. Major version upgrades typically introduce breaking changes and API modifications.
Before merging, you should:
The Dropwizard module uses core framework APIs that may have changed signature or behavior between versions.