Skip to content

Commit 54bbbd9

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<maven.compiler.target>11</maven.compiler.target>
1919
<spring-boot.version>2.7.16</spring-boot.version>
2020
<commons-beanutils.version>1.9.4</commons-beanutils.version>
21-
<commons-io.version>2.11.0</commons-io.version>
21+
<commons-io.version>2.14.0</commons-io.version>
2222
<httpclient.version>4.5.13</httpclient.version>
2323
<jjwt.version>0.9.1</jjwt.version>
2424
<spring-security-test.version>5.8.7</spring-security-test.version>
@@ -326,8 +326,8 @@
326326
<artifactId>properties-maven-plugin</artifactId>
327327
<version>1.0.0</version>
328328
<configuration>
329-
<outputFile />
330-
<properties />
329+
<outputFile/>
330+
<properties/>
331331
<files>
332332
<file>${ext.prop.dir}/application.properties</file>
333333
</files>

0 commit comments

Comments
 (0)