Skip to content

Commit 725a39b

Browse files
snyk-botvelo
authored andcommitted
fix: pom.xml & jackson-jaxb/pom.xml to reduce vulnerabilities (OpenFeign#975)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-174736
1 parent f1a7d90 commit 725a39b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jackson-jaxb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.jaxrs</groupId>
5454
<artifactId>jackson-jaxrs-json-provider</artifactId>
55-
<version>2.6.4</version>
55+
<version>2.9.9</version>
5656
</dependency>
5757

5858
<!-- RuntimeDelegateImpl -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<bouncy.version>1.60</bouncy.version>
7373

7474
<junit.version>4.12</junit.version>
75-
<jackson.version>2.9.8</jackson.version>
75+
<jackson.version>2.9.9</jackson.version>
7676
<assertj.version>3.10.0</assertj.version>
7777

7878
<animal-sniffer-maven-plugin.version>1.17</animal-sniffer-maven-plugin.version>

0 commit comments

Comments
 (0)