You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/03/11 12:14:04 UTC

[camel] 01/02: Upgrade PostgreSQL driver to version 42.3.3

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 cb8d8879ab8e54c9308a8bdd88954cce3c3c6de9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 12:57:29 2022 +0100

    Upgrade PostgreSQL driver to version 42.3.3
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0fc0020..d0b0633 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -440,7 +440,7 @@
         <paho-version>1.2.5</paho-version>
         <partial-build-plugin-version>2.7</partial-build-plugin-version>
         <pdfbox-version>2.0.24</pdfbox-version>
-        <pgjdbc-driver-version>42.2.23</pgjdbc-driver-version>
+        <pgjdbc-driver-version>42.3.3</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>