Skip to content

Commit

Permalink
chore: upgrade jackson to 2.10.2 (twilio#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis authored and FalguniV committed Oct 13, 2020
1 parent 57aa693 commit 354ac97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
</profile>
</profiles>
<properties>
<jackson.version>2.10.1</jackson.version>
<jackson.databind.version>2.10.1</jackson.databind.version>
<jackson.version>2.10.2</jackson.version>
<jackson.databind.version>2.10.2</jackson.databind.version>
<skip.tests>false</skip.tests>
<dependency.skip>false</dependency.skip>
</properties>
Expand Down Expand Up @@ -330,4 +330,4 @@
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
</project>
</project>

0 comments on commit 354ac97

Please sign in to comment.