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
This commit is contained in:
parent
dec0260a22
commit
d7c55d2837
2
pom.xml
2
pom.xml
@ -22,7 +22,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.postgresql</groupId>
|
<groupId>org.postgresql</groupId>
|
||||||
<artifactId>postgresql</artifactId>
|
<artifactId>postgresql</artifactId>
|
||||||
<version>42.3.3</version>
|
<version>42.5.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>log4j</groupId>
|
<groupId>log4j</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user