coursier / coursier

Pure Scala Artifact Fetching
https://get-coursier.io
Apache License 2.0
2.04k stars 305 forks source link

Update logback-classic to 1.5.6 #2972

Closed scala-steward closed 4 months ago

scala-steward commented 5 months ago

About this PR

📦 Updates ch.qos.logback:logback-classic from 1.2.13 to 1.5.6

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

Have a fantastic day writing Scala!

🔍 Files still referring to the old version number The following files still refer to the old version number (1.2.13). You might want to review and update them manually. ``` doc/website/package-lock.json modules/tests/shared/src/test/resources/resolutions/com.helger/ph-jaxb-pom/1.0.3_paramsd2da0d19c02a30615e6714f6cffc62f50a480aa2 ```
⚙ Adjust future updates 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" } }] ```

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

lefou commented 4 months ago

PR should be closed. This version requires Java 11+ and would force all users to use Slf4j 2.x, too.