Skip to content

Commit fef3963

Browse files
SLF4J Dependency Updates (#641)
Exluding from Antisamy as transitive Updating to 1.7.32
1 parent b6020d5 commit fef3963

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,12 +244,16 @@
244244
<groupId>commons-io</groupId>
245245
<artifactId>commons-io</artifactId>
246246
</exclusion>
247+
<exclusion>
248+
<groupId>org.slf4j</groupId>
249+
<artifactId>slf4j-api</artifactId>
250+
</exclusion>
247251
</exclusions>
248252
</dependency>
249253
<dependency>
250254
<groupId>org.slf4j</groupId>
251255
<artifactId>slf4j-api</artifactId>
252-
<version>1.7.31</version>
256+
<version>1.7.32</version>
253257
</dependency>
254258
<dependency>
255259
<groupId>xml-apis</groupId>

0 commit comments

Comments
 (0)