Bump postgresql from 42.2.4 to 42.2.5 (#1636)

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.4 to 42.2.5.
- [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.4...REL42.2.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-09-11 18:00:43 +02:00 committed by Gabriele C
parent e42150289a
commit 7105e119b2

View File

@ -844,7 +844,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.4</version>
<version>42.2.5</version>
</dependency>
<!-- Unit Testing Libraries -->