Skip to content

Commit 11ac81d

Browse files
committed
Fixed issue #39 updated log4J to 2.16
1 parent 6ac12be commit 11ac81d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ AssertLogData.assertLogContains(List<String> in_filePathList, ParseDefinition in
158158

159159
## Release Notes
160160
- 1.0.6
161-
- #39 updated the log4J library to 2.15.0 to avoid the PSIRT vulnerability
161+
- #39 updated the log4J library to 2.16.0 to avoid the PSIRT vulnerability
162162
- #38 Resolved some issues with HashCode
163163
- #37 Upgraded the build to Java11
164164
- #34 Activated sonar in the build process

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
<dependency>
320320
<groupId>org.apache.logging.log4j</groupId>
321321
<artifactId>log4j-api</artifactId>
322-
<version>2.15.0</version>
322+
<version>2.16.0</version>
323323
</dependency>
324324
<dependency>
325325
<groupId>commons-lang</groupId>

0 commit comments

Comments
 (0)