Skip to content

Commit fe553bc

Browse files
Update logback-classic, logback-core to 1.5.22 (#440)
## 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.21` to `1.5.22` ## 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/8565e32996debe29231fe4f77acff6c9c161082b/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> <!-- scala-steward = { "Update" : { "ForGroupId" : { "forArtifactIds" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "ch.qos.logback", "artifactId" : { "name" : "logback-classic", "maybeCrossName" : null }, "version" : "1.5.21", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "1.5.22" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "ch.qos.logback", "artifactId" : { "name" : "logback-core", "maybeCrossName" : null }, "version" : "1.5.21", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "1.5.22" ], "newerGroupId" : null, "newerArtifactId" : null } } ] } }, "Labels" : [ "test-library-update", "early-semver-patch", "semver-spec-patch", "commit-count:1" ] } -->
1 parent c0fff2f commit fe553bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ object Dependencies {
4343
}
4444

4545
object Logback {
46-
private val version = "1.5.21"
46+
private val version = "1.5.22"
4747
val core = "ch.qos.logback" % "logback-core" % version
4848
val classic = "ch.qos.logback" % "logback-classic" % version
4949
}

0 commit comments

Comments
 (0)