This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git
The following commit(s) were added to refs/heads/master by this push: new 989c9f6 Use latest postgresql driver with the same version of Camel 42.2.14 3e4ecf5 989c9f6 is described below commit 989c9f640f1ec07cf0d24dd198e2dc1b37a6b2de Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Nov 3 14:09:28 2020 +0100 Use latest postgresql driver with the same version of Camel 42.2.14 3e4ecf5 --- sql/sql-source/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/sql-source/README.adoc b/sql/sql-source/README.adoc index b727f5d..54e8ed6 100644 --- a/sql/sql-source/README.adoc +++ b/sql/sql-source/README.adoc @@ -35,7 +35,7 @@ There is also the need of the driver for this example [source] ---- > cd /home/oscerd/connectors/camel-sql-kafka-connector/ -> wget https://repo1.maven.org/maven2/org/postgresql/postgresql/42.2.4/postgresql-42.2.4.jar +> wget https://repo1.maven.org/maven2/org/postgresql/postgresql/42.2.14/postgresql-42.2.14.jar ---- === Configuring Kafka Connect