Upgrade spring boot to 2.5.7 62/127462/2
authorBruno Sakoto <bruno.sakoto@bell.ca>
Thu, 3 Mar 2022 03:54:09 +0000 (22:54 -0500)
committerBruno Sakoto <bruno.sakoto@bell.ca>
Thu, 3 Mar 2022 04:07:15 +0000 (04:07 +0000)
This updates spring-web dependency to 5.3.13 as recommended by SECCOM

See also https://wiki.onap.org/display/SV/Jakarta+CPS

Issue-ID: CPS-815
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: I2efed8e06264471eeea04e1bd95f61e12a488df7

pom.xml

diff --git a/pom.xml b/pom.xml
index 18fb936..a076fe1 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
             <dependency>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-dependencies</artifactId>
-                <version>2.5.5</version>
+                <version>2.5.7</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>