Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #105 from Nike-Inc/feat/bump-jackson-version
Browse files Browse the repository at this point in the history
bump jackson version to resolve vulernability
  • Loading branch information
jiangha4 authored Feb 3, 2022
2 parents fc974db + f5e7eb3 commit 50fee6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ def AWS_SDK_VERSION = '1.11.+'

configurations.all {
resolutionStrategy {
force "com.fasterxml.jackson.core:jackson-databind:2.11.1"
force "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.1"
force "com.fasterxml.jackson.core:jackson-databind:2.13.1"
force "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.1"
force "ch.qos.logback:logback-core:1.2.3"
force "ch.qos.logback:logback-classic:1.2.3"
force "net.sourceforge.pmd:pmd-core:6.21.0"
Expand Down

0 comments on commit 50fee6c

Please sign in to comment.