Browse Source

Upgrade to Flyway 9.3.0

Closes gh-32339
pull/32374/head
Stephane Nicoll 3 years ago
parent
commit
29c9837131
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -221,7 +221,7 @@ bom { @@ -221,7 +221,7 @@ bom {
]
}
}
library("Flyway", "9.0.1") {
library("Flyway", "9.3.0") {
group("org.flywaydb") {
modules = [
"flyway-core",

Loading…
Cancel
Save