From 82e0924ddc7e6b44e8697325359e089b240f5b7f Mon Sep 17 00:00:00 2001 From: Baubak Gandomi Date: Thu, 16 Dec 2021 10:11:31 +0100 Subject: [PATCH] Fixed issue #39 updated the log4J library --- README.md | 5 +++++ pom.xml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a95ac8a..f7d5f80 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,11 @@ AssertLogData.assertLogContains(List in_filePathList, ParseDefinition in `AssertLogData.assertLogContains(List, ParseDefinition, String, String)` allows you to perform an assertion directly on a file. ## Release Notes +- 1.0.6 + - #39 updated the log4J library to 2.15.0 to avoid the PSIRT vulnerability + - #38 Resolved some issues with HashCode + - #37 Upgraded the build to Java11 + - #34 Activated sonar in the build process - 1.0.5 - #23 Added the searchEntries, and the isEntryPresent methods. - #20 Adding log data assertions diff --git a/pom.xml b/pom.xml index c2ee6e2..086b6cc 100644 --- a/pom.xml +++ b/pom.xml @@ -314,12 +314,12 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.15.0 org.apache.logging.log4j log4j-api - 2.13.2 + 2.15.0 commons-lang