Browse Source

Upgrade to Flyway 7.5.3

Closes gh-25232
pull/25264/head
Andy Wilkinson 5 years ago
parent
commit
5dba00fcac
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -306,7 +306,7 @@ bom { @@ -306,7 +306,7 @@ bom {
]
}
}
library("Flyway", "7.5.1") {
library("Flyway", "7.5.3") {
group("org.flywaydb") {
modules = [
"flyway-core"

Loading…
Cancel
Save