Browse Source

Upgrade to Flyway 8.5.0

Closes gh-29834
pull/29884/head
Stephane Nicoll 4 years ago
parent
commit
06ddffed06
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -314,7 +314,7 @@ bom {
] ]
} }
} }
library("Flyway", "8.4.2") { library("Flyway", "8.5.0") {
group("org.flywaydb") { group("org.flywaydb") {
modules = [ modules = [
"flyway-core", "flyway-core",

Loading…
Cancel
Save