Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff005ef

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2421244
1 parent 9a5d2f4 commit ff005ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>com.fasterxml.jackson.core</groupId>
9797
<artifactId>jackson-databind</artifactId>
98-
<version>2.10.5.1</version>
98+
<version>2.13.2</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>com.googlecode.json-simple</groupId>

0 commit comments

Comments
 (0)