aboutsummaryrefslogtreecommitdiffstats
path: root/UniversalVesAdapter/pom.xml
diff options
context:
space:
mode:
authoramshegokar <AS00500801@techmahindra.com>2018-12-04 19:08:07 +0530
committeramshegokar <AS00500801@techmahindra.com>2018-12-04 19:08:07 +0530
commitc6e3dfdef17845a3e8655bc1ce69068c50b1d522 (patch)
tree7f5a6887da5308513150886871ef8054aee7d73a /UniversalVesAdapter/pom.xml
parent4a8d434d9082f7c3eeeafa2fef2aa70223a64db3 (diff)
Address critical vulnerability for Mapper
added Recommended version Change-Id: I69f311ce424ca500d113342b293bce8558a761cc Issue-ID: DCAEGEN2-871 Signed-off-by: amshegokar <AS00500801@techmahindra.com>
Diffstat (limited to 'UniversalVesAdapter/pom.xml')
-rw-r--r--UniversalVesAdapter/pom.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/UniversalVesAdapter/pom.xml b/UniversalVesAdapter/pom.xml
index fd0c79a..64b43fd 100644
--- a/UniversalVesAdapter/pom.xml
+++ b/UniversalVesAdapter/pom.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+ <?xml version="1.0" encoding="UTF-8"?>
<!-- * ============LICENSE_START=======================================================
* ONAP : DCAEGEN2/services/mapper * ================================================================================
* Copyright 2018 TechMahindra *=================================================================================
@@ -116,28 +116,28 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.2.4</version>
+ <version>42.2.5</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
- <version>5.0.7.RELEASE</version>
+ <version>5.1.3.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
- <version>2.0.4.RELEASE</version>
+ <version>2.1.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
- <version>2.0.3.RELEASE</version>
+ <version>2.1.1.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
- <version>2.0.8.RELEASE</version>
+ <version>2.1.3.RELEASE</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
<dependency>
@@ -210,7 +210,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
- <version>2.0.4.RELEASE</version>
+ <version>2.1.1.RELEASE</version>
</dependency>
</dependencies>
@@ -346,7 +346,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
- <version>2.0.0.RELEASE</version>
+ <version>2.1.1.RELEASE</version>
<executions>
<execution>
<goals>