Skip to content

Commit 082bf01

Browse files
Replace dependency org.slf4j:slf4j-log4j12 with org.slf4j:slf4j-reload4j (#67)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bd20b0b commit 082bf01

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

woody-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
</dependency>
5555
<dependency>
5656
<groupId>org.slf4j</groupId>
57-
<artifactId>slf4j-log4j12</artifactId>
58-
<version>1.7.36</version>
57+
<artifactId>slf4j-reload4j</artifactId>
58+
<version>2.0.17</version>
5959
<scope>test</scope>
6060
</dependency>
6161
</dependencies>

woody-thrift/pom.xml

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

0 commit comments

Comments
 (0)