Browse Source

Upgrade to Flyway 6.4.4

Closes gh-21845
pull/22035/head
Andy Wilkinson 6 years ago
parent
commit
c26c52d82b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -317,7 +317,7 @@ bom { @@ -317,7 +317,7 @@ bom {
]
}
}
library("Flyway", "6.4.1") {
library("Flyway", "6.4.4") {
group("org.flywaydb") {
modules = [
"flyway-core"

Loading…
Cancel
Save