Skip to content

Commit

Permalink
chore(deps): bump org.flywaydb:flyway-core from 9.17.0 to 9.18.0 (#349)
Browse files Browse the repository at this point in the history
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.17.0 to 9.18.0.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-9.17.0...flyway-9.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and paullatzelsperger committed May 16, 2023
1 parent d48d22b commit 58c746e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edc-extensions/postgresql-migration/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies {
implementation(edc.sql.assetindex)
implementation(edc.sql.core)

implementation("org.flywaydb:flyway-core:9.17.0")
implementation("org.flywaydb:flyway-core:9.18.0")
}

0 comments on commit 58c746e

Please sign in to comment.