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-io[bot] authored Sep 20, 2024
1 parent 0f7ecc3 commit 0ef60d4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<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.10</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 0ef60d4

Please sign in to comment.