Upgrade to latest springboot release 22/111922/2
authorDan Timoney <dtimoney@att.com>
Mon, 31 Aug 2020 20:03:12 +0000 (16:03 -0400)
committerDan Timoney <dtimoney@att.com>
Tue, 1 Sep 2020 14:55:11 +0000 (10:55 -0400)
Upgrade to latest springboot release (2.3.3.RELEASE)

Change-Id: I2aabcc0f258912f79ea6334ebec0ab342a2b066f
Issue-ID: CCSDK-2633
Signed-off-by: Dan Timoney <dtimoney@att.com>
springboot/spring-boot-setup/src/main/properties/springboot2.properties
springboot/springboot2/pom.xml

index 68a672b..15dca1b 100644 (file)
@@ -1,5 +1,5 @@
 springbootparent.artifactId=spring-boot-starter-parent
 springbootparent.groupId=org.springframework.boot
-springbootparent.version=2.2.4.RELEASE
+springbootparent.version=2.3.3.RELEASE
 springboot.project.artifactId=spring-boot-starter-parent
-spring.version=5.2.3.RELEASE
\ No newline at end of file
+spring.version=5.2.8.RELEASE
\ No newline at end of file
index b628f4a..dfd87f8 100644 (file)
@@ -8,7 +8,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.2.4.RELEASE</version>
+        <version>2.3.3.RELEASE</version>
         <relativePath/>
     </parent>
 
         <ccsdk.distribution.version>1.0.0-SNAPSHOT</ccsdk.distribution.version>
 
         <!-- Spring versions -->
-        <spring.boot.version>2.2.4.RELEASE</spring.boot.version>
-        <spring.version>5.2.3.RELEASE</spring.version>
+        <spring.boot.version>2.3.3.RELEASE</spring.boot.version>
+        <spring.version>5.2.8.RELEASE</spring.version>
 
         <!-- Kotlin versions -->
         <kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>