summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-03-13 21:23:41 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-13 21:23:41 +0000
commit6dcce8e82caac6b7795ea949f70a21588641fb79 (patch)
tree084139bc29828d935802040e84f1a7f5a2b4a840
parente4108d603d054de1de1b9d38109181b32b31bbb9 (diff)
parent5cf9644d075da38f2a0caa3645bbc0250b363595 (diff)
Merge "Upgrade log4j to clear security issue"
-rw-r--r--LogParser/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/LogParser/pom.xml b/LogParser/pom.xml
index db47245b6..b7f3f1e65 100644
--- a/LogParser/pom.xml
+++ b/LogParser/pom.xml
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>2.4</version>
+ <version>2.8.2</version>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>