We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0b50a commit 9cc6b88Copy full SHA for 9cc6b88
build.gradle
@@ -31,7 +31,8 @@ dependencies {
31
implementation "com.google.api-client:google-api-client:2.7.0"
32
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2"
33
implementation "io.github.config4k:config4k:0.7.0"
34
- implementation "org.flywaydb:flyway-core:9.19.1"
+ implementation "org.flywaydb:flyway-core:10.18.0"
35
+ implementation "org.flywaydb:flyway-database-postgresql:10.18.0"
36
implementation "org.ktorm:ktorm-core:3.6.0"
37
implementation "com.zaxxer:HikariCP:5.1.0"
38
implementation "org.postgresql:postgresql:42.7.3"
0 commit comments