Skip to content

Commit 04f6b82

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-7569538
1 parent 29826cd commit 04f6b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<dependency>
2020
<groupId>com.fasterxml.jackson.core</groupId>
2121
<artifactId>jackson-core</artifactId>
22-
<version>2.9.9</version>
22+
<version>2.15.0</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.fasterxml.jackson.core</groupId>
2626
<artifactId>jackson-databind</artifactId>
27-
<version>2.9.9</version>
27+
<version>2.15.0</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.jetbrains</groupId>

0 commit comments

Comments
 (0)