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 Dec 28, 2024
1 parent 0f7ecc3 commit ab58ba0
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 @@ -316,7 +316,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.13</version>
<version>1.5.13</version>
</dependency>

<!-- Lukitaan transitiivisten riippuvuuksien versioita jotta enforcer-plugin ei valita -->
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 ab58ba0

Please sign in to comment.