Skip to content

Commit 304eda7

Browse files
committed
fix: xmppserver/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-10734078
1 parent b22fced commit 304eda7

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
@@ -392,7 +392,7 @@
392392
<dependency>
393393
<groupId>org.apache.commons</groupId>
394394
<artifactId>commons-text</artifactId>
395-
<version>1.10.0</version>
395+
<version>1.14.0</version>
396396
</dependency>
397397
<dependency>
398398
<groupId>commons-codec</groupId>

0 commit comments

Comments
 (0)