Skip to content

Commit 60ff22a

Browse files
Replace dependency org.slf4j:slf4j-log4j12 with org.slf4j:slf4j-reload4j
1 parent cc20cab commit 60ff22a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

review-microshed-testing/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
</dependency>
5252
<dependency>
5353
<groupId>org.slf4j</groupId>
54-
<artifactId>slf4j-log4j12</artifactId>
55-
<version>1.7.36</version>
54+
<artifactId>slf4j-reload4j</artifactId>
55+
<version>2.0.17</version>
5656
<scope>test</scope>
5757
</dependency>
5858
<dependency>

0 commit comments

Comments
 (0)