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-kamelets.git

commit 2425e2f1f6d58d227e965ec0e3f28def3d4d7935
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Jul 18 06:42:32 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index e66fd56f..72d437c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,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.7</version.com.amazon.redshift.redshift-jdbc42>
+        
<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.22.0</version.org.apache.activemq.artemis-jms-client-all>
         
<version.org.postgresql.postgresql>42.3.6</version.org.postgresql.postgresql>

Reply via email to