Update jackson dependency (#69)

This commit is contained in:
Cedrick Flocon 2019-11-26 09:34:04 +01:00 committed by GitHub
parent 47d5c64b5b
commit cc35db99e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ ext {
retrofit2Version = '2.6.2'
okhttp3Version = '4.2.2'
jacksonVersion = '2.9.10'
jacksonVersion = '2.10.1'
appCompatVersion = '1.1.0'
constraintLayoutversion = '1.1.3'
coroutinesVersion = '1.3.2'