Browse Source

Upgrade to Flyway 6.5.3

Closes gh-22796
pull/22834/head
Andy Wilkinson 6 years ago
parent
commit
7ce5442240
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save