gemini-hlsw / lucuma-sso

Lucuma Single Sign-On Service and Libraries
6 stars 3 forks source link

Update slf4j-simple to 2.0.8 #720

Closed lucuma-steward[bot] closed 1 year ago

lucuma-steward[bot] commented 1 year ago

About this PR

📦 Updates org.slf4j:slf4j-simple from 2.0.7 to 2.0.8

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!

âš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.slf4j", artifactId = "slf4j-simple" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.slf4j", artifactId = "slf4j-simple" } }] ```

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

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (a1af214) 56.87% compared to head (2e12fe1) 56.87%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #720 +/- ## ======================================= Coverage 56.87% 56.87% ======================================= Files 42 42 Lines 1236 1236 Branches 8 8 ======================================= Hits 703 703 Misses 533 533 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.