aboutsummaryrefslogtreecommitdiffstats
path: root/snmpmapper/pom.xml
diff options
context:
space:
mode:
authoramshegokar <AS00500801@techmahindra.com>2018-09-11 20:20:27 +0530
committeramshegokar <AS00500801@techmahindra.com>2018-09-11 20:20:27 +0530
commitf67bc2db9676c54192a019852594a29f33816534 (patch)
tree2d69c0e8997c691d774ae9b97a3460b0cc29392e /snmpmapper/pom.xml
parent1b2bb4255e73f7b2f98035724aa243b825b8162d (diff)
Security vulnerabilities identified in CLM scan
Mapper: security vulnerabilities identified in CLM scan Change-Id: I2b977e99e4ad6d1aae24e0d441da6002c28ab0ac Issue-ID: DCAEGEN2-769 Signed-off-by: amshegokar <AS00500801@techmahindra.com>
Diffstat (limited to 'snmpmapper/pom.xml')
-rw-r--r--snmpmapper/pom.xml22
1 files changed, 16 insertions, 6 deletions
diff --git a/snmpmapper/pom.xml b/snmpmapper/pom.xml
index 4306ae3..0180e6a 100644
--- a/snmpmapper/pom.xml
+++ b/snmpmapper/pom.xml
@@ -25,20 +25,20 @@
<dependencies>
<dependency>
- <groupId>org.springframework.webflow</groupId>
- <artifactId>spring-webflow</artifactId>
- <version>2.5.0.RELEASE</version>
-</dependency>
+ <groupId>org.springframework.webflow</groupId>
+ <artifactId>spring-webflow</artifactId>
+ <version>2.5.0.RELEASE</version>
+ </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
- <version>2.0.3.RELEASE</version>
+ <version>2.0.4.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
- <version>2.0.3.RELEASE</version>
+ <version>2.0.4.RELEASE</version>
</dependency>
<dependency>
@@ -53,6 +53,16 @@
<version>2.0.3.RELEASE</version>
</dependency>
<dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-core</artifactId>
+ <version>5.0.5.RELEASE</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-expression</artifactId>
+ <version>5.0.9.RELEASE</version>
+ </dependency>
+ <dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>