Skip to content

Commit 65cb71e

Browse files
committed
#129 Upgrade postgresql driver to 42.7.3
Fixes: - CVE-2024-1597 [High 10.0] Improper Neutralization of Special Elements used in an SQL Command ("SQL Injection") vulnerability - CVE-2022-31197 [High 8.0] Improper Neutralization of Special Elements used in an SQL Command ("SQL Injection") vulnerability - CVE-2022-41946 [Medium 5.5] Exposure of Sensitive Information to an Unauthorized Actor vulnerability
1 parent 875b0e4 commit 65cb71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
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)