diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-06-19 11:31:44 +0800 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-06-19 11:34:05 +0800 |
commit | f86117b3a295188426c99399fae3749f66674e4e (patch) | |
tree | c61cd66fcd9af5510ea1d8653177e1d23679a7dd | |
parent | 8623ca6174b6d724d3d480f0bf54300f18460350 (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>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |