Skip to content

Commit

Permalink
Upgrade Jackson to version 2.9.9 because of vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
doanduyhai committed Jun 7, 2019
1 parent 8281c33 commit e97e983
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.9.8
3. Jackson core, annotations, databind & module jaxb annotations 2.9.9
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.9.8</fasterxml.jackson.version>
<fasterxml.jackson.version>2.9.9</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 e97e983

Please sign in to comment.