Browse Source

Upgrade to Flyway 11.19.1

Closes gh-48603
pull/48617/head
Stéphane Nicoll 3 months ago
parent
commit
ec9901c337
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -376,7 +376,7 @@ bom { @@ -376,7 +376,7 @@ bom {
javadoc("elasticsearch-java", version -> "https://javadoc.io/doc/co.elastic.clients/elasticsearch-java/%s/index.html".formatted(version), "co.elastic.clients.elasticsearch", "co.elastic.clients.transport")
}
}
library("Flyway", "11.14.1") {
library("Flyway", "11.19.1") {
group("org.flywaydb") {
modules = [
"flyway-commandline",

Loading…
Cancel
Save