Skip to content

Commit 65f75ed

Browse files
committed
fix: VM-Core/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-10734078
1 parent 2716211 commit 65f75ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VM-Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>org.apache.commons</groupId>
130130
<artifactId>commons-lang3</artifactId>
131-
<version>3.6</version>
131+
<version>3.18.0</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>org.apache.pdfbox</groupId>

0 commit comments

Comments
 (0)