Skip to content

Commit 8806560

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-ORGAPACHEPDFBOX-1304912 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEPDFBOX-1304913
1 parent ce6a772 commit 8806560

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
@@ -303,7 +303,7 @@
303303
<properties>
304304
<maven.compiler.source>1.8</maven.compiler.source>
305305
<maven.compiler.target>1.8</maven.compiler.target>
306-
<pdfbox.version>2.0.16</pdfbox.version>
306+
<pdfbox.version>2.0.24</pdfbox.version>
307307
<jacoco.version>0.7.9</jacoco.version>
308308
<jacoco.outputDir>${project.basedir}/target/jacoco.exec</jacoco.outputDir>
309309
</properties>

0 commit comments

Comments
 (0)