Upgrade Spring Boot to version 2.2.2.RELEASE in spring-boot-dm too
diff --git a/platforms/spring-boot/spring-boot-dm/pom.xml b/platforms/spring-boot/spring-boot-dm/pom.xml
index 3123eb2..19f5249 100644
--- a/platforms/spring-boot/spring-boot-dm/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/pom.xml
@@ -39,7 +39,7 @@
 
     <properties>
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.2.1.RELEASE</spring-boot-version>
+        <spring-boot-version>2.2.2.RELEASE</spring-boot-version>
 
         <!-- The following dependencies should be aligned with the ones in standard camel parent -->
         <!-- Needed by BOM generator-->