diff --git a/examples/springboot-log4j2/pom.xml b/examples/springboot-log4j2/pom.xml
index 6839cf22fb..136efdf36c 100644
--- a/examples/springboot-log4j2/pom.xml
+++ b/examples/springboot-log4j2/pom.xml
@@ -27,7 +27,7 @@
org.apache.camel.springboot
camel-spring-boot-bom
- ${camel-version}
+ ${camel-spring-boot-version}
pom
import
diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml
index a414c16160..504a3dfd5c 100644
--- a/examples/springboot/pom.xml
+++ b/examples/springboot/pom.xml
@@ -27,7 +27,7 @@
org.apache.camel.springboot
camel-spring-boot-dependencies
- ${camel-version}
+ ${camel-spring-boot-version}
pom
import
diff --git a/pom.xml b/pom.xml
index adb0b73648..bd82d8dc61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
6.1.10
3.3.1
- 4.6.0
+ 4.6.0
11.0.20
diff --git a/tests/springboot/pom.xml b/tests/springboot/pom.xml
index 558efcfbbc..b3d38c0b4f 100644
--- a/tests/springboot/pom.xml
+++ b/tests/springboot/pom.xml
@@ -32,7 +32,7 @@
org.apache.camel.springboot
camel-spring-boot-bom
- ${camel-version}
+ ${camel-spring-boot-version}
pom
import