-
Notifications
You must be signed in to change notification settings - Fork 1
[Snyk] Fix for 2 vulnerabilities #5244
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> | ||||||
|
||||||
| <logback.version>1.5.25</logback.version> | |
| <logback.version>1.2.13</logback.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.
Upgrading
hibernate-corefrom 3.6 to 5.3 in this module is inconsistent with the rest of the module, which is explicitly built around Spring'sorg.springframework.orm.hibernate3.*integration and Hibernate 3 configuration (e.g.,hibernate-configuration-3.0.dtd). With Hibernate 5.3 this setup is expected to break; to make this upgrade work you’ll need to migrate the Spring integration/configuration to the Hibernate 5 variant (e.g., Spring ORM Hibernate 5 support / updated config files), or keep this module on the Hibernate 3 line and address the vulnerability another way (exclude/disable the module, isolate it from production builds, etc.).