-
Notifications
You must be signed in to change notification settings - Fork 7
[Snyk] Security upgrade ch.qos.logback:logback-classic from 1.1.7 to 1.5.25 #2672
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 |
|---|---|---|
|
|
@@ -15,7 +15,7 @@ | |
| <hibernate-core-version>4.3.5.Final</hibernate-core-version> | ||
| <org.springframework-version>4.3.24.RELEASE</org.springframework-version> | ||
| <junit.version>4.13.1</junit.version> | ||
| <logback-classic.version>1.1.7</logback-classic.version> | ||
| <logback-classic.version>1.5.25</logback-classic.version> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Janino 2.7.8 incompatible with Logback 1.5.x conditional loggingMedium Severity The project explicitly declares Additional Locations (1) |
||
| <janino.version>2.7.8</janino.version> | ||
| <javax.inject.version>1</javax.inject.version> | ||
| <javax-mail.version>1.5.5</javax-mail.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.
Logback 1.5.x requires JDK 11, incompatible with Java 8
High Severity
Upgrading
logback-classicfrom 1.1.7 to 1.5.25 introduces a critical compatibility issue. Logback 1.5.x requires JDK 11+ at runtime, but this project targets Java 8 (<source>1.8</source>). Additionally, Logback 1.5.x requires SLF4J 2.0.x and uses Jakarta EE (jakarta.*namespace), while this project uses Java EE APIs (javax.servlet,javax.mail, etc.). This version mismatch will cause runtime failures.