Browse Source

Upgrade to Flyway 7.11.2

Closes gh-27397
pull/27405/head
Andy Wilkinson 5 years ago
parent
commit
5bedfe414f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -309,7 +309,7 @@ bom { @@ -309,7 +309,7 @@ bom {
]
}
}
library("Flyway", "7.11.1") {
library("Flyway", "7.11.2") {
group("org.flywaydb") {
modules = [
"flyway-core"

Loading…
Cancel
Save