Skip to content

Commit 06ca9e6

Browse files
Replace dependency org.slf4j:slf4j-log4j12 with org.slf4j:slf4j-reload4j
1 parent cef7007 commit 06ca9e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ SOFTWARE.
8787
</dependency>
8888
<dependency>
8989
<groupId>org.slf4j</groupId>
90-
<artifactId>slf4j-log4j12</artifactId>
91-
<version>2.0.6</version>
90+
<artifactId>slf4j-reload4j</artifactId>
91+
<version>2.0.17</version>
9292
<scope>runtime</scope>
9393
</dependency>
9494
<dependency>

0 commit comments

Comments
 (0)