Browse Source

Upgrade to Flyway 9.15.0

Closes gh-34278
pull/34312/head
Andy Wilkinson 3 years ago
parent
commit
10dc5da993
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -243,7 +243,7 @@ bom { @@ -243,7 +243,7 @@ bom {
]
}
}
library("Flyway", "9.14.1") {
library("Flyway", "9.15.0") {
group("org.flywaydb") {
modules = [
"flyway-core",

Loading…
Cancel
Save