Merge pull request #246 from Stary2001/master

update postgresql JDBC driver to latest version
This commit is contained in:
Andy Janata 2020-05-24 10:03:07 -07:00 committed by GitHub
commit 15757a6256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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>