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.2.0 #527

Closed typelevel-steward[bot] closed 10 months ago

typelevel-steward[bot] commented 10 months ago

About this PR

📦 Updates org.flywaydb:flyway-database-postgresql from 10.1.0 to 10.2.0

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-minor, semver-spec-minor, commit-count:1

codecov-commenter commented 10 months ago

Codecov Report

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

Comparison is base (fe91af4) 72.61% compared to head (85e9413) 72.61%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #527 +/- ## ======================================= Coverage 72.61% 72.61% ======================================= Files 32 32 Lines 4352 4352 Branches 939 939 ======================================= Hits 3160 3160 Misses 1192 1192 ```

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