Upgrade to Flyway 9.20.1

Closes gh-36364

Co-authored-by: Andy Wilkinson <wilkinsona@vmware.com>
This commit is contained in:
Stephane Nicoll
2023-07-13 18:40:02 +02:00
parent d205d10519
commit fb640c04e7
6 changed files with 131 additions and 27 deletions

View File

@@ -279,10 +279,11 @@ bom {
]
}
}
library("Flyway", "9.19.4") {
library("Flyway", "9.20.1") {
group("org.flywaydb") {
modules = [
"flyway-core",
"flyway-database-oracle",
"flyway-firebird",
"flyway-mysql",
"flyway-sqlserver"