diff --git a/build.gradle.kts b/build.gradle.kts index ccfdaa3..7b6d2c1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -73,7 +73,7 @@ dependencies { // DB implementation("org.flywaydb:flyway-database-postgresql:11.1.1") implementation("com.zaxxer:HikariCP:6.2.1") - implementation("org.postgresql:postgresql:42.7.4") + implementation("org.postgresql:postgresql:42.7.5") implementation("com.github.seratch:kotliquery:1.9.1") testImplementation(platform("org.junit:junit-bom:5.11.4"))