Prohibit upgrades to Flyway 9.16

See gh-34682
This commit is contained in:
Andy Wilkinson
2023-03-21 12:05:16 +00:00
parent 439dee4b80
commit 72b1035284

View File

@@ -244,6 +244,10 @@ bom {
}
}
library("Flyway", "9.15.2") {
prohibit {
versionRange "[9.16.0,)"
because "https://github.com/flyway/flyway/issues/3636"
}
group("org.flywaydb") {
modules = [
"flyway-core",