Skip to content

Commit

Permalink
Upgrade Jackson version to avoid security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
doanduyhai committed Mar 31, 2019
1 parent 1e80fa9 commit 8a2d0cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ For unit-testing with embedded Cassandra, add this dependency with **test** scop

1. cassandra (see matrix version above)
2. cassandra-driver-core (see matrix version above)
3. Jackson core, annotations, databind & module jaxb annotations 2.3.3
3. Jackson core, annotations, databind & module jaxb annotations 2.9.8
4. Google Auto Common 0.4
5. Google Auto Service 1.0-rc2
6. Java Poet 1.5.1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cassandra.version>3.11.3</cassandra.version>
<datastax.driver.core.version>3.6.0</datastax.driver.core.version>
<fasterxml.jackson.version>2.3.3</fasterxml.jackson.version>
<fasterxml.jackson.version>2.9.8</fasterxml.jackson.version>
<commons.lang.version>3.3.2</commons.lang.version>
<commons.io.version>2.4</commons.io.version>
<commons.collections.version>3.2.2</commons.collections.version>
Expand Down

0 comments on commit 8a2d0cc

Please sign in to comment.