Skip to content

Commit 0f98dd6

Browse files
committed
Upgrade to Flyway 11.3.3
Closes gh-44371
1 parent b4e7101 commit 0f98dd6

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
@@ -366,7 +366,7 @@ bom {
366366
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")
367367
}
368368
}
369-
library("Flyway", "11.3.2") {
369+
library("Flyway", "11.3.3") {
370370
group("org.flywaydb") {
371371
modules = [
372372
"flyway-commandline",

0 commit comments

Comments
 (0)