Skip to content

Commit 30dc177

Browse files
committed
fix: xmppserver/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMMONSIO-8161190
1 parent a8f983f commit 30dc177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmppserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
<dependency>
424424
<groupId>commons-fileupload</groupId>
425425
<artifactId>commons-fileupload</artifactId>
426-
<version>1.5</version>
426+
<version>1.6.0</version>
427427
</dependency>
428428
<dependency>
429429
<groupId>org.directwebremoting</groupId>

0 commit comments

Comments
 (0)