Skip to content

Commit

Permalink
Upgrade Redshift JDBC 42 to version 2.1.0.19 (#1661)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Sep 26, 2023
1 parent e788133 commit d1fc249
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kamelets/aws-redshift-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.18"
- "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.19"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
Expand Down
2 changes: 1 addition & 1 deletion kamelets/aws-redshift-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.18"
- "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.19"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.18"
- "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.19"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.18"
- "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.19"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0</version.org.apache.commons.commons-dbcp2>
<version.com.amazon.redshift.redshift-jdbc42>2.1.0.18</version.com.amazon.redshift.redshift-jdbc42>
<version.com.amazon.redshift.redshift-jdbc42>2.1.0.19</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>
Expand Down

0 comments on commit d1fc249

Please sign in to comment.