Skip to content

Commit ab7dc30

Browse files
committed
Update to SLF4J 1.7.25
Fix gh-952
1 parent 75b6b13 commit ab7dc30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,13 @@
165165
<dependency>
166166
<groupId>org.slf4j</groupId>
167167
<artifactId>slf4j-api</artifactId>
168-
<version>1.7.24</version>
168+
<version>1.7.25</version>
169169
<optional>true</optional>
170170
</dependency>
171171
<dependency>
172172
<groupId>org.slf4j</groupId>
173173
<artifactId>slf4j-log4j12</artifactId>
174-
<version>1.7.24</version>
174+
<version>1.7.25</version>
175175
<optional>true</optional>
176176
</dependency>
177177
<dependency>

0 commit comments

Comments
 (0)