diff --git a/build.gradle.kts b/build.gradle.kts index af52765..30f423b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -64,7 +64,7 @@ dependencies { implementation("com.ritense.valtimo:test-utils-common:$valtimoVersion") implementation("com.ritense.valtimo:zaken-api:$valtimoVersion") - implementation("org.postgresql:postgresql:42.6.0") + implementation("org.postgresql:postgresql:42.7.1") // Kotlin logger implementation("io.github.microutils:kotlin-logging:2.1.21")