Skip to content

Commit

Permalink
Update logback-core to 1.3.14 (#3294)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates
[ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from
`1.3.13` to `1.3.14`

## 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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/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-core" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "ch.qos.logback", artifactId = "logback-core" }
}]
```
</details>

<sup>
labels: library-update
</sup>
  • Loading branch information
xerial-bot authored Dec 2, 2023
1 parent 1e576d9 commit dc8e666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airspec/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ lazy val airspecLog =
airspecJVMBuildSettings,
libraryDependencies ++= Seq(
// For rotating log files
"ch.qos.logback" % "logback-core" % "1.3.13"
"ch.qos.logback" % "logback-core" % "1.3.14"
)
)
.jsSettings(
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ val logDependencies = { scalaVersion: String =>

val logJVMDependencies = Seq(
// For rotating log files
"ch.qos.logback" % "logback-core" % "1.3.13"
"ch.qos.logback" % "logback-core" % "1.3.14"
)

// airframe-log should have minimum dependencies
Expand Down

0 comments on commit dc8e666

Please sign in to comment.