chore: upgrade PostgreSQL JDBC driver to latest supported version
This commit is contained in:
parent
1be81334ce
commit
56331babc7
1 changed files with 2 additions and 2 deletions
|
@ -68,9 +68,9 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>postgresql</groupId>
|
<groupId>org.postgresql</groupId>
|
||||||
<artifactId>postgresql</artifactId>
|
<artifactId>postgresql</artifactId>
|
||||||
<version>8.4-701.jdbc4</version>
|
<version>42.2.28.jre7</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Add table
Reference in a new issue