From d7c55d28377bb6a1b1af62891f6fbcbbd11134da Mon Sep 17 00:00:00 2001 From: Niklas Birk Date: Wed, 7 Sep 2022 21:08:22 +0200 Subject: [PATCH] Fix security alert for postgresql jdbc Security Risk: PostgreSQL JDBC Driver SQL Injection in ResultSet.refreshRow() with malicious column names Change postgresql version to 42.5.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c1d1558..d1a2984 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.postgresql postgresql - 42.3.3 + 42.5.0 log4j