Skip to content

Commit

Permalink
Fixed issue #39 updated the log4J library
Browse files Browse the repository at this point in the history
  • Loading branch information
baubakg committed Dec 16, 2021
1 parent d0ddd93 commit 82e0924
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ AssertLogData.assertLogContains(List<String> in_filePathList, ParseDefinition in
`AssertLogData.assertLogContains(List<String>, 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
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.2</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.13.2</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down

0 comments on commit 82e0924

Please sign in to comment.