This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 7bea4ad485460b438d42ba936219189103b04c64 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jul 19 12:06:12 2022 +0200 Upgrade PostgreSQL Driver to version 42.4.0 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 75144d98e26..169bc35d660 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -432,7 +432,7 @@ <paho-version>1.2.5</paho-version> <partial-build-plugin-version>2.7</partial-build-plugin-version> <pdfbox-version>2.0.26</pdfbox-version> - <pgjdbc-driver-version>42.3.3</pgjdbc-driver-version> + <pgjdbc-driver-version>42.4.0</pgjdbc-driver-version> <pgjdbc-ng-driver-version>0.8.9</pgjdbc-ng-driver-version> <picocli-version>4.6.3</picocli-version> <powermock-version>2.0.7</powermock-version>