Skip to content

Commit 9a5cf28

Browse files
authored
fix: vboard-ws/pom.xml to reduce vulnerabilities (#142)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGJDOM-1309669
1 parent a3053a8 commit 9a5cf28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vboard-ws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
<dependency>
278278
<groupId>com.rometools</groupId>
279279
<artifactId>rome</artifactId>
280-
<version>1.7.0</version>
280+
<version>1.14.0</version>
281281
</dependency>
282282
<!-- FindBugs annotations -->
283283
<dependency>

0 commit comments

Comments
 (0)