aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@ericsson.com>2018-06-19 11:31:44 +0800
committerliamfallon <liam.fallon@ericsson.com>2018-06-19 11:34:05 +0800
commitf86117b3a295188426c99399fae3749f66674e4e (patch)
treec61cd66fcd9af5510ea1d8653177e1d23679a7dd /pom.xml
parent8623ca6174b6d724d3d480f0bf54300f18460350 (diff)
Fix security vul'y in slf4j-ext
sjf4j-ext version 1.7.25 has security vulnerabilities. Changed to version 1.8.0-beta2 as recommended here: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8088 Issue-ID: POLICY-905 Signed-off-by: liamfallon <liam.fallon@ericsson.com> Change-Id: I5df02a40240c62a7fe5768cff2de9d3b57ba7603 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index aa84f2448..5f4476f14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-ext</artifactId>
- <version>1.7.25</version>
+ <version>1.8.0-beta2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@@ -141,4 +141,4 @@
<module>services</module>
<module>plugins</module>
</modules>
-</project> \ No newline at end of file
+</project>