summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEran (ev672n), Vosk <ev672n@att.com>2018-10-16 17:33:49 +0300
committerEran (ev672n), Vosk <ev672n@att.com>2018-10-17 15:41:16 +0300
commit3fc94dd71339db72d60220add95b6b72c932abdb (patch)
treee6a3e0296f09f79be86ee76f9f3d40fcad97e8b2 /pom.xml
parent936253bccdcebe82ed06b55025087e96bbd35551 (diff)
security check issues
recheck eun-clm updating spring version, using security check issues Change-Id: Ic9eb249b70d4e32669fc6f1f4262b0fb91c0cd70 Issue-ID: SDC-1829 Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 9a816f3..4598d24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>1.5.9.RELEASE</version>
+ <version>2.0.5.RELEASE</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
@@ -40,6 +40,10 @@
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>log4j-over-slf4j</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>