You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2018/07/26 03:54:36 UTC

[incubator-dubbo] branch 2.6.3-release updated: Upgrade hessian-lite dependency to 3.2.4

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

liujun pushed a commit to branch 2.6.3-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/2.6.3-release by this push:
     new 77757c3  Upgrade hessian-lite dependency to 3.2.4
77757c3 is described below

commit 77757c3d2309ae696bb23b8ae2636fb411846161
Author: ken.lj <ke...@gmail.com>
AuthorDate: Thu Jul 26 11:54:20 2018 +0800

    Upgrade hessian-lite dependency to 3.2.4
---
 all/pom.xml                                              | 2 +-
 bom/pom.xml                                              | 2 +-
 dependencies-bom/pom.xml                                 | 2 +-
 distribution/pom.xml                                     | 2 +-
 dubbo-common/pom.xml                                     | 2 +-
 dubbo-serialization/dubbo-serialization-api/pom.xml      | 2 +-
 dubbo-serialization/dubbo-serialization-hessian2/pom.xml | 2 +-
 dubbo-serialization/dubbo-serialization-jdk/pom.xml      | 2 +-
 dubbo-test/pom.xml                                       | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/all/pom.xml b/all/pom.xml
index afc1ed6..a07e38e 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -29,7 +29,7 @@
     <description>The all in one project of dubbo</description>
     <properties>
         <skip_maven_deploy>false</skip_maven_deploy>
-        <hessian_lite_version>3.2.3</hessian_lite_version>
+        <hessian_lite_version>3.2.4</hessian_lite_version>
     </properties>
     <dependencies>
         <dependency>
diff --git a/bom/pom.xml b/bom/pom.xml
index 66c14d4..e8c4835 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -3,7 +3,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <properties>
-        <hessian_lite_version>3.2.3</hessian_lite_version>
+        <hessian_lite_version>3.2.4</hessian_lite_version>
     </properties>
 
     <parent>
diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml
index e9a3f80..305c799 100644
--- a/dependencies-bom/pom.xml
+++ b/dependencies-bom/pom.xml
@@ -111,7 +111,7 @@
 
         <jaxb_version>2.2.7</jaxb_version>
         <activation_version>1.2.0</activation_version>
-        <hessian_lite_version>3.2.3</hessian_lite_version>
+        <hessian_lite_version>3.2.4</hessian_lite_version>
     </properties>
 
     <dependencyManagement>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index b8590e7..6c072c6 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -243,7 +243,7 @@
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>3.2.3</version>
+            <version>3.2.4</version>
         </dependency>
     </dependencies>
 
diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml
index a14dc32..0d555aa 100644
--- a/dubbo-common/pom.xml
+++ b/dubbo-common/pom.xml
@@ -50,7 +50,7 @@
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>3.2.3</version>
+            <version>3.2.4</version>
         </dependency>
         <dependency>
             <groupId>com.alibaba</groupId>
diff --git a/dubbo-serialization/dubbo-serialization-api/pom.xml b/dubbo-serialization/dubbo-serialization-api/pom.xml
index 1f09c45..35200c3 100644
--- a/dubbo-serialization/dubbo-serialization-api/pom.xml
+++ b/dubbo-serialization/dubbo-serialization-api/pom.xml
@@ -38,7 +38,7 @@ limitations under the License.
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>3.2.3</version>
+            <version>3.2.4</version>
         </dependency>
         <dependency>
             <groupId>com.alibaba</groupId>
diff --git a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml
index 9ab7a6d..3e416ce 100644
--- a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml
+++ b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml
@@ -38,7 +38,7 @@ limitations under the License.
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>3.2.3</version>
+            <version>3.2.4</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/dubbo-serialization/dubbo-serialization-jdk/pom.xml b/dubbo-serialization/dubbo-serialization-jdk/pom.xml
index 2b0fd3a..c50719a 100644
--- a/dubbo-serialization/dubbo-serialization-jdk/pom.xml
+++ b/dubbo-serialization/dubbo-serialization-jdk/pom.xml
@@ -38,7 +38,7 @@ limitations under the License.
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>3.2.3</version>
+            <version>3.2.4</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/dubbo-test/pom.xml b/dubbo-test/pom.xml
index 7505067..fdcf0d9 100644
--- a/dubbo-test/pom.xml
+++ b/dubbo-test/pom.xml
@@ -179,7 +179,7 @@
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>3.2.3</version>
+            <version>3.2.4</version>
         </dependency>
         <dependency>
             <groupId>com.alibaba</groupId>