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

apupier 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 9bb6ee3aee0c Use h2-version maven properties in kafka and zipfile 
components
9bb6ee3aee0c is described below

commit 9bb6ee3aee0c596ec2bbfa2986660432cef7cd7d
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Wed Jun 17 15:36:17 2026 +0200

    Use h2-version maven properties in kafka and zipfile components
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 components/camel-kafka/pom.xml   | 2 +-
 components/camel-zipfile/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-kafka/pom.xml b/components/camel-kafka/pom.xml
index 338188855c3a..2bc3ee20b501 100644
--- a/components/camel-kafka/pom.xml
+++ b/components/camel-kafka/pom.xml
@@ -104,7 +104,7 @@
         <dependency>
             <groupId>com.h2database</groupId>
             <artifactId>h2</artifactId>
-            <version>2.4.240</version>
+            <version>${h2-version}</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/components/camel-zipfile/pom.xml b/components/camel-zipfile/pom.xml
index bde130353388..1ccac1693a09 100644
--- a/components/camel-zipfile/pom.xml
+++ b/components/camel-zipfile/pom.xml
@@ -73,7 +73,7 @@
         <dependency>
             <groupId>com.h2database</groupId>
             <artifactId>h2</artifactId>
-            <version>2.4.240</version>
+            <version>${h2-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to