Skip to content

Commit d646b39

Browse files
authored
Merge pull request #2424 from hazendaz/master
[pom] Move from log4j1 to reload4j
2 parents f1cf03a + af96f82 commit d646b39

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)