update postgresql JDBC driver to latest version
This commit is contained in:
parent
4379c14f6d
commit
f863c139f9
4
pom.xml
4
pom.xml
|
@ -320,9 +320,9 @@
|
|||
<version>1.2.17</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>postgresql</groupId>
|
||||
<groupId>org.postgresql</groupId>
|
||||
<artifactId>postgresql</artifactId>
|
||||
<version>8.4-702.jdbc3</version>
|
||||
<version>42.2.12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.easymock</groupId>
|
||||
|
|
Loading…
Reference in New Issue