Skip to content

Commit

Permalink
Bump Jackson to 2.9.8
Browse files Browse the repository at this point in the history
Addresses a number of CVEs that affect versions between 2.9.0
and 2.9.7, inclusive.
  • Loading branch information
michaelklishin committed Jan 17, 2019
1 parent 47b9ca4 commit 066e053
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 @@ -35,7 +35,7 @@ ext {
amqpClientVersion='5.5.2'
commonsHttpClientVersion = '4.5.6'
groovyVersion = '2.4.15'
jacksonVersion = '2.9.7'
jacksonVersion = '2.9.8'
spockVersion = "1.1-groovy-2.4"
reactorVersion = "3.2.3.RELEASE"
reactorNettyVersion = '0.8.3.RELEASE'
Expand Down

0 comments on commit 066e053

Please sign in to comment.