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

acosentino pushed a commit to branch camel-spring-boot-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.20.x by 
this push:
     new 2225911e75c Camel-test-junit5 in Camel-Swift should be based on 
camel-version property
2225911e75c is described below

commit 2225911e75ce809028e75598c1950d4362d21589
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Dec 16 19:55:45 2022 +0100

    Camel-test-junit5 in Camel-Swift should be based on camel-version property
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 components-starter/camel-swift-starter/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components-starter/camel-swift-starter/pom.xml 
b/components-starter/camel-swift-starter/pom.xml
index dcff5785c71..ef862459be0 100644
--- a/components-starter/camel-swift-starter/pom.xml
+++ b/components-starter/camel-swift-starter/pom.xml
@@ -43,6 +43,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-test-junit5</artifactId>
+      <version>${camel-version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to