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-COMGOOGLECODEGSON-1730327
  • Loading branch information
snyk-bot committed Nov 3, 2021
1 parent b078865 commit 9db8ebd
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 @@ -30,7 +30,7 @@

<java.version>1.8</java.version>

<gson.version>2.8.8</gson.version>
<gson.version>2.8.9</gson.version>
<log4j.version>1.2.17</log4j.version>
<junit.jupiter.version>5.5.1</junit.jupiter.version>
<jacoco.version>0.8.4</jacoco.version>
Expand Down

0 comments on commit 9db8ebd

Please sign in to comment.