Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 9f28c89 commit 7cd6bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interlok-core/build.gradle
Expand Up @@ -135,7 +135,7 @@ dependencies {
api ("org.apache.derby:derbytools:$derbyDriverVersion")

// INTERLOK-4187 Only used by the UI and interlok-flyway
api ("org.flywaydb:flyway-core:8.5.13")
api ("org.flywaydb:flyway-core:10.12.0")

testImplementation ("org.junit.jupiter:junit-jupiter-api:$junitVersion")
testImplementation ("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
Expand Down

0 comments on commit 7cd6bee

Please sign in to comment.