Skip to content

Commit

Permalink
Update logback-classic to 1.5.13 (#1420)
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.12` to `1.5.13`

## 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/e55a877397969e431e5107098941e0c7ed13ea26/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: 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.12",
          "sbtVersion" : null,
          "scalaVersion" : null,
          "configurations" : null
        },
        {
          "groupId" : "ch.qos.logback",
          "artifactId" : {
            "name" : "logback-classic",
            "maybeCrossName" : null
          },
          "version" : "1.5.12",
          "sbtVersion" : null,
          "scalaVersion" : null,
          "configurations" : "test"
        }
      ],
      "newerVersions" : [
        "1.5.13"
      ],
      "newerGroupId" : null,
      "newerArtifactId" : null
    }
  },
  "Labels" : [
    "library-update",
    "early-semver-patch",
    "semver-spec-patch",
    "commit-count:1"
  ]
} -->

Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
zio-scala-steward[bot] authored Dec 19, 2024
1 parent 8130d90 commit 8ac327b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lazy val kafkaVersion = "3.9.0"
lazy val embeddedKafkaVersion = "3.9.0" // Should be the same as kafkaVersion, except for the patch part

lazy val kafkaClients = "org.apache.kafka" % "kafka-clients" % kafkaVersion
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.5.12"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.5.13"

enablePlugins(ZioSbtEcosystemPlugin, ZioSbtCiPlugin)

Expand Down

0 comments on commit 8ac327b

Please sign in to comment.