Skip to content

Commit

Permalink
upgrade dependency to fix security issue CVE-2019-14379
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-schmidt committed Aug 10, 2019
1 parent 0721031 commit 6c0cd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
// force two particular versions of transitive dependencies to fix security issues
implementation('com.fasterxml.jackson.core:jackson-databind') {
version {
strictly '2.9.9.1'
strictly '2.9.9.3'
}
}
implementation('org.apache.commons:commons-compress') {
Expand Down

0 comments on commit 6c0cd8d

Please sign in to comment.