summaryrefslogtreecommitdiffstats
path: root/springboot/springboot25
diff options
context:
space:
mode:
authorJohnKeeney <john.keeney@est.tech>2022-04-29 17:59:14 +0100
committerJohnKeeney <john.keeney@est.tech>2022-04-29 17:59:21 +0100
commit386549759ed349d266a6310bb590070dd272e9f3 (patch)
treeab79c83af9ce1f1b0ec20d61a80c0b9e31d7b906 /springboot/springboot25
parentf92791e93169b3318694509af609a8b8b535781a (diff)
Update Spring 3PP versions
To address Security Issue CVE-2022-22965 https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement Change-Id: Id719b9dc33d774b0d6516cc63ab7830d45deb27a Signed-off-by: JohnKeeney <john.keeney@est.tech> Issue-ID: CCSDK-3629
Diffstat (limited to 'springboot/springboot25')
-rw-r--r--springboot/springboot25/pom.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/springboot/springboot25/pom.xml b/springboot/springboot25/pom.xml
index ddd3db75..d7e828da 100644
--- a/springboot/springboot25/pom.xml
+++ b/springboot/springboot25/pom.xml
@@ -2,9 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <!-- PLEASE READ !!!!! This file is generated from ccsdk/parent/springboot/spring-boot-setup/src/main/template/pom-template.xml
- Any updates needed should be made to that template and not to the generated
- pom.xml file -->
+ <!-- PLEASE READ !!!!! This file was originally generated from ccsdk/parent/springboot/spring-boot-setup/src/main/template/pom-template.xml -->
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
@@ -18,7 +16,7 @@
<packaging>pom</packaging>
<name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
- <description>Root POM to be used in place of spring-boot parent for CCSDK based projects</description>
+ <description>Root POM to be used in place of spring-boot parent for CCSDK based projects (Spring-boot 2.5)</description>
<url>http://wiki.onap.org</url>
<organization>
<name>ONAP</name>
@@ -1087,4 +1085,4 @@
</profile>
<!-- End of profiles from ONAP oparent -->
</profiles>
-</project>
+</project> \ No newline at end of file