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


The following commit(s) were added to refs/heads/main by this push:
     new 7b2756e1ca3 Upgrade Kudu to version 1.18.0 (#18561)
7b2756e1ca3 is described below

commit 7b2756e1ca3d9dd3b3bec4511fceb52f31536ac2
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Jul 8 10:53:42 2025 +0200

    Upgrade Kudu to version 1.18.0 (#18561)
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 components/camel-kudu/pom.xml | 5 +++++
 parent/pom.xml                | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/components/camel-kudu/pom.xml b/components/camel-kudu/pom.xml
index a2c979e4c67..64da47ef8df 100644
--- a/components/camel-kudu/pom.xml
+++ b/components/camel-kudu/pom.xml
@@ -99,6 +99,11 @@
             <artifactId>camel-test-junit5</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.junit.jupiter</groupId>
+            <artifactId>junit-jupiter-migrationsupport</artifactId>
+            <scope>test</scope>
+        </dependency>
 
         <!-- Spin a kudu cluster to run integration tests -->
         <!-- as described in
diff --git a/parent/pom.xml b/parent/pom.xml
index cafbb5b5c31..1bbc5d99e25 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -331,7 +331,7 @@
         <kafka-version>3.9.1</kafka-version>
         <keycloak-client-version>26.0.6</keycloak-client-version>
         <kubernetes-client-version>7.3.1</kubernetes-client-version>
-        <kudu-version>1.17.1</kudu-version>
+        <kudu-version>1.18.0</kudu-version>
         <langchain4j-version>1.1.0</langchain4j-version>
         <!-- remove this one when all langchain4j artifacts are made final -->
         <langchain4j-rc-version>1.1.0-rc1</langchain4j-rc-version> <!-- 
dependencies in 1.1.0 -rc 1 should move to final with Langchain4j 1.2.0 -->

Reply via email to