Skip to content

Commit c2e000f

Browse files
committed
Upgrade to Flyway 10.20.0
Closes gh-42761
1 parent a11f8d8 commit c2e000f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ bom {
353353
releaseNotes("https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-{version}.html")
354354
}
355355
}
356-
library("Flyway", "10.19.0") {
356+
library("Flyway", "10.20.0") {
357357
group("org.flywaydb") {
358358
modules = [
359359
"flyway-commandline",

0 commit comments

Comments
 (0)