Skip to content

Commit

Permalink
Fixed issue #39 updated log4J to 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
baubakg committed Dec 16, 2021
1 parent 6ac12be commit 11ac81d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ AssertLogData.assertLogContains(List<String> in_filePathList, ParseDefinition in

## Release Notes
- 1.0.6
- #39 updated the log4J library to 2.15.0 to avoid the PSIRT vulnerability
- #39 updated the log4J library to 2.16.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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.15.0</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down

0 comments on commit 11ac81d

Please sign in to comment.