Skip to content

Commit

Permalink
#129 Upgrade postgresql driver to 42.7.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lesiak committed Mar 29, 2024
1 parent 875b0e4 commit 93ebb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.5</version>
<version>42.7.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 93ebb2a

Please sign in to comment.