summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEran (ev672n), Vosk <ev672n@att.com>2018-10-17 14:36:59 +0300
committerMichael Lando <michael.lando@intl.att.com>2018-10-17 12:35:58 +0000
commit2314222fd66842347cd682e0a9b89c9e1f3c3df8 (patch)
treee0033d8478aeec1c97761f1d015b40ec6afccba0 /pom.xml
parent6dbfbde3a30d2e61fc6b7dbefc81501e1fa42fd7 (diff)
security check issues
run-clm updating spring version, using security check issues Change-Id: I42ca555a39cf3fce9a6b0594ccfb930f163bfe7e Issue-ID: SDC-1829 Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index ea6c0bb..55da12c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,11 +30,6 @@
<version>5.0.9.RELEASE</version>
</dependency>
<dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.17</version>
- </dependency>
- <dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.3</version>
@@ -78,13 +73,13 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.7.10</version>
+ <version>1.7.25</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
- <version>1.7.10</version>
+ <version>1.7.25</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>