This is an automated email from the ASF dual-hosted git repository.

tianqiyan pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 006bcca532 update jackson and jackson.databind version to fixes many 
security issues (#9572)
006bcca532 is described below

commit 006bcca532ee720e411ce0237c3e8479c0c3de70
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Apr 20 11:34:48 2022 +0200

    update jackson and jackson.databind version to fixes many security issues 
(#9572)
---
 dolphinscheduler-data-quality/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dolphinscheduler-data-quality/pom.xml 
b/dolphinscheduler-data-quality/pom.xml
index 33086ad74d..7419601c88 100644
--- a/dolphinscheduler-data-quality/pom.xml
+++ b/dolphinscheduler-data-quality/pom.xml
@@ -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>

Reply via email to