Upgrade to Flyway 10.15.2

Closes gh-41387
This commit is contained in:
Andy Wilkinson 2024-07-09 12:36:08 +01:00
parent 8d8dc0f7e6
commit 1b92c3e1ff
1 changed files with 1 additions and 1 deletions

View File

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