akka-management icon indicating copy to clipboard operation
akka-management copied to clipboard

log4j-api, log4j-core, ... 2.18.0 (was 2.17.2)

Open scala-steward opened this issue 3 years ago • 2 comments

Updates

from 2.17.2 to 2.18.0.

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 file.

Have a fantastic day writing Scala!

Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.apache.logging.log4j" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "org.apache.logging.log4j" }
}]

labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1

scala-steward avatar Sep 07 '22 12:09 scala-steward

Hi @scala-steward,

Thank you for your contribution! We really value the time you've taken to put this together.

Before we proceed with reviewing this pull request, please sign the Lightbend Contributors License Agreement:

https://www.lightbend.com/contribute/cla/akka

lightbend-cla-validator avatar Sep 07 '22 12:09 lightbend-cla-validator

I think we could include this.

patriknw avatar Sep 22 '22 12:09 patriknw

Superseded by #1083.

scala-steward avatar Oct 17 '22 12:10 scala-steward