Skip to content

Commit 986141f

Browse files
Replace dependency org.slf4j:slf4j-log4j12 with org.slf4j:slf4j-reload4j
1 parent b71d214 commit 986141f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117
</dependency>
118118
<dependency>
119119
<groupId>org.slf4j</groupId>
120-
<artifactId>slf4j-log4j12</artifactId>
121-
<version>2.0.16</version>
120+
<artifactId>slf4j-reload4j</artifactId>
121+
<version>2.0.17</version>
122122
<scope>test</scope>
123123
</dependency>
124124
<dependency>

0 commit comments

Comments
 (0)