Merge pull request #23 from gresham-computing/DWN-39716_postgres

DWN-39716 : bump postgres driver to latest version
pull/1601/head
Harry Smith 2022-02-21 15:26:59 +00:00 committed by GitHub
commit 6798b9003f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.0.0.jre7</version>
<version>42.3.2</version>
</dependency>
<dependency>
<groupId>com.oracle</groupId>