Browse Source

Upgrade to Flyway 9.15.2

Closes gh-34573
pull/34585/head
Andy Wilkinson 3 years ago
parent
commit
ca9ecab979
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save