Skip to content

Commit 9cc6b88

Browse files
committed
Update Flyway to version 10.18.0
1 parent 0a0b50a commit 9cc6b88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ dependencies {
3131
implementation "com.google.api-client:google-api-client:2.7.0"
3232
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2"
3333
implementation "io.github.config4k:config4k:0.7.0"
34-
implementation "org.flywaydb:flyway-core:9.19.1"
34+
implementation "org.flywaydb:flyway-core:10.18.0"
35+
implementation "org.flywaydb:flyway-database-postgresql:10.18.0"
3536
implementation "org.ktorm:ktorm-core:3.6.0"
3637
implementation "com.zaxxer:HikariCP:5.1.0"
3738
implementation "org.postgresql:postgresql:42.7.3"

0 commit comments

Comments
 (0)