diff options
author | Eran (ev672n), Vosk <ev672n@att.com> | 2018-10-17 14:36:59 +0300 |
---|---|---|
committer | Michael Lando <michael.lando@intl.att.com> | 2018-10-17 12:35:58 +0000 |
commit | 2314222fd66842347cd682e0a9b89c9e1f3c3df8 (patch) | |
tree | e0033d8478aeec1c97761f1d015b40ec6afccba0 /pom.xml | |
parent | 6dbfbde3a30d2e61fc6b7dbefc81501e1fa42fd7 (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.xml | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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> |