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

Commit

Permalink
fix: upgrade jackson dataformat cbor version (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
melanahammel authored Aug 31, 2020
1 parent be4f02a commit bb34695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
version=7.3.0
version=7.3.1
groupId=com.nike
artifactId=cerberus-client
1 change: 1 addition & 0 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ 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 "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 bb34695

Please sign in to comment.