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-ORGSPRINGFRAMEWORK-2330878
  • Loading branch information
snyk-bot committed Jan 7, 2022
1 parent 7014fe3 commit ddf6ec0
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 @@ -64,7 +64,7 @@
<coveralls>${skipCoveralls}</coveralls>

<testng>7.4.0</testng>
<spring>5.3.13</spring>
<spring>5.3.14</spring>
<querydsl>5.0.0</querydsl>
</properties>

Expand Down Expand Up @@ -177,7 +177,7 @@
<requireJavaVersion>
<version>${java.version}</version>
</requireJavaVersion>
<DependencyConvergence />
<DependencyConvergence/>
</rules>
<fail>true</fail>
</configuration>
Expand Down

0 comments on commit ddf6ec0

Please sign in to comment.