Skip to content

Commit cee120b

Browse files
authored
Merge pull request #1384 from yegor256/renovate/org.slf4j-slf4j-log4j12-replacement
fix(deps): replace dependency org.slf4j:slf4j-log4j12 with org.slf4j:slf4j-reload4j 2.0.16
2 parents d0f60be + 4ae7453 commit cee120b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/it/file-manager/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ SOFTWARE.
7979
</dependency>
8080
<dependency>
8181
<groupId>org.slf4j</groupId>
82-
<artifactId>slf4j-log4j12</artifactId>
82+
<artifactId>slf4j-reload4j</artifactId>
8383
<version>2.0.16</version>
8484
<scope>runtime</scope>
8585
</dependency>

0 commit comments

Comments
 (0)