Skip to content

Commit 1165633

Browse files
Replace dependency org.slf4j:slf4j-log4j12 with org.slf4j:slf4j-reload4j
1 parent 174c3a0 commit 1165633

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
@@ -202,8 +202,8 @@
202202
</dependency>
203203
<dependency>
204204
<groupId>org.slf4j</groupId>
205-
<artifactId>slf4j-log4j12</artifactId>
206-
<version>2.0.12</version>
205+
<artifactId>slf4j-reload4j</artifactId>
206+
<version>2.0.17</version>
207207
<scope>runtime</scope>
208208
</dependency>
209209
<dependency>

0 commit comments

Comments
 (0)