|
Repo Added
|
Files
74
|
Badge
README BADGES
|
push
github
Update log4j-over-slf4j, slf4j-api to 2.0.19 (#524) ## About this PR 📦 Updates * org.slf4j:log4j-over-slf4j * org.slf4j:slf4j-api from `2.0.18` to `2.0.19` ## 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/766c7e43b/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 = "org.slf4j" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.slf4j" } }] ``` </details> <sup> labels: test-library-update, early-semver-patch, semver-spec-patch, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForGroupId" : { "forArtifactIds" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.slf4j", "artifactId" : { "name" : "log4j-over-slf4j", "maybeCrossName" : null }, "version" : "2.0.18", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "2.0.19" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupI... (continued)
410 of 519 branches covered (79.0%)
Branch coverage included in aggregate %.
1875 of 2091 relevant lines covered (89.67%)
1.2 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|