Skip to content

Commit 0b54fda

Browse files
committed
Upgrade to Flyway 11.7.0
Closes gh-45104
1 parent 808e1a0 commit 0b54fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-boot-project/spring-boot-dependencies/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ bom {
357357
javadoc("elasticsearch-rest-client-sniffer", version -> "https://artifacts.elastic.co/javadoc/org/elasticsearch/client/elasticsearch-rest-client-sniffer/%s".formatted(version), "org.elasticsearch.client.sniff")
358358
}
359359
}
360-
library("Flyway", "11.4.0") {
360+
library("Flyway", "11.7.0") {
361361
group("org.flywaydb") {
362362
modules = [
363363
"flyway-commandline",

0 commit comments

Comments
 (0)