fullfacing / keycloak4s

Keycloak4s is a Scala client for the Keycloak Admin API
MIT License
66 stars 14 forks source link

Update logback-classic, logback-core to 1.4.1 #509

Closed scala-steward closed 2 years ago

scala-steward commented 2 years ago

Updates

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 = "ch.qos.logback" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "ch.qos.logback" } }] ```

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

codecov[bot] commented 2 years ago

Codecov Report

Merging #509 (48d0dc7) into develop (4d2074b) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #509   +/-   ##
========================================
  Coverage    48.67%   48.67%           
========================================
  Files           77       77           
  Lines         2069     2069           
  Branches        46       46           
========================================
  Hits          1007     1007           
  Misses        1062     1062           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.