Bump postgresql from 42.2.25 to 42.3.3 (#1435)

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.25 to 42.3.3.
- [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.2.25...REL42.3.3)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/pom.xml b/pom.xml
index d3e969d..e9f3d86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -226,7 +226,7 @@
         <mongodb.version>3.12.7</mongodb.version>
         <mysql.version>8.0.27</mysql.version>
         <mssql.version>9.2.0.jre8</mssql.version>
-        <pgsql.version>42.2.25</pgsql.version>
+        <pgsql.version>42.3.3</pgsql.version>
         <!-- CQ #21139, 21140 -->
         <logback.version>1.3.0-alpha5</logback.version>
         <oracle.jdbc.version>21.3.0.0</oracle.jdbc.version>