Browse Source

Upgrade to Flyway 9.22.2

Closes gh-37774
pull/37801/head
Andy Wilkinson 2 years ago
parent
commit
afb8a76def
  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.22.1") {
library("Flyway", "9.22.2") {
group("org.flywaydb") {
modules = [
"flyway-core",

Loading…
Cancel
Save