Browse Source

Upgrade to Flyway 11.20.3

Closes gh-49127
pull/48957/head
Andy Wilkinson 2 months ago
parent
commit
643af91afa
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -425,7 +425,7 @@ bom { @@ -425,7 +425,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.20.2") {
library("Flyway", "11.20.3") {
group("org.flywaydb") {
modules = [
"flyway-commandline",

Loading…
Cancel
Save