mirror of https://github.com/jwtk/jjwt.git
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLECODEGSON-1730327
This commit is contained in:
parent
3e6c9e978c
commit
20cad15aea
2
pom.xml
2
pom.xml
|
@ -76,7 +76,7 @@
|
||||||
|
|
||||||
<jackson.version>2.12.5</jackson.version>
|
<jackson.version>2.12.5</jackson.version>
|
||||||
<orgjson.version>20180130</orgjson.version>
|
<orgjson.version>20180130</orgjson.version>
|
||||||
<gson.version>2.8.8</gson.version>
|
<gson.version>2.8.9</gson.version>
|
||||||
|
|
||||||
<!-- Optional Runtime Dependencies: -->
|
<!-- Optional Runtime Dependencies: -->
|
||||||
<bouncycastle.version>1.60</bouncycastle.version>
|
<bouncycastle.version>1.60</bouncycastle.version>
|
||||||
|
|
Loading…
Reference in New Issue