You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by je...@apache.org on 2018/08/15 07:24:27 UTC

[incubator-dubbo] branch 2.5.x updated: upgrade hessian_lite to 3.2.4 version (#2232)

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

jerrick pushed a commit to branch 2.5.x
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/2.5.x by this push:
     new 84aa7d8  upgrade hessian_lite to 3.2.4 version (#2232)
84aa7d8 is described below

commit 84aa7d8140498a58dae25b1098256923bf8ae520
Author: Xin Wang <xi...@gmail.com>
AuthorDate: Wed Aug 15 15:24:21 2018 +0800

    upgrade hessian_lite to 3.2.4 version (#2232)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d0326f7..374dfdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
         <mina_version>1.1.7</mina_version>
         <grizzly_version>2.1.4</grizzly_version>
         <httpclient_version>4.5.3</httpclient_version>
-        <hessian_lite_version>3.2.3</hessian_lite_version>
+        <hessian_lite_version>3.2.4</hessian_lite_version>
         <xstream_version>1.4.1</xstream_version>
         <fastjson_version>1.2.31</fastjson_version>
         <bsf_version>3.1</bsf_version>