Skip to content

Commit 84b1dd6

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-10332631
1 parent c64155c commit 84b1dd6

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
@@ -10,7 +10,7 @@
1010
<dependency>
1111
<groupId>io.javalin</groupId>
1212
<artifactId>javalin-bundle</artifactId>
13-
<version>3.13.12</version>
13+
<version>5.0.0</version>
1414
</dependency>
1515
</dependencies>
1616

0 commit comments

Comments
 (0)