[jdbc] Update PostgreSQL JDBC driver to 42.3.3 (#12442)

* Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 9.4.1212 to 42.3.3.
* Update docs and feature
* Update README

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
dependabot[bot]
2022-03-07 22:35:20 +01:00
committed by GitHub
parent a533b19130
commit f28ef254cf
3 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@
<hsqldb.version>2.3.3</hsqldb.version>
<mariadb.version>1.4.6</mariadb.version>
<mysql.version>8.0.22</mysql.version>
<postgresql.version>9.4.1212</postgresql.version>
<postgresql.version>42.3.3</postgresql.version>
<sqlite.version>3.16.1</sqlite.version>
</properties>