You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/04/16 07:42:03 UTC

(camel) branch main updated: Upgrade debezium 2.6.1 (#13796)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5f083561f31 Upgrade debezium 2.6.1 (#13796)
5f083561f31 is described below

commit 5f083561f31f5b8e5816b0b14ae87a739a005d9a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Apr 16 09:41:57 2024 +0200

    Upgrade debezium 2.6.1 (#13796)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f607eeb510b..cc179988f2f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -129,7 +129,7 @@
         <cxf-xjc-plugin-version>4.0.1</cxf-xjc-plugin-version>
         <cxf-xjc-utils-version>4.0.1</cxf-xjc-utils-version>
         <datasonnet-mapper-version>2.5.2-jakarta4</datasonnet-mapper-version>
-        <debezium-version>2.6.0.Final</debezium-version>
+        <debezium-version>2.6.1.Final</debezium-version>
         <debezium-mysql-connector-version>8.0.33</debezium-mysql-connector-version>
         <derby-version>10.16.1.1</derby-version>
         <digitalocean-api-client-version>2.17</digitalocean-api-client-version>