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 2021/11/17 06:59:12 UTC

[camel] branch main updated (4e3f39a -> 1abbdeb)

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 4e3f39a  Upgrade Azurite to version 3.14.3
     new 7274164  Upgrade Mysql Java Connector to version 8.0.27
     new 1abbdeb  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 Mysql Java Connector to version 8.0.27

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 72741641e0ed7403d6b7fc05ea1b06581b309946
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 17 07:56:05 2021 +0100

    Upgrade Mysql Java Connector to version 8.0.27
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b7fcc28..f50ac47 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -164,7 +164,7 @@
         <dozer-version>6.5.2</dozer-version>
         <dropbox-version>3.2.0</dropbox-version>
         <debezium-version>1.7.0.Final</debezium-version>
-        <debezium-mysql-connector-version>8.0.25</debezium-mysql-connector-version>
+        <debezium-mysql-connector-version>8.0.27</debezium-mysql-connector-version>
         <eddsa-version>0.3.0</eddsa-version>
         <egit-github-core-version>2.1.5</egit-github-core-version>
         <ehcache3-version>3.9.6</ehcache3-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 1abbdeb20dcb19e90efc1fb7f4bd676ad693d1af
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 17 07:58:03 2021 +0100

    Sync deps
---
 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 1ed79b4..8b061d3 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -168,7 +168,7 @@
     <cxf.codegenplugin.forkmode>once</cxf.codegenplugin.forkmode>
     <cxf.xjc.jvmArgs></cxf.xjc.jvmArgs>
     <datasonnet-mapper-version>2.1.4</datasonnet-mapper-version>
-    <debezium-mysql-connector-version>8.0.25</debezium-mysql-connector-version>
+    <debezium-mysql-connector-version>8.0.27</debezium-mysql-connector-version>
     <debezium-version>1.7.0.Final</debezium-version>
     <deltaspike-version>1.9.4</deltaspike-version>
     <depends-maven-plugin-version>1.4.0</depends-maven-plugin-version>