Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities (#1535)
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 authored Nov 3, 2021
1 parent f5469ca commit 7f65eb2
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 @@ -77,7 +77,7 @@
<okhttp3.version>4.9.2</okhttp3.version>
<guava.version>30.1.1-jre</guava.version>
<googlehttpclient.version>1.40.1</googlehttpclient.version>
<gson.version>2.8.8</gson.version>
<gson.version>2.8.9</gson.version>
<slf4j.version>1.7.32</slf4j.version>
<bouncy.version>1.69</bouncy.version>
<json.version>20210307</json.version>
Expand Down

0 comments on commit 7f65eb2

Please sign in to comment.