aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Sakoto <bruno.sakoto@bell.ca>2022-03-02 22:54:09 -0500
committerBruno Sakoto <bruno.sakoto@bell.ca>2022-03-03 04:07:15 +0000
commit867906c056c122f1db17c143ad2be63f826c58b4 (patch)
tree939263dd9b352e8ba87e448775cb366493ae3915
parentc6d225ff95b5776041af8ca395f42a5547db2fef (diff)
Upgrade spring boot to 2.5.7
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
-rwxr-xr-xpom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 18fb936..a076fe1 100755
--- 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>