From 4d3930c472476b173c5bce0bf97687b908a7e36e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 21:57:33 +0000 Subject: [PATCH] Update dependency org.postgresql:postgresql to v42.7.10 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5b21bfa..0e8b723 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { compileOnly 'com.h2database:h2:2.4.240' compileOnly 'com.mysql:mysql-connector-j:9.5.0' compileOnly 'org.mariadb.jdbc:mariadb-java-client:3.5.7' - compileOnly 'org.postgresql:postgresql:42.7.8' + compileOnly 'org.postgresql:postgresql:42.7.10' compileOnly 'org.mongodb:mongodb-driver-sync:5.6.2' // me.jeremiah.data.ByteTranslatable dependencies @@ -54,7 +54,7 @@ dependencies { testRuntimeOnly 'org.xerial:sqlite-jdbc:3.51.1.0' testRuntimeOnly 'com.h2database:h2:2.4.240' testRuntimeOnly 'org.mariadb.jdbc:mariadb-java-client:3.5.7' - testRuntimeOnly 'org.postgresql:postgresql:42.7.8' + testRuntimeOnly 'org.postgresql:postgresql:42.7.10' testRuntimeOnly 'org.mongodb:mongodb-driver-sync:5.6.2' }