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 Nov 19, 2024
1 parent b966f5d commit d95344f
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 @@ -28,7 +28,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.11</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 All @@ -52,7 +52,7 @@
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client</artifactId>
<version>2.12.3</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
Expand Down Expand Up @@ -653,8 +653,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 d95344f

Please sign in to comment.