-
Couldn't load subscription status.
- Fork 71
deps: update dependency ch.qos.logback:logback-core to v1.5.19 [security] #3963
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: main
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 |
|---|---|---|
|
|
@@ -250,7 +250,7 @@ | |
| <dependency> | ||
| <groupId>ch.qos.logback</groupId> | ||
| <artifactId>logback-core</artifactId> | ||
| <version>1.5.16</version> | ||
| <version>1.5.19</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| </dependencies> | ||
|
|
@@ -339,7 +339,7 @@ | |
| <dependency> | ||
| <groupId>ch.qos.logback</groupId> | ||
| <artifactId>logback-core</artifactId> | ||
| <version>1.3.15</version> | ||
| <version>1.5.19</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. This update introduces a critical incompatibility. The This profile also has a version mismatch between The previous version To resolve this, the logging dependencies in this profile must be aligned. Given the other dependencies in this profile ( |
||
| <scope>test</scope> | ||
| </dependency> | ||
| </dependencies> | ||
|
|
||
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.
While updating
logback-coreto1.5.19is correct for the security fix, the correspondinglogback-classicdependency on line 247 is still at1.5.16. It is best practice to keep all modules of Logback at the same version to prevent potential runtime issues. Please consider updatinglogback-classicto1.5.19as well in this profile.