projectglow / glow

An open-source toolkit for large-scale genomic analysis
https://projectglow.io
Apache License 2.0
262 stars 106 forks source link

Update slf4j-api to 2.0.13 #657

Closed scala-steward-projectglow[bot] closed 2 months ago

scala-steward-projectglow[bot] commented 2 months ago

About this PR

πŸ“¦ Updates org.slf4j:slf4j-api from 2.0.12 to 2.0.13

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-api" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.slf4j", artifactId = "slf4j-api" } }] ```

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

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.31%. Comparing base (c075763) to head (a1d4859).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #657 +/- ## ======================================= Coverage 92.31% 92.31% ======================================= Files 127 127 Lines 7440 7440 Branches 602 602 ======================================= Hits 6868 6868 Misses 572 572 ``` | [Flag](https://app.codecov.io/gh/projectglow/glow/pull/657/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=projectglow) | Coverage Ξ” | | |---|---|---| | [unittests](https://app.codecov.io/gh/projectglow/glow/pull/657/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=projectglow) | `92.31% <ΓΈ> (ΓΈ)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=projectglow#carryforward-flags-in-the-pull-request-comment) to find out more.

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