Skip to content

Commit

Permalink
build(deps): bump org.flywaydb:flyway-core from 9.21.1 to 9.22.0
Browse files Browse the repository at this point in the history
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.21.1 to 9.22.0.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-9.21.1...flyway-9.22.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>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 0ea6326 commit d213392
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 @@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val assertjVersion = "3.24.2"
val flywayVersion = "9.21.1"
val flywayVersion = "9.22.0"
val h2Version = "2.2.220"
val hikaricpVersion = "5.0.1"
val junitJupiterVersion = "5.10.0"
Expand Down

0 comments on commit d213392

Please sign in to comment.