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 Feb 3, 2025
1 parent abce336 commit 5757db3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>4.4.0</version>
<version>4.5.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down Expand Up @@ -453,8 +453,8 @@
<requireJavaVersion>
<version>21</version>
</requireJavaVersion>
<DependencyConvergence />
<banDuplicatePomDependencyVersions />
<DependencyConvergence/>
<banDuplicatePomDependencyVersions/>
</rules>
<fail>true</fail>
</configuration>
Expand Down

0 comments on commit 5757db3

Please sign in to comment.