Skip to content

Commit 93ebb2a

Browse files
committed
#129 Upgrade postgresql driver to 42.7.3
Fixes: - CVE-2024-1597 [Critical] SQL Injection via line comment generation - CVE-2022-31197 [High] SQL Injection in ResultSet.refreshRow() with malicious column names - CVE-2022-41946 [Medium] TemporaryFolder on unix-like systems does not limit access to created files
1 parent 875b0e4 commit 93ebb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>org.postgresql</groupId>
144144
<artifactId>postgresql</artifactId>
145-
<version>42.3.5</version>
145+
<version>42.7.3</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>junit</groupId>

0 commit comments

Comments
 (0)