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.
2 parents 71fc0be + b852c6e commit dd6f57cCopy full SHA for dd6f57c
server/build.gradle
@@ -63,7 +63,7 @@ configurations {
63
}
64
65
dependencies {
66
- runtimeOnly("org.flywaydb:flyway-database-postgresql")
+ runtimeOnly("org.flywaydb:flyway-database-postgresql:11.3.4")
67
runtimeOnly("org.yaml:snakeyaml")
68
runtimeOnly("ch.qos.logback:logback-classic")
69
runtimeOnly("org.postgresql:postgresql")
0 commit comments