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-COMFASTERXMLJACKSONCORE-7569538
  • Loading branch information
snyk-bot committed Jul 27, 2024
1 parent ab74cef commit 24b6a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
</profile>
</profiles>
<properties>
<jackson.version>2.14.0</jackson.version>
<jackson.version>2.15.0</jackson.version>
<javadoc.plugin.version>3.3.1</javadoc.plugin.version>
<jjwt.version>0.11.2</jjwt.version>
<skip.tests>false</skip.tests>
Expand Down Expand Up @@ -463,7 +463,7 @@
</goals>
<configuration>
<rules>
<dependencyConvergence></dependencyConvergence>
<dependencyConvergence/>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 24b6a15

Please sign in to comment.