Skip to content

Commit

Permalink
Use jackson-databind version 2.9.10.1 to fix github security warning
Browse files Browse the repository at this point in the history
  • Loading branch information
steinarb committed Oct 31, 2019
1 parent 9eafa76 commit 470efd5
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 @@ -18,7 +18,7 @@
<pax.web.version>6.0.3</pax.web.version>
<osgi-service-adaptors.version>1.0.1</osgi-service-adaptors.version>
<jackson.version>2.9.10</jackson.version>
<jackson.databind.version>2.9.10</jackson.databind.version>
<jackson.databind.version>2.9.10.1</jackson.databind.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 470efd5

Please sign in to comment.