Prohibit upgrades to Flyway 9.16
See gh-34682
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user