From 8916a9325d5dbb92343c55545c4a57f96317132f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Nov 2023 01:00:37 +0000 Subject: [PATCH] Update dependency org.postgresql:postgresql to v42.7.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 661974eb0..889ab9994 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -313,7 +313,7 @@ configure(integrationTestProjects) { "testRuntimeOnly"("com.h2database:h2:1.4.200") "testRuntimeOnly"("mysql:mysql-connector-java:8.0.33") "testRuntimeOnly"("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0") - "testRuntimeOnly"("org.postgresql:postgresql:42.6.0") + "testRuntimeOnly"("org.postgresql:postgresql:42.7.0") "testRuntimeOnly"("com.microsoft.sqlserver:mssql-jdbc:8.4.1.jre8") "testRuntimeOnly"("org.testcontainers:mysql") "testRuntimeOnly"("org.testcontainers:oracle-xe")