weso / shex-lite

Scala implementation of a compiler for a subset of the Shape Expressions Compact Syntax.
Other
8 stars 9 forks source link

[SLP-0224] Update logback-classic to 1.2.4 #224

Closed scala-steward closed 3 years ago

scala-steward commented 3 years ago

Updates ch.qos.logback:logback-classic from 1.2.3 to 1.2.4.

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!

Ignore 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" } ] ```

labels: library-update, semver-patch

scala-steward commented 3 years ago

Superseded by #225.