Skip to content

Commit

Permalink
Upgrade PostgreSQL Driver to version 42.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed May 26, 2023
1 parent 7da6201 commit edb3829
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kamelets/postgresql-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:org.postgresql:postgresql:42.5.4"
- "mvn:org.postgresql:postgresql:42.6.0"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
template:
beans:
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 @@ -90,7 +90,7 @@ spec:
- "camel:jackson"
- "camel:kamelet"
- "camel:sql"
- "mvn:org.postgresql:postgresql:42.5.4"
- "mvn:org.postgresql:postgresql:42.6.0"
- "mvn:org.apache.commons:commons-dbcp2:2.9.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:org.postgresql:postgresql:42.5.4"
- "mvn:org.postgresql:postgresql:42.6.0"
- "mvn:org.apache.commons:commons-dbcp2:2.9.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:org.postgresql:postgresql:42.5.4"
- "mvn:org.postgresql:postgresql:42.6.0"
- "mvn:org.apache.commons:commons-dbcp2:2.9.0"
template:
beans:
Expand Down

0 comments on commit edb3829

Please sign in to comment.