Upgrade to Flyway 10.20.1

Closes gh-43130
This commit is contained in:
Stéphane Nicoll
2024-11-13 09:16:16 +09:00
parent 75c7354a47
commit 26f19f10e0

View File

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