Skip to content

Commit 86b3f89

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1047324
1 parent 5475aa6 commit 86b3f89

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
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>io.jsonwebtoken</groupId>
7474
<artifactId>jjwt-jackson</artifactId>
75-
<version>0.10.7</version>
75+
<version>0.11.2</version>
7676
<scope>runtime</scope>
7777
</dependency>
7878
<dependency>

0 commit comments

Comments
 (0)