Merge branch '2.7.x'

This commit is contained in:
Stephane Nicoll
2022-01-05 09:36:07 +01:00
6 changed files with 31 additions and 12 deletions

View File

@@ -218,10 +218,11 @@ bom {
]
}
}
library("Flyway", "8.0.4") {
library("Flyway", "8.3.0") {
group("org.flywaydb") {
modules = [
"flyway-core"
"flyway-core",
"flyway-sqlserver"
]
plugins = [
"flyway-maven-plugin"