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-ORGSPRINGFRAMEWORKSECURITY-8309135
  • Loading branch information
snyk-io[bot] authored Oct 31, 2024
1 parent 0f7ecc3 commit c4449e3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
<properties>
<jackson.version>2.15.2</jackson.version>
<spring.version>5.3.29</spring.version>
<spring.security.version>5.7.10</spring.security.version>
<spring.security.version>5.7.13</spring.security.version>
<surefire.plugin.version>3.1.2</surefire.plugin.version>
<swagger.version>1.6.11</swagger.version>
<valintalaskenta.version>6.0.1-SNAPSHOT</valintalaskenta.version>
<valintaperusteet-api.version>5.18-SNAPSHOT</valintaperusteet-api.version>
<hibernate.version>6.2.4.Final</hibernate.version>
<spring.boot.version>2.7.14</spring.boot.version>
<spring.boot.version>3.2.11</spring.boot.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -624,8 +624,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 Expand Up @@ -657,7 +656,7 @@ buildTtime=${maven.build.timestamp}
<requireJavaVersion>
<version>17</version>
</requireJavaVersion>
<dependencyConvergence />
<dependencyConvergence/>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit c4449e3

Please sign in to comment.