Skip to content

Commit 26f19f1

Browse files
committed
Upgrade to Flyway 10.20.1
Closes gh-43130
1 parent 75c7354 commit 26f19f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ bom {
354354
releaseNotes("https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-{version}.html")
355355
}
356356
}
357-
library("Flyway", "10.20.0") {
357+
library("Flyway", "10.20.1") {
358358
group("org.flywaydb") {
359359
modules = [
360360
"flyway-commandline",

0 commit comments

Comments
 (0)