Skip to content

Commit af96f82

Browse files
committed
[pom] Move from log4j1 to reload4j
see https://reload4j.qos.ch/ for rational. This resolves current vulnerabilities with inclusion of support for log4j1 still and apache declined to reopen to fix anything with log4j1 so its now with slf4j/logback team.
1 parent f1cf03a commit af96f82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@
163163
<optional>true</optional>
164164
</dependency>
165165
<dependency>
166-
<groupId>log4j</groupId>
167-
<artifactId>log4j</artifactId>
168-
<version>1.2.17</version>
166+
<groupId>ch.qos.reload4j</groupId>
167+
<artifactId>reload4j</artifactId>
168+
<version>1.2.18.0</version>
169169
<optional>true</optional>
170170
</dependency>
171171
<dependency>

0 commit comments

Comments
 (0)