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

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


The following commit(s) were added to refs/heads/main by this push:
     new c26887a9e59 Fix dependency version
c26887a9e59 is described below

commit c26887a9e59857e1542c6c93e7e47c09ef3938ee
Author: Gregor Zurowski <gre...@zurowski.org>
AuthorDate: Sat Mar 23 17:06:09 2024 +0100

    Fix dependency version
---
 core-starter/camel-k-starter/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core-starter/camel-k-starter/pom.xml 
b/core-starter/camel-k-starter/pom.xml
index d55d2c41fed..20fdd37cbd6 100644
--- a/core-starter/camel-k-starter/pom.xml
+++ b/core-starter/camel-k-starter/pom.xml
@@ -50,6 +50,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-test-spring-junit5</artifactId>
+      <version>${camel-version}</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.camel</groupId>

Reply via email to