Upgrade to the latest springboot release 32/117132/1
authorRehanRaza <muhammad.rehan.raza@est.tech>
Tue, 26 Jan 2021 12:46:36 +0000 (13:46 +0100)
committerRehanRaza <muhammad.rehan.raza@est.tech>
Tue, 26 Jan 2021 12:46:48 +0000 (13:46 +0100)
Upgrade to 2.3.8.RELEASE to fix the security vulnerabilities.

Change-Id: I40c2702aca612f265cb4928f392ec4ec4f223aea
Issue-ID: CCSDK-3108
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
springboot/spring-boot-setup/src/main/properties/springboot2.properties
springboot/springboot2/pom.xml

index ab78499..3bd4976 100644 (file)
@@ -1,5 +1,5 @@
 springbootparent.artifactId=spring-boot-starter-parent
 springbootparent.groupId=org.springframework.boot
-springbootparent.version=2.3.5.RELEASE
+springbootparent.version=2.3.8.RELEASE
 springboot.project.artifactId=spring-boot-starter-parent
-spring.version=5.2.10.RELEASE
\ No newline at end of file
+spring.version=5.2.12.RELEASE
\ No newline at end of file
index 4dd867b..ec09892 100644 (file)
@@ -8,7 +8,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.3.5.RELEASE</version>
+        <version>2.3.8.RELEASE</version>
         <relativePath/>
     </parent>
 
         <ccsdk.sli.plugins.version>${ccsdk.sli.version}</ccsdk.sli.plugins.version>
 
         <!-- Spring versions -->
-        <spring.boot.version>2.3.5.RELEASE</spring.boot.version>
-        <spring.version>5.2.10.RELEASE</spring.version>
+        <spring.boot.version>2.3.8.RELEASE</spring.boot.version>
+        <spring.version>5.2.12.RELEASE</spring.version>
 
         <!-- Kotlin versions -->
         <kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>