Skip to content

Commit

Permalink
Upgrade Commons-DBCP2 to version 2.10.0 (#1624)
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 6, 2023
1 parent 6ae2a4c commit 8e80c8a
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 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 @@ -89,7 +89,7 @@ spec:
- "camel:kamelet"
- "camel:sql"
- "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.18"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
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 @@ -91,7 +91,7 @@ spec:
- "camel:kamelet"
- "camel:sql"
- "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.18"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
2 changes: 1 addition & 1 deletion kamelets/mariadb-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
2 changes: 1 addition & 1 deletion kamelets/mariadb-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
2 changes: 1 addition & 1 deletion kamelets/mysql-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
2 changes: 1 addition & 1 deletion kamelets/mysql-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
2 changes: 1 addition & 1 deletion kamelets/oracle-database-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
2 changes: 1 addition & 1 deletion kamelets/oracle-database-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
2 changes: 1 addition & 1 deletion kamelets/postgresql-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
- "camel:kamelet"
- "camel:sql"
- "mvn:org.postgresql:postgresql:42.6.0"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
2 changes: 1 addition & 1 deletion kamelets/postgresql-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
- "camel:kamelet"
- "camel:sql"
- "mvn:org.postgresql:postgresql:42.6.0"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
2 changes: 1 addition & 1 deletion kamelets/sqlserver-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
2 changes: 1 addition & 1 deletion kamelets/sqlserver-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
- "camel:kamelet"
- "camel:sql"
- "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.18"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
- "camel:kamelet"
- "camel:sql"
- "mvn:com.amazon.redshift:redshift-jdbc42:2.1.0.18"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
- "camel:kamelet"
- "camel:sql"
- "mvn:org.postgresql:postgresql:42.6.0"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
- "camel:kamelet"
- "camel:sql"
- "mvn:org.postgresql:postgresql:42.6.0"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
- "mvn:org.apache.commons:commons-dbcp2:2.10.0"
template:
beans:
- name: dsBean
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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.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.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>
Expand Down

0 comments on commit 8e80c8a

Please sign in to comment.