You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/03 09:36:20 UTC

[camel-spring-boot] branch main updated: Camel-Spring-Boot: Fix Assertj Version

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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 229f6cc41fc Camel-Spring-Boot: Fix Assertj Version
229f6cc41fc is described below

commit 229f6cc41fc96f5fc8e299dba3f0d0af8aa40857
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 3 10:11:06 2023 +0100

    Camel-Spring-Boot: Fix Assertj Version
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 tooling/camel-spring-boot-generator-maven-plugin/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tooling/camel-spring-boot-generator-maven-plugin/pom.xml b/tooling/camel-spring-boot-generator-maven-plugin/pom.xml
index 903815a377f..bd6d84afd44 100644
--- a/tooling/camel-spring-boot-generator-maven-plugin/pom.xml
+++ b/tooling/camel-spring-boot-generator-maven-plugin/pom.xml
@@ -228,6 +228,7 @@
         <dependency>
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>
+            <version>${assertj-version}</version>
         </dependency>
     </dependencies>