Skip to content

Commit

Permalink
⬆ Bump flywayCoreVersion from 10.6.0 to 10.7.1
Browse files Browse the repository at this point in the history
Bumps `flywayCoreVersion` from 10.6.0 to 10.7.1.

Updates `org.flywaydb:flyway-core` from 10.6.0 to 10.7.1
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.6.0...flyway-10.7.1)

Updates `org.flywaydb:flyway-database-postgresql` from 10.6.0 to 10.7.1

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and elitho committed Feb 1, 2024
1 parent e00f568 commit f9aa528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ val graphqlKotlinVersion = "7.0.2"
val rapidsAndRiversVersion = "2024010209171704183456.6d035b91ffb4"
val logbackSyslog4jVersion = "1.0.0"
val hikariCPVersion = "5.1.0"
val flywayCoreVersion = "10.6.0"
val flywayCoreVersion = "10.7.1"
val kotliqueryVersion = "1.9.0"
val mockkVersion = "1.13.9"
val postgresqlVersion = "42.7.1"
Expand Down

0 comments on commit f9aa528

Please sign in to comment.