Skip to content

Commit

Permalink
MINOR: upgrade jackson-databind to 2.9.9.3
Browse files Browse the repository at this point in the history
Some downstream components are hitting the following regression in 2.9.9.2
FasterXML/jackson-databind#2395
  • Loading branch information
xvrl committed Aug 7, 2019
1 parent 8d6413e commit c29cbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<!-- The following property should default to jackson.version unless there's an independent hotfix version.
If so, then once the next version of jackson is released, it should get reset to the default -->
<!-- <jackson-databind.version>${jackson.version}</jackson-databind.version> -->
<jackson-databind.version>2.9.9.2</jackson-databind.version>
<jackson-databind.version>2.9.9.3</jackson-databind.version>

<jacoco-maven-plugin.version>0.7.9</jacoco-maven-plugin.version>
<junit.version>4.12</junit.version>
Expand Down

0 comments on commit c29cbc1

Please sign in to comment.