Skip to content

Commit a4a18ba

Browse files
committed
Upgrade to Flyway 11.2.0
Closes gh-43894
1 parent b236b61 commit a4a18ba

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
@@ -360,7 +360,7 @@ bom {
360360
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")
361361
}
362362
}
363-
library("Flyway", "11.1.1") {
363+
library("Flyway", "11.2.0") {
364364
group("org.flywaydb") {
365365
modules = [
366366
"flyway-commandline",

0 commit comments

Comments
 (0)