You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/10/12 08:10:09 UTC

[camel-quarkus] branch master updated: Upgrade to Debezium 1.3.0.Final

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new d70ad47  Upgrade to Debezium 1.3.0.Final
d70ad47 is described below

commit d70ad477bb9669f4a0213a35fe72805bd4322556
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Oct 7 12:00:50 2020 +0200

    Upgrade to Debezium 1.3.0.Final
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 927eff5..fdd7172 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
         <camel.version>3.5.0</camel.version>
         <commons-beanutils.version>1.9.4</commons-beanutils.version><!-- keep in sync with Camel -->
         <commons-cli.version>1.4</commons-cli.version><!-- keep in sync with Quarkus, via quarkus-bootstrap-core -->
-        <debezium.version>1.2.1.Final</debezium.version>
+        <debezium.version>1.3.0.Final</debezium.version>
         <elasticsearch.version>7.8.0</elasticsearch.version>
         <freemarker.version>2.3.30</freemarker.version>
         <fommil.netlib.core.version>1.1.2</fommil.netlib.core.version><!-- Mess in Weka transitive deps -->