Skip to content

Commit 53bc4e0

Browse files
Replace dependency org.slf4j:slf4j-log4j12 with org.slf4j:slf4j-reload4j
1 parent 3e60c70 commit 53bc4e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ SOFTWARE.
8787
</dependency>
8888
<dependency>
8989
<groupId>org.slf4j</groupId>
90-
<artifactId>slf4j-log4j12</artifactId>
91-
<version>2.0.17</version>
90+
<artifactId>slf4j-reload4j</artifactId>
91+
<version>2.0.18</version>
9292
<scope>runtime</scope>
9393
</dependency>
9494
<dependency>

0 commit comments

Comments
 (0)