Update jackson dependencies to 2.9.5

jackson.core:jackson-databind:2.3.3 2.3.3 is affected by the following CVEs:

- CVE-2017-15095 
- CVE-2017-17485 
- CVE-2017-7525
- CVE-2018-5968 
- CVE-2018-7489
This commit is contained in:
Daniel Basten
2018-05-09 13:37:31 +02:00
committed by GitHub
parent 76c87cea36
commit f303fc72a4

View File

@@ -41,7 +41,7 @@ ext {
cglibVersion = "3.1"
jacksonVersion = "2.3.3"
jacksonVersion = "2.9.5"
junitVersion = "4.11"
mockitoVersion = "1.9.5"