Skip to content

Commit

Permalink
Update logback-classic to 1.5.11 (#761)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates
[ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from
`1.5.10` to `1.5.11`

## 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/6fbfe24025d3e02be3a08bc628ccb3a828b36038/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>
  • Loading branch information
scala-steward authored Oct 16, 2024
1 parent 53f6078 commit 1b5acad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ lazy val `kyo-scheduler` =
scalacOptions ++= scalacOptionToken(ScalacOptions.source3).value,
crossScalaVersions := List(scala3Version, scala212Version, scala213Version),
libraryDependencies += "org.scalatest" %%% "scalatest" % scalaTestVersion % Test,
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.10" % Test
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.11" % Test
)
.jvmSettings(mimaCheck(false))
.jsSettings(
Expand Down Expand Up @@ -215,7 +215,7 @@ lazy val `kyo-core` =
libraryDependencies += "dev.dirs" % "directories" % "26",
libraryDependencies += "dev.zio" %%% "zio-laws-laws" % "1.0.0-RC31" % Test,
libraryDependencies += "dev.zio" %%% "zio-test-sbt" % "2.1.11" % Test,
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.10" % Test,
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.11" % Test,
libraryDependencies += "org.javassist" % "javassist" % "3.30.2-GA" % Test
)
.jvmSettings(mimaCheck(false))
Expand Down

0 comments on commit 1b5acad

Please sign in to comment.