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/08/29 06:11:42 UTC

[camel-kamelets] 01/02: Upgrade PostgreSQL driver to version 42.5.0

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch postgresql-42.5.0
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit d007066e3ed49b27dbc873b0b03d23773a3a9e61
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 29 08:09:53 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 2099f7b7..a81eb0a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
         <version.com.amazon.redshift.redshift-jdbc42>2.1.0.9</version.com.amazon.redshift.redshift-jdbc42>
         <version.org.apache.qpid.qpid-jms-client>1.0.0</version.org.apache.qpid.qpid-jms-client>
         <version.org.apache.activemq.artemis-jms-client-all>2.23.1</version.org.apache.activemq.artemis-jms-client-all>
-        <version.org.postgresql.postgresql>42.4.0</version.org.postgresql.postgresql>
+        <version.org.postgresql.postgresql>42.5.0</version.org.postgresql.postgresql>
         <version.org.apache.activemq.activemq-http>5.16.2</version.org.apache.activemq.activemq-http>
     </properties>