Ran
|
Files
73
|
Run time
1s
|
Badge
Embed ▾
README BADGES
|
push
Update logback-classic, logback-core to 1.5.12 (#347) ## About this PR 📦 Updates * [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) * [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from `1.5.11` to `1.5.12` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/c05b98f09/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "ch.qos.logback" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "ch.qos.logback" } }] ``` </details> <sup> labels: test-library-update, early-semver-patch, semver-spec-patch, commit-count:1 </sup>
1033 of 1471 relevant lines covered (70.22%)
0.78 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|