Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Mar 14, 2024
1 parent fb9d3c9 commit fdf2c7b
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 @@ -16,7 +16,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<spring-boot.version>2.7.16</spring-boot.version>
<spring-boot.version>3.1.9</spring-boot.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-io.version>2.11.0</commons-io.version>
<httpclient.version>4.5.13</httpclient.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 fdf2c7b

Please sign in to comment.