Skip to content

Commit

Permalink
fix(deps): replace dependency org.slf4j:slf4j-log4j12 with org.slf4j:…
Browse files Browse the repository at this point in the history
…slf4j-reload4j 2.0.16
  • Loading branch information
renovate[bot] authored Jan 30, 2025
1 parent aa6e338 commit 4ae7453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/it/file-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ SOFTWARE.
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<artifactId>slf4j-reload4j</artifactId>
<version>2.0.16</version>
<scope>runtime</scope>
</dependency>
Expand Down

0 comments on commit 4ae7453

Please sign in to comment.