Commit 5fd7f5c
authored
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments