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/04/24 08:05:31 UTC

[camel] branch main updated (26486713802 -> 7871845b554)

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 26486713802 Sync deps
     new 876559a9219 Upgrade Debezium Mysql connector to version 8.0.32
     new 7871845b554 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] 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 7871845b5545618d9c74c2d3dd9b33e5b752afcb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Apr 24 10:05:15 2023 +0200

    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 f8f45449924..3cef455d116 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -129,7 +129,7 @@
         <cxf-xjc-utils-version>4.0.0</cxf-xjc-utils-version>
         <datasonnet-mapper-version>2.5-jakarta4</datasonnet-mapper-version>
         <debezium-version>2.2.0.Final</debezium-version>
-        <debezium-mysql-connector-version>8.0.29</debezium-mysql-connector-version>
+        <debezium-mysql-connector-version>8.0.32</debezium-mysql-connector-version>
         <depends-maven-plugin-version>1.4.0</depends-maven-plugin-version>
         <derby-version>10.14.2.0</derby-version>
         <digitalocean-api-client-version>2.17</digitalocean-api-client-version>


[camel] 01/02: Upgrade Debezium Mysql connector to version 8.0.32

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 876559a9219fd99a6b6468102f0a54f2c3b8754c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Apr 24 10:03:19 2023 +0200

    Upgrade Debezium Mysql connector to version 8.0.32
    
    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 e208a0e9bff..60dc85759ce 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -124,7 +124,7 @@
         <cxf-xjc-utils-version>4.0.0</cxf-xjc-utils-version>
         <datasonnet-mapper-version>2.5-jakarta4</datasonnet-mapper-version>
         <debezium-version>2.2.0.Final</debezium-version>
-        <debezium-mysql-connector-version>8.0.29</debezium-mysql-connector-version>
+        <debezium-mysql-connector-version>8.0.32</debezium-mysql-connector-version>
         <depends-maven-plugin-version>1.4.0</depends-maven-plugin-version>
         <derby-version>10.14.2.0</derby-version>
         <digitalocean-api-client-version>2.17</digitalocean-api-client-version>