Skip to content

Commit 5fd7f5c

Browse files
Update logback-classic to 1.5.18 (RustedBones#144)
## About this PR 📦 Updates [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from `1.5.17` to `1.5.18` ## 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/55894c723e920da07dc3160b0e06af8dfa07106a/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", artifactId = "logback-classic" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "ch.qos.logback", artifactId = "logback-classic" } }] ``` </details> <sup> labels: test-library-update, early-semver-patch, semver-spec-patch, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "ch.qos.logback", "artifactId" : { "name" : "logback-classic", "maybeCrossName" : null }, "version" : "1.5.17", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "1.5.18" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "test-library-update", "early-semver-patch", "semver-spec-patch", "commit-count:1" ] } -->
1 parent 7637e24 commit 5fd7f5c

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
@@ -7,7 +7,7 @@ object Dependencies {
77
val Dropwizard = "4.2.30"
88
val DropwizardV5 = "5.0.0"
99
val Enumeratum = "1.7.5"
10-
val Logback = "1.5.17"
10+
val Logback = "1.5.18"
1111
val Pekko = "1.1.3"
1212
val PekkoHttp = "1.1.0"
1313
val Prometheus = "1.3.6"

0 commit comments

Comments
 (0)