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/04/11 13:17:08 UTC

[camel-kamelets] 01/02: Upgrade Redshift-jdbc42 to version 2.1.0.5

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

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

commit 1f53e471a503199941f06cf5b76ea03fd170df82
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Apr 11 15:12:08 2022 +0200

    Upgrade Redshift-jdbc42 to version 2.1.0.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 760efefb..05ac0e34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
         <!-- Versions used inside Kamelets (add them also to the dependencyManagement section and the groovy script below) -->
         <!-- These properties must keep this same format "version.<groupId>.<artifactId>" -->
         <version.org.apache.commons.commons-dbcp2>2.9.0</version.org.apache.commons.commons-dbcp2>
-        <version.com.amazon.redshift.redshift-jdbc42>2.1.0.4</version.com.amazon.redshift.redshift-jdbc42>
+        <version.com.amazon.redshift.redshift-jdbc42>2.1.0.5</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.20.0</version.org.apache.activemq.artemis-jms-client-all>
         <version.org.postgresql.postgresql>42.3.3</version.org.postgresql.postgresql>