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 ba3fe881f7a Add version element to JUnit dependency (#685) ba3fe881f7a is described below commit ba3fe881f7a6239f227aa4cd3e0bc73f203b7bf0 Author: Gregor Zurowski <gre...@zurowski.net> AuthorDate: Sat Dec 17 09:16:30 2022 +0100 Add version element to JUnit dependency (#685) --- 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>