This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch camel-spring-boot-3.22.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.22.x by this push: new 9ffdc372fdb Fix version of camel-spring-boot-xml-starter dependency 9ffdc372fdb is described below commit 9ffdc372fdbd5cc970b13fe436df9db0ff05b5d8 Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Tue Dec 19 19:44:41 2023 +0100 Fix version of camel-spring-boot-xml-starter dependency --- dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml b/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml index 928d818f341..2726ac62ac6 100644 --- a/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml +++ b/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-spring-boot-xml-starter</artifactId> - <version>${camel-version}</version> + <version>${spring-boot-version}</version> </dependency> <dependency> <groupId>org.apache.camel</groupId>