Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMMONSIO-8161190
  • Loading branch information
snyk-bot committed Oct 4, 2024
1 parent fb9d3c9 commit 54bbbd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<maven.compiler.target>11</maven.compiler.target>
<spring-boot.version>2.7.16</spring-boot.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-io.version>2.11.0</commons-io.version>
<commons-io.version>2.14.0</commons-io.version>
<httpclient.version>4.5.13</httpclient.version>
<jjwt.version>0.9.1</jjwt.version>
<spring-security-test.version>5.8.7</spring-security-test.version>
Expand Down Expand Up @@ -326,8 +326,8 @@
<artifactId>properties-maven-plugin</artifactId>
<version>1.0.0</version>
<configuration>
<outputFile />
<properties />
<outputFile/>
<properties/>
<files>
<file>${ext.prop.dir}/application.properties</file>
</files>
Expand Down

0 comments on commit 54bbbd9

Please sign in to comment.