Skip to content

Commit

Permalink
fix: pom.xml & jackson-jaxb/pom.xml to reduce vulnerabilities (OpenFe…
Browse files Browse the repository at this point in the history
…ign#975)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-174736
  • Loading branch information
snyk-bot authored and velo committed Jun 30, 2019
1 parent f1a7d90 commit 725a39b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jackson-jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>2.6.4</version>
<version>2.9.9</version>
</dependency>

<!-- RuntimeDelegateImpl -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<bouncy.version>1.60</bouncy.version>

<junit.version>4.12</junit.version>
<jackson.version>2.9.8</jackson.version>
<jackson.version>2.9.9</jackson.version>
<assertj.version>3.10.0</assertj.version>

<animal-sniffer-maven-plugin.version>1.17</animal-sniffer-maven-plugin.version>
Expand Down

0 comments on commit 725a39b

Please sign in to comment.