Dependabot-Fix: Upgrade logback-core to 1.5.25 (CVE-2026-1225)#11
Open
Dependabot-Fix: Upgrade logback-core to 1.5.25 (CVE-2026-1225)#11
Conversation
f2c9931 to
1695684
Compare
537efa4 to
4bb79f1
Compare
Override logback.version property in pom.xml to resolve Dependabot alert #1 (ch.qos.logback:logback-core < 1.5.25). Co-authored-by: Ona <no-reply@ona.com>
4bb79f1 to
d88ac60
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Dependabot Alert
CVE-2026-1225ch.qos.logback:logback-core< 1.5.251.5.25What changed
Added a
<logback.version>1.5.25</logback.version>property override inpom.xmlto upgrade the transitivelogback-core(andlogback-classic) dependency from 1.5.22 (managed byspring-boot-starter-parent4.0.1) to the patched 1.5.25 release.Verification
./mvnw compile./mvnw testspring-javaformat:validate(runs in validate phase)checkstyle:check(runs in validate phase)./mvnw dependency:tree | grep logback