aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authoryashwanth03 <gandhapu.yashwanth@wipro.com>2021-02-09 02:14:08 -0800
committeryashwanth03 <gandhapu.yashwanth@wipro.com>2021-02-09 02:14:08 -0800
commita65f0af2b468a04916f83df1088394aa5d08135f (patch)
treea282bb832538a4454109d7a9a9ab8e095245548b /pom.xml
parent59a907e57da2ef13f3d967803a97317d80823f48 (diff)
Fix Security Vulnerablities2.3.1
Issue-ID: OPTFRA-905 Signed-off-by: yashwanth03 <gandhapu.yashwanth@wipro.com> Change-Id: Ic618bb0261def69d763354ac99968541926fb240
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b7230cb..d8dcb2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
<groupId>org.onap.optf.cmso</groupId>
<artifactId>cmso</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>optf-cmso</name>
@@ -62,7 +62,7 @@
<java.version>11</java.version>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
- <spring.version>5.2.4.RELEASE</spring.version>
+ <spring.version>5.2.10.RELEASE</spring.version>
<spring.boot.version>2.2.5.RELEASE</spring.boot.version>
<quartz.version>2.3.2</quartz.version>
<release-tag>Dublin</release-tag>