build(deps): bump postgresql from 42.2.18 to 42.2.19

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.18 to 42.2.19.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/REL42.2.19/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.18...REL42.2.19)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-19 06:16:53 +00:00 committed by Tom Morris
parent 3db9453661
commit 8ac7c55260

View File

@ -123,7 +123,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.18</version>
<version>42.2.19</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>