You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/03/24 08:54:35 UTC

[skywalking] branch cve-fix created (now cf01e84)

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

wusheng pushed a change to branch cve-fix
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at cf01e84  Upgrade jackson* version.

This branch includes the following new commits:

     new cf01e84  Upgrade jackson* version.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: Upgrade jackson* version.

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch cve-fix
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit cf01e849da3a08f6da0b7df14145c343b5258ffc
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Mar 24 16:54:03 2020 +0800

    Upgrade jackson* version.
---
 oap-server/pom.xml | 13 +++++--------
 test/e2e/pom.xml   |  2 +-
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/oap-server/pom.xml b/oap-server/pom.xml
index 0c9ce4a..7be988a 100755
--- a/oap-server/pom.xml
+++ b/oap-server/pom.xml
@@ -69,9 +69,7 @@
         <zipkin.version>2.9.1</zipkin.version>
         <caffeine.version>2.6.2</caffeine.version>
         <okhttp.version>3.9.0</okhttp.version>
-        <jackson-core.version>2.9.5</jackson-core.version>
-        <jackson-annotations.version>2.9.5</jackson-annotations.version>
-        <jackson-databind.version>2.9.5</jackson-databind.version>
+        <jackson.version>2.9.10</jackson.version>
         <commons-codec.version>1.11</commons-codec.version>
         <commons-lang3.version>3.7</commons-lang3.version>
         <simpleclient.version>0.6.0</simpleclient.version>
@@ -83,7 +81,6 @@
         <etcd4j.version>2.17.0</etcd4j.version>
         <etcd.version>v3.2.3</etcd.version>
         <netty.version>4.1.42.Final</netty.version>
-        <jackson-module-afterburner.version>2.9.5</jackson-module-afterburner.version>
         <antlr.version>4.7.1</antlr.version>
         <freemarker.version>2.3.28</freemarker.version>
         <javaassist.version>3.25.0-GA</javaassist.version>
@@ -349,17 +346,17 @@
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-core</artifactId>
-                <version>${jackson-core.version}</version>
+                <version>${jackson.version}</version>
             </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-annotations</artifactId>
-                <version>${jackson-annotations.version}</version>
+                <version>${jackson.version}</version>
             </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-databind</artifactId>
-                <version>${jackson-databind.version}</version>
+                <version>${jackson.version}</version>
             </dependency>
             <dependency>
                 <groupId>commons-codec</groupId>
@@ -452,7 +449,7 @@
             <dependency>
                 <groupId>com.fasterxml.jackson.module</groupId>
                 <artifactId>jackson-module-afterburner</artifactId>
-                <version>${jackson-module-afterburner.version}</version>
+                <version>${jackson.version}</version>
             </dependency>
 
 
diff --git a/test/e2e/pom.xml b/test/e2e/pom.xml
index eb1d9cb..7d5aef8 100644
--- a/test/e2e/pom.xml
+++ b/test/e2e/pom.xml
@@ -53,7 +53,7 @@
         <spring.boot.version>2.2.5.RELEASE</spring.boot.version>
         <spring.cloud.version>2.1.2.RELEASE</spring.cloud.version>
         <jupeter.version>5.6.0</jupeter.version>
-        <jackson.version>2.9.7</jackson.version>
+        <jackson.version>2.9.10</jackson.version>
         <guava.version>28.2-jre</guava.version>
         <h2.version>1.4.199</h2.version>
         <mysql.version>8.0.13</mysql.version>