Skip to content

Commit 59ffd4f

Browse files
authored
FLUME-3368 Update Jackson to 2.9.10
Jackson has a serious security problem in 2.9.7, which will cause RCE (#327) FasterXML/jackson-databind#2295 * Update pom.xml
1 parent 62c0c3d commit 59ffd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ limitations under the License.
6262
<curator.version>2.6.0</curator.version>
6363
<derby.version>10.14.1.0</derby.version>
6464
<elasticsearch.version>0.90.1</elasticsearch.version>
65-
<fasterxml.jackson.version>2.9.7</fasterxml.jackson.version>
65+
<fasterxml.jackson.version>2.9.10</fasterxml.jackson.version>
6666
<fest-reflect.version>1.4</fest-reflect.version>
6767
<geronimo-jms.version>1.1.1</geronimo-jms.version>
6868
<gson.version>2.2.2</gson.version>

0 commit comments

Comments
 (0)