Skip to content

chore: pin logback-core alongside logback-classic to ensure version compatibility - #61

Merged
busehalis-sap merged 1 commit into
mainfrom
chore/remove-logback-pin
Aug 3, 2026
Merged

chore: pin logback-core alongside logback-classic to ensure version compatibility#61
busehalis-sap merged 1 commit into
mainfrom
chore/remove-logback-pin

Conversation

@busehalis-sap

Copy link
Copy Markdown
Contributor

Pins logback-core explicitly alongside logback-classic to ensure version compatibility.

Previously only logback-classic was pinned, which caused an AbstractMethodError when Dependabot updated logback-classic to 1.6.0. logback-core was still on an older version provided by Spring Boot BOM and the two jars became incompatible.

With both pinned, Dependabot will update them together and keep them in sync.

@busehalis-sap
busehalis-sap merged commit 6097a0d into main Aug 3, 2026
6 of 8 checks passed
@busehalis-sap
busehalis-sap deleted the chore/remove-logback-pin branch August 3, 2026 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants