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
The following commit(s) were added to refs/heads/main by this push: new 6ae2a4c6 Upgrade Redshift-jdbc42 to version 2.1.0.18 (#1623) 6ae2a4c6 is described below commit 6ae2a4c6ede1682ac7d13a39a0934b79e532ef45 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Sep 6 07:48:38 2023 +0200 Upgrade Redshift-jdbc42 to version 2.1.0.18 (#1623) Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- kamelets/aws-redshift-sink.kamelet.yaml | 2 +- kamelets/aws-redshift-source.kamelet.yaml | 2 +- .../src/main/resources/kamelets/aws-redshift-sink.kamelet.yaml | 2 +- .../src/main/resources/kamelets/aws-redshift-source.kamelet.yaml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kamelets/aws-redshift-sink.kamelet.yaml b/kamelets/aws-redshift-sink.kamelet.yaml index 2929405b..2644b820 100644 --- a/kamelets/aws-redshift-sink.kamelet.yaml +++ b/kamelets/aws-redshift-sink.kamelet.yaml @@ -88,7 +88,7 @@ spec: - "camel:jackson" - "camel:kamelet" - "camel:sql" - - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.14" + - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.18" - "mvn:org.apache.commons:commons-dbcp2:2.9.0" template: beans: diff --git a/kamelets/aws-redshift-source.kamelet.yaml b/kamelets/aws-redshift-source.kamelet.yaml index 4a2991dd..eddcf370 100644 --- a/kamelets/aws-redshift-source.kamelet.yaml +++ b/kamelets/aws-redshift-source.kamelet.yaml @@ -90,7 +90,7 @@ spec: - "camel:jackson" - "camel:kamelet" - "camel:sql" - - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.14" + - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.18" - "mvn:org.apache.commons:commons-dbcp2:2.9.0" template: beans: diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-redshift-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-redshift-sink.kamelet.yaml index 2929405b..2644b820 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/aws-redshift-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/aws-redshift-sink.kamelet.yaml @@ -88,7 +88,7 @@ spec: - "camel:jackson" - "camel:kamelet" - "camel:sql" - - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.14" + - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.18" - "mvn:org.apache.commons:commons-dbcp2:2.9.0" template: beans: diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-redshift-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-redshift-source.kamelet.yaml index 4a2991dd..eddcf370 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/aws-redshift-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/aws-redshift-source.kamelet.yaml @@ -90,7 +90,7 @@ spec: - "camel:jackson" - "camel:kamelet" - "camel:sql" - - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.14" + - "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.18" - "mvn:org.apache.commons:commons-dbcp2:2.9.0" template: beans: diff --git a/pom.xml b/pom.xml index 0308b266..b8c214cb 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,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.14</version.com.amazon.redshift.redshift-jdbc42> + <version.com.amazon.redshift.redshift-jdbc42>2.1.0.18</version.com.amazon.redshift.redshift-jdbc42> <version.org.apache.activemq.artemis-jms-client-all>2.30.0</version.org.apache.activemq.artemis-jms-client-all> <version.org.postgresql.postgresql>42.6.0</version.org.postgresql.postgresql> </properties>