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-ORGYAML-3152153
  • Loading branch information
snyk-bot committed Nov 23, 2023
1 parent 416861b commit b96a346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<fasterxml.jackson.version>2.15.3</fasterxml.jackson.version>
<springboot.version>3.0.12</springboot.version>
<springboot.version>3.1.6</springboot.version>
</properties>

<distributionManagement>
Expand Down

0 comments on commit b96a346

Please sign in to comment.