leobenkel / Soteria

Plugin to block compilation when unapproved dependencies are used or code styling does not comply.
https://github.com/leobenkel/Soteria
MIT License
47 stars 10 forks source link

Update commons-logging to 1.3.3 #296

Closed scala-steward closed 1 month ago

scala-steward commented 2 months ago

About this PR

📦 Updates commons-logging:commons-logging from 1.2 to 1.3.3

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). You might want to review and update them manually. ``` README.md soteria.json src/test/scala/com/leobenkel/soteria/Transformations/TaskAllDependenciesTest.scala ```
⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "commons-logging", artifactId = "commons-logging" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "commons-logging", artifactId = "commons-logging" } }] ```

labels: library-update, old-version-remains, commit-count:1

scala-steward commented 1 month ago

Superseded by #301.