Skip to content

Commit e969338

Browse files
committed
ALSO DOWNGRADE FLYWAY POSTGRESQL
fuck
1 parent 7caada2 commit e969338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation("ch.qos.logback:logback-classic:1.5.34") // Logging
3737
implementation("com.zaxxer:HikariCP:7.0.2") // Database
3838
implementation("org.flywaydb:flyway-core:12.3.0") // Database
39-
runtimeOnly("org.flywaydb:flyway-database-postgresql:12.8.1") // Database
39+
runtimeOnly("org.flywaydb:flyway-database-postgresql:12.3.0") // Database
4040
runtimeOnly("org.postgresql:postgresql:42.7.11") // Database
4141
}
4242

0 commit comments

Comments
 (0)