typelevel / grackle

Grackle: Functional GraphQL for the Typelevel stack
http://typelevel.org/grackle/
Apache License 2.0
176 stars 25 forks source link

Update flyway-database-postgresql to 10.7.1 #554

Closed typelevel-steward[bot] closed 8 months ago

typelevel-steward[bot] commented 8 months ago

About this PR

📦 Updates org.flywaydb:flyway-database-postgresql from 10.7.0 to 10.7.1

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

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

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (92427a5) 73.80% compared to head (d6a29a2) 73.82%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #554 +/- ## ========================================== + Coverage 73.80% 73.82% +0.02% ========================================== Files 32 32 Lines 4607 4607 Branches 1060 1060 ========================================== + Hits 3400 3401 +1 + Misses 1207 1206 -1 ```

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