summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-04-15 09:59:00 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-04-15 09:59:00 -0400
commit9dcd199fa355a3f3cd9e52c0b63aee01988301ed (patch)
treea1695e025ba6db4dcac66155def8cc0fc1829b4e
parent6e542836b47ad25da72789379e5932015b2dc23a (diff)
Upgrade to latest springboot versions
Update springboot parents to use latest version of springboot 1 and 2, to address security vulnerabilities. Change-Id: I3ce57c541900b928ee7b51e51a5a1ffbaa4d90c3 Issue-ID: CCSDK-1228 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rwxr-xr-xspringboot/springboot1/pom.xml2
-rwxr-xr-xspringboot/springboot2/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml
index 8dabd679..b8f644b3 100755
--- a/springboot/springboot1/pom.xml
+++ b/springboot/springboot1/pom.xml
@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>1.5.4.RELEASE</version>
+ <version>1.5.20.RELEASE</version>
<relativePath/>
</parent>
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml
index 397baf08..51aed331 100755
--- a/springboot/springboot2/pom.xml
+++ b/springboot/springboot2/pom.xml
@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.1.0.RELEASE</version>
+ <version>2.1.4.RELEASE</version>
<relativePath/>
</parent>