Skip to content

Commit 53fe9ce

Browse files
Update dependency org.flywaydb:flyway-core to v10
1 parent ea108fe commit 53fe9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres-cdc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ testing {
1919
dependencies {
2020
implementation("org.testcontainers:postgresql:1.20.3")
2121
implementation("org.assertj:assertj-core:3.26.3")
22-
implementation("org.flywaydb:flyway-core:9.22.3")
22+
implementation("org.flywaydb:flyway-core:10.21.0")
2323
implementation("org.awaitility:awaitility:4.2.2")
2424
implementation("ch.qos.logback:logback-classic:1.5.12")
2525
}

0 commit comments

Comments
 (0)