[jdbc] Update PostgreSQL JDBC driver to 42.4.1 (#13221)

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.4.1.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.3.3...REL42.4.1)

Also-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
dependabot[bot]
2022-08-10 10:34:08 +02:00
committed by GitHub
parent e3be803948
commit 4bf7a4a51e
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.28</mysql.version>
<postgresql.version>42.3.3</postgresql.version>
<postgresql.version>42.4.1</postgresql.version>
<sqlite.version>3.16.1</sqlite.version>
</properties>