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-COMFASTERXMLJACKSONCORE-2421244
This commit is contained in:
parent
20b04372d2
commit
672a128ecd
2
pom.xml
2
pom.xml
|
@ -74,7 +74,7 @@
|
|||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<buildNumber>${user.name}-${maven.build.timestamp}</buildNumber>
|
||||
|
||||
<jackson.version>2.12.6</jackson.version>
|
||||
<jackson.version>2.13.0</jackson.version>
|
||||
<orgjson.version>20180130</orgjson.version>
|
||||
<gson.version>2.8.9</gson.version>
|
||||
|
||||
|
|
Loading…
Reference in New Issue