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 ecdf86ff2353e1ebe61f62e50544ccfdb10f6551 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Feb 2 07:24:13 2021 +0100 Upgrade Pgjdbc ng driver to version 0.8.6 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 35cb312..dfcb212 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.22</pdfbox-version> <pgjdbc-driver-version>42.2.14</pgjdbc-driver-version> - <pgjdbc-ng-driver-version>0.8.5</pgjdbc-ng-driver-version> + <pgjdbc-ng-driver-version>0.8.6</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>