Upgrade to Flyway 10.20.0

Closes gh-42761
This commit is contained in:
Andy Wilkinson
2024-10-17 15:59:32 +01:00
parent a11f8d8a3d
commit c2e000f80b

View File

@@ -353,7 +353,7 @@ bom {
releaseNotes("https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-{version}.html")
}
}
library("Flyway", "10.19.0") {
library("Flyway", "10.20.0") {
group("org.flywaydb") {
modules = [
"flyway-commandline",