lightbend-labs / jardiff

A tool for comparing JAR files, including method bodies and Scala 2 pickled signatures
Apache License 2.0
172 stars 23 forks source link

Update slf4j-api to 1.7.35 #71

Closed scala-steward closed 2 years ago

scala-steward commented 2 years ago

Updates org.slf4j:slf4j-api from 1.7.33 to 1.7.35.

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.7.33). You might want to review and update them manually. ``` build.sbt ```
Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.slf4j", artifactId = "slf4j-api" } ] ```

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