diff options
author | yashwanth03 <gandhapu.yashwanth@wipro.com> | 2021-02-09 02:14:08 -0800 |
---|---|---|
committer | yashwanth03 <gandhapu.yashwanth@wipro.com> | 2021-02-09 02:14:08 -0800 |
commit | a65f0af2b468a04916f83df1088394aa5d08135f (patch) | |
tree | a282bb832538a4454109d7a9a9ab8e095245548b | |
parent | 59a907e57da2ef13f3d967803a97317d80823f48 (diff) |
Fix Security Vulnerablities2.3.1
Issue-ID: OPTFRA-905
Signed-off-by: yashwanth03 <gandhapu.yashwanth@wipro.com>
Change-Id: Ic618bb0261def69d763354ac99968541926fb240
-rw-r--r-- | cmso-database/pom.xml | 2 | ||||
-rw-r--r-- | cmso-logger/pom.xml | 2 | ||||
-rw-r--r-- | cmso-optimizer/pom.xml | 4 | ||||
-rw-r--r-- | cmso-robot/pom.xml | 4 | ||||
-rw-r--r-- | cmso-service/pom.xml | 2 | ||||
-rw-r--r-- | cmso-sonar/pom.xml | 4 | ||||
-rw-r--r-- | cmso-ticketmgt/pom.xml | 2 | ||||
-rw-r--r-- | cmso-topology/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
10 files changed, 14 insertions, 14 deletions
diff --git a/cmso-database/pom.xml b/cmso-database/pom.xml index e309c3a..c576d1f 100644 --- a/cmso-database/pom.xml +++ b/cmso-database/pom.xml @@ -36,7 +36,7 @@ <parent>
<groupId>org.onap.optf.cmso</groupId>
<artifactId>cmso</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.optf.cmso</groupId>
diff --git a/cmso-logger/pom.xml b/cmso-logger/pom.xml index 5f3ca0a..0079f6f 100644 --- a/cmso-logger/pom.xml +++ b/cmso-logger/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>cmso</artifactId> <groupId>org.onap.optf.cmso</groupId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/cmso-optimizer/pom.xml b/cmso-optimizer/pom.xml index 97fa3b4..32a5546 100644 --- a/cmso-optimizer/pom.xml +++ b/cmso-optimizer/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.onap.optf.cmso</groupId> <artifactId>cmso</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.1-SNAPSHOT</version> </parent> <groupId>org.onap.optf.cmso.optimizer</groupId> @@ -119,7 +119,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.6</version> + <version>2.8.0</version> </dependency> <dependency> <groupId>org.springframework</groupId> diff --git a/cmso-robot/pom.xml b/cmso-robot/pom.xml index d98f29b..b9a06bd 100644 --- a/cmso-robot/pom.xml +++ b/cmso-robot/pom.xml @@ -24,7 +24,7 @@ <parent>
<groupId>org.onap.optf.cmso</groupId>
<artifactId>cmso</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.optf.cmso</groupId>
@@ -50,7 +50,7 @@ <dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.6</version>
+ <version>2.8.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
diff --git a/cmso-service/pom.xml b/cmso-service/pom.xml index 6ec9de6..37be396 100644 --- a/cmso-service/pom.xml +++ b/cmso-service/pom.xml @@ -30,7 +30,7 @@ <parent>
<groupId>org.onap.optf.cmso</groupId>
<artifactId>cmso</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.optf.cmso.service</groupId>
diff --git a/cmso-sonar/pom.xml b/cmso-sonar/pom.xml index 13f8ae1..6a925de 100644 --- a/cmso-sonar/pom.xml +++ b/cmso-sonar/pom.xml @@ -24,7 +24,7 @@ <parent>
<groupId>org.onap.optf.cmso</groupId>
<artifactId>cmso</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.optf.cmso.sonar</groupId>
@@ -53,7 +53,7 @@ <dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.6</version>
+ <version>2.8.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
diff --git a/cmso-ticketmgt/pom.xml b/cmso-ticketmgt/pom.xml index 5e144c1..e98e910 100644 --- a/cmso-ticketmgt/pom.xml +++ b/cmso-ticketmgt/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.onap.optf.cmso</groupId> <artifactId>cmso</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.1-SNAPSHOT</version> </parent> <groupId>org.onap.optf.cmso.ticketmgt</groupId> diff --git a/cmso-topology/pom.xml b/cmso-topology/pom.xml index c3e4437..9e8853f 100644 --- a/cmso-topology/pom.xml +++ b/cmso-topology/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.onap.optf.cmso</groupId> <artifactId>cmso</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.1-SNAPSHOT</version> </parent> <groupId>org.onap.optf.cmso.topology</groupId> @@ -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> diff --git a/version.properties b/version.properties index 088862d..c1a568d 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=2 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |