From a55e3d4c0310ee576ada1138048cd6d3bcba1a15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 17:41:18 +0000 Subject: [PATCH] Update dependency org.postgresql:postgresql to v42.7.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")