There was an error while loading. Please reload this page.
1 parent 7caada2 commit e969338Copy full SHA for e969338
1 file changed
build.gradle.kts
@@ -36,7 +36,7 @@ dependencies {
36
implementation("ch.qos.logback:logback-classic:1.5.34") // Logging
37
implementation("com.zaxxer:HikariCP:7.0.2") // Database
38
implementation("org.flywaydb:flyway-core:12.3.0") // Database
39
- runtimeOnly("org.flywaydb:flyway-database-postgresql:12.8.1") // Database
+ runtimeOnly("org.flywaydb:flyway-database-postgresql:12.3.0") // Database
40
runtimeOnly("org.postgresql:postgresql:42.7.11") // Database
41
}
42
0 commit comments