Browse Source

Upgrade to Flyway 9.22.1

Closes gh-37389
pull/37393/head
Stephane Nicoll 3 years ago
parent
commit
0ba6af9eb2
  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.0") {
library("Flyway", "9.22.1") {
group("org.flywaydb") {
modules = [
"flyway-core",

Loading…
Cancel
Save