Skip to content

Commit 7f65eb2

Browse files
authored
fix: pom.xml to reduce vulnerabilities (#1535)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLECODEGSON-1730327
1 parent f5469ca commit 7f65eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<okhttp3.version>4.9.2</okhttp3.version>
7878
<guava.version>30.1.1-jre</guava.version>
7979
<googlehttpclient.version>1.40.1</googlehttpclient.version>
80-
<gson.version>2.8.8</gson.version>
80+
<gson.version>2.8.9</gson.version>
8181
<slf4j.version>1.7.32</slf4j.version>
8282
<bouncy.version>1.69</bouncy.version>
8383
<json.version>20210307</json.version>

0 commit comments

Comments
 (0)