Browse Source

Upgrade to Flyway 6.5.6

Closes gh-23395
pull/23418/head
Andy Wilkinson 5 years ago
parent
commit
ac9abab921
  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.5") {
library("Flyway", "6.5.6") {
group("org.flywaydb") {
modules = [
"flyway-core"

Loading…
Cancel
Save