Browse Source

Upgrade to Flyway 8.5.1

Closes gh-29986
pull/30016/head
Stephane Nicoll 4 years ago
parent
commit
1bb498b03c
  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", "8.5.0") {
library("Flyway", "8.5.1") {
group("org.flywaydb") {
modules = [
"flyway-core",

Loading…
Cancel
Save