Skip to content

Commit

Permalink
Update log4j-over-slf4j to 2.0.17 (#726)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates org.slf4j:log4j-over-slf4j from `2.0.16` to `2.0.17`

## 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/8a2085d90d42a9c136cce7ab33d63be55db467bf/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 = "org.slf4j", artifactId = "log4j-over-slf4j" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.slf4j", artifactId = "log4j-over-slf4j" }
}]
```
</details>

<sup>
labels: test-library-update, early-semver-patch, semver-spec-patch,
commit-count:1
</sup>

<!-- scala-steward = {
  "Update" : {
    "ForArtifactId" : {
      "crossDependency" : [
        {
          "groupId" : "org.slf4j",
          "artifactId" : {
            "name" : "log4j-over-slf4j",
            "maybeCrossName" : null
          },
          "version" : "2.0.16",
          "sbtVersion" : null,
          "scalaVersion" : null,
          "configurations" : "test"
        }
      ],
      "newerVersions" : [
        "2.0.17"
      ],
      "newerGroupId" : null,
      "newerArtifactId" : null
    }
  },
  "Labels" : [
    "test-library-update",
    "early-semver-patch",
    "semver-spec-patch",
    "commit-count:1"
  ]
} -->
  • Loading branch information
scala-steward authored Feb 27, 2025
1 parent 10498b6 commit 73794cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Dependencies {
}

object Slf4j {
private val version = "2.0.16"
private val version = "2.0.17"
val api = "org.slf4j" % "slf4j-api" % version
val `log4j-over-slf4j` = "org.slf4j" % "log4j-over-slf4j" % version
}
Expand Down

0 comments on commit 73794cb

Please sign in to comment.