You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/12/21 06:17:18 UTC

[dubbo] branch 2.6.x updated: [2.6] update hessian lite version (#9455)

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

albumenj pushed a commit to branch 2.6.x
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/2.6.x by this push:
     new 3b2b20b  [2.6] update hessian lite version (#9455)
3b2b20b is described below

commit 3b2b20b34c3e16dd349ba5f53ef6fafa10a7b792
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Tue Dec 21 14:10:42 2021 +0800

    [2.6] update hessian lite version (#9455)
---
 dependencies-bom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml
index e9e66da..b4ef3e7 100644
--- a/dependencies-bom/pom.xml
+++ b/dependencies-bom/pom.xml
@@ -127,7 +127,7 @@
 
         <jaxb_version>2.2.7</jaxb_version>
         <activation_version>1.2.0</activation_version>
-        <hessian_lite_version>3.2.11</hessian_lite_version>
+        <hessian_lite_version>3.2.12</hessian_lite_version>
         <alibaba_spring_context_support_version>1.0.2</alibaba_spring_context_support_version>
         <yaml_version>1.17</yaml_version>
     </properties>