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 sqlite-jdbc to 3.45.2.0 #647

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

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

About this PR

πŸ“¦ Updates org.xerial:sqlite-jdbc from 3.45.1.0 to 3.45.2.0

πŸ“œ GitHub Release Notes - Version Diff

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

labels: test-library-update, commit-count:1

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 92.36%. Comparing base (93ed249) to head (ccb896f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #647 +/- ## ======================================= Coverage 92.36% 92.36% ======================================= Files 126 126 Lines 7357 7357 Branches 626 626 ======================================= Hits 6795 6795 Misses 562 562 ``` | [Flag](https://app.codecov.io/gh/projectglow/glow/pull/647/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/647/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=projectglow) | `92.36% <ΓΈ> (ΓΈ)` | | 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.