This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit f888b6a1a7c07d8c721e63e623daabd8e9e01c23 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon May 25 11:27:09 2020 +0200 Upgrade Pgjdbc to version 0.8.4 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 5549663..7bd50c5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -452,7 +452,7 @@ <partial-build-plugin-version>2.7</partial-build-plugin-version> <pdfbox-version>2.0.19</pdfbox-version> <pgjdbc-driver-version>42.2.6</pgjdbc-driver-version> - <pgjdbc-ng-driver-version>0.8.3</pgjdbc-ng-driver-version> + <pgjdbc-ng-driver-version>0.8.4</pgjdbc-ng-driver-version> <powermock-version>2.0.7</powermock-version> <properties-maven-plugin-version>1.0-alpha-2</properties-maven-plugin-version> <protobuf-version>3.11.1</protobuf-version>