Browse Source

Upgrade to Flyway 9.15.1

Closes gh-34348
pull/34365/head
Andy Wilkinson 3 years ago
parent
commit
a6bca29d9e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -243,7 +243,7 @@ bom { @@ -243,7 +243,7 @@ bom {
]
}
}
library("Flyway", "9.15.0") {
library("Flyway", "9.15.1") {
group("org.flywaydb") {
modules = [
"flyway-core",

Loading…
Cancel
Save