Skip to content

Commit a67254b

Browse files
Replace dependency org.slf4j:slf4j-log4j12 with org.slf4j:slf4j-reload4j
1 parent 1c4ae8f commit a67254b

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
@@ -101,8 +101,8 @@
101101

102102
<dependency>
103103
<groupId>org.slf4j</groupId>
104-
<artifactId>slf4j-log4j12</artifactId>
105-
<version>2.0.13</version>
104+
<artifactId>slf4j-reload4j</artifactId>
105+
<version>2.0.17</version>
106106
<scope>test</scope>
107107
</dependency>
108108
</dependencies>

0 commit comments

Comments
 (0)