Skip to content

Commit 99967dd

Browse files
committed
Upgrade to log4j-core 2.11.0 #1210
1 parent c54ced1 commit 99967dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<dependency>
185185
<groupId>org.apache.logging.log4j</groupId>
186186
<artifactId>log4j-core</artifactId>
187-
<version>2.5</version> <!-- 2.6+ occurred a compile error on Log4j2AbstractLoggerImpl (This compile error will resolve on other issue) -->
187+
<version>2.11.0</version>
188188
<optional>true</optional>
189189
</dependency>
190190
<dependency>

0 commit comments

Comments
 (0)