Browse Source

Upgrade to Flyway 9.22.0

Closes gh-37315
pull/37340/head
Stephane Nicoll 3 years ago
parent
commit
0b07c24bbd
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -285,7 +285,7 @@ bom { @@ -285,7 +285,7 @@ bom {
]
}
}
library("Flyway", "9.21.2") {
library("Flyway", "9.22.0") {
group("org.flywaydb") {
modules = [
"flyway-core",

Loading…
Cancel
Save