Browse Source

Upgrade to Flyway 8.5.10

Closes gh-30932
pull/31139/head
Andy Wilkinson 4 years ago
parent
commit
03e5626689
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -332,7 +332,7 @@ bom { @@ -332,7 +332,7 @@ bom {
]
}
}
library("Flyway", "8.5.9") {
library("Flyway", "8.5.10") {
group("org.flywaydb") {
modules = [
"flyway-core",

Loading…
Cancel
Save