diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-13 12:58:32 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-13 12:58:41 -0400 |
commit | 5cf9644d075da38f2a0caa3645bbc0250b363595 (patch) | |
tree | 6bd09503e1956ed11a73691bbefc284e0ff33bc0 /LogParser/pom.xml | |
parent | eff3339eafcc4cb46b983ff1a7681ff8a4117d39 (diff) |
Upgrade log4j to clear security issue
Vulnerability id is CVE-2017-5645
Issue-ID: POLICY-507
Change-Id: Ifed6ae8991edfa1d0e9b8c38afe19f5b43cf0b46
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'LogParser/pom.xml')
-rw-r--r-- | LogParser/pom.xml | 2 |
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> |