未验证 提交 006bcca5 编写于 作者: P PJ Fanning 提交者: GitHub

update jackson and jackson.databind version to fixes many security issues (#9572)

上级 7fecb92f
......@@ -32,7 +32,8 @@
<properties>
<scala.binary.version>2.11</scala.binary.version>
<spark.version>2.4.0</spark.version>
<jackson.version>2.9.0</jackson.version>
<jackson.version>2.9.10</jackson.version>
<jackson.databind.version>2.9.10.8</jackson.databind.version>
<scope>provided</scope>
</properties>
......@@ -139,7 +140,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
<version>${jackson.databind.version}</version>
<scope>${scope}</scope>
<exclusions>
<exclusion>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册