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.9.1 #579

Closed typelevel-steward[bot] closed 7 months ago

typelevel-steward[bot] commented 7 months ago

About this PR

📦 Updates org.flywaydb:flyway-database-postgresql from 10.9.0 to 10.9.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 7 months ago

Codecov Report

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

Project coverage is 74.12%. Comparing base (ae5dd87) to head (ddc8b9e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #579 +/- ## ========================================== - Coverage 74.14% 74.12% -0.03% ========================================== Files 32 32 Lines 4606 4606 Branches 1018 1018 ========================================== - Hits 3415 3414 -1 - Misses 1191 1192 +1 ```

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