Upgrade to Flyway 9.5.0

Closes gh-32796
This commit is contained in:
Stephane Nicoll 2022-10-19 21:03:21 +02:00
parent ce3c933f77
commit 973121db5d
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ bom {
]
}
}
library("Flyway", "9.4.0") {
library("Flyway", "9.5.0") {
group("org.flywaydb") {
modules = [
"flyway-core",