Upgrade to Flyway 6.5.0 and support createSchemas

See gh-22120
This commit is contained in:
Kedar Joshi
2020-06-26 21:44:57 +05:30
committed by Andy Wilkinson
parent f6400e95ee
commit 6c29b29bd5
4 changed files with 30 additions and 2 deletions

View File

@@ -310,7 +310,7 @@ bom {
]
}
}
library("Flyway", "6.4.4") {
library("Flyway", "6.5.0") {
group("org.flywaydb") {
modules = [
"flyway-core"