Skip to content

Commit

Permalink
FLUME-3368 Update Jackson to 2.9.10
Browse files Browse the repository at this point in the history
Jackson has a serious security problem in 2.9.7, which will cause RCE (#327)

FasterXML/jackson-databind#2295

* Update pom.xml
  • Loading branch information
wcc526 authored May 21, 2020
1 parent 62c0c3d commit 59ffd4f
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 @@ -62,7 +62,7 @@ limitations under the License.
<curator.version>2.6.0</curator.version>
<derby.version>10.14.1.0</derby.version>
<elasticsearch.version>0.90.1</elasticsearch.version>
<fasterxml.jackson.version>2.9.7</fasterxml.jackson.version>
<fasterxml.jackson.version>2.9.10</fasterxml.jackson.version>
<fest-reflect.version>1.4</fest-reflect.version>
<geronimo-jms.version>1.1.1</geronimo-jms.version>
<gson.version>2.2.2</gson.version>
Expand Down

0 comments on commit 59ffd4f

Please sign in to comment.