You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/20 17:36:46 UTC

[camel] branch main updated (5e4f00f6f78 -> 688c2c0834a)

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

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 5e4f00f6f78 CAMEL-19130: Upgrade to snakeyaml 2.x (#9572)
     new e4d4e91cd13 Upgrade Debezium to version 2.1.3.Final
     new 688c2c0834a Sync deps

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 01/02: Upgrade Debezium to version 2.1.3.Final

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit e4d4e91cd13ca5001810004466b2e07b2cce932c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 20 18:33:46 2023 +0100

    Upgrade Debezium to version 2.1.3.Final
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 258426c0bb8..f13c0b1bbea 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -121,7 +121,7 @@
         <cxf-xjc-plugin-version>4.0.0</cxf-xjc-plugin-version>
         <cxf-xjc-utils-version>4.0.0</cxf-xjc-utils-version>
         <datasonnet-mapper-version>2.5-jakarta4</datasonnet-mapper-version>
-        <debezium-version>2.1.2.Final</debezium-version>
+        <debezium-version>2.1.3.Final</debezium-version>
         <debezium-mysql-connector-version>8.0.29</debezium-mysql-connector-version>
         <deltaspike-version>1.9.5</deltaspike-version>
         <depends-maven-plugin-version>1.4.0</depends-maven-plugin-version>


[camel] 02/02: Sync deps

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 688c2c0834ac55c0f0b9e20c3229d50c9a15c9ff
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 20 18:36:31 2023 +0100

    Sync deps
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index f2bf953755d..df9dd593761 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -126,7 +126,7 @@
         <cxf-xjc-plugin-version>4.0.0</cxf-xjc-plugin-version>
         <cxf-xjc-utils-version>4.0.0</cxf-xjc-utils-version>
         <datasonnet-mapper-version>2.5-jakarta4</datasonnet-mapper-version>
-        <debezium-version>2.1.2.Final</debezium-version>
+        <debezium-version>2.1.3.Final</debezium-version>
         <debezium-mysql-connector-version>8.0.29</debezium-mysql-connector-version>
         <deltaspike-version>1.9.5</deltaspike-version>
         <depends-maven-plugin-version>1.4.0</depends-maven-plugin-version>