Skip to content

Commit 2dd8f79

Browse files
committed
Upgrade to Flyway 11.9.2
Closes gh-46055
1 parent d4bc07a commit 2dd8f79

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
@@ -385,7 +385,7 @@ bom {
385385
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")
386386
}
387387
}
388-
library("Flyway", "11.7.2") {
388+
library("Flyway", "11.9.2") {
389389
group("org.flywaydb") {
390390
modules = [
391391
"flyway-commandline",

0 commit comments

Comments
 (0)