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-ORGSPRINGFRAMEWORK-7687447
  • Loading branch information
snyk-io[bot] authored Aug 22, 2024
1 parent 58db85e commit 96bcc94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<httpcomponents.version>4.5.14</httpcomponents.version>
<jackson2.version>2.15.2</jackson2.version>
<modelmapper.version>3.1.1</modelmapper.version>
<spring.boot.version>2.7.14</spring.boot.version>
<spring.boot.version>3.2.9</spring.boot.version>
<spring.version>5.3.29</spring.version>
<spring.security.version>5.7.10</spring.security.version>
<circe.version>0.13.0</circe.version>
Expand Down Expand Up @@ -642,8 +642,7 @@ vcsRevision=${revision}
buildTtime=${maven.build.timestamp}
]]>
</echo>
<loadfile property="buildversiontxt"
srcFile="${project.build.outputDirectory}/static/buildversion.txt"/>
<loadfile property="buildversiontxt" srcFile="${project.build.outputDirectory}/static/buildversion.txt"/>
<echo message="${buildversiontxt}"/>
<echo file="target/mavenversion.txt">${project.version}</echo>
</target>
Expand Down

0 comments on commit 96bcc94

Please sign in to comment.