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 3e4ecf5  Use latest postgresql driver with the same version of Camel 
42.2.14
3e4ecf5 is described below

commit 3e4ecf570f278a60782adb1f4e19ef7674e79731
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Nov 3 14:08:05 2020 +0100

    Use latest postgresql driver with the same version of Camel 42.2.14
---
 sql/sql-sink/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sql/sql-sink/README.adoc b/sql/sql-sink/README.adoc
index c0dd1d2..36358ff 100644
--- a/sql/sql-sink/README.adoc
+++ b/sql/sql-sink/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

Reply via email to