Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Fix jackson cve (#554)
Browse files Browse the repository at this point in the history
* Upgrade jackson to 2.10.5
  • Loading branch information
yujias0706 committed Jan 30, 2021
1 parent c037e71 commit 53e5dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ dependencies {
compile 'org.bouncycastle:bcpkix-jdk15on:1.68'
compile 'org.xerial:sqlite-jdbc:3.32.3.2'
compile 'com.google.guava:guava:28.2-jre'
compile 'com.fasterxml.jackson.core:jackson-annotations:2.10.4'
compile 'com.fasterxml.jackson.core:jackson-databind:2.10.4'
compile 'com.fasterxml.jackson.core:jackson-annotations:2.10.5'
compile 'com.fasterxml.jackson.core:jackson-databind:2.10.5.1'
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.13.0'
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.13.0'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
Expand Down

0 comments on commit 53e5dd4

Please sign in to comment.