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/10/23 14:23:10 UTC

[dubbo] branch master updated: [2.7] update xstream version (#9103)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c43f29a  [2.7] update xstream version (#9103)
c43f29a is described below

commit c43f29a23a41cd4691a3b5ab26c32f067516ec0d
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Sat Oct 23 22:22:58 2021 +0800

    [2.7] update xstream version (#9103)
    
    * [2.7] update xstream version
    
    * update pom
---
 dubbo-registry/dubbo-registry-eureka/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dubbo-registry/dubbo-registry-eureka/pom.xml b/dubbo-registry/dubbo-registry-eureka/pom.xml
index 4c040f7..861b5f9 100644
--- a/dubbo-registry/dubbo-registry-eureka/pom.xml
+++ b/dubbo-registry/dubbo-registry-eureka/pom.xml
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>com.thoughtworks.xstream</groupId>
             <artifactId>xstream</artifactId>
-            <version>1.4.10</version>
+            <version>1.4.12</version>
         </dependency>
         <dependency>
             <groupId>com.sun.jersey.contribs</groupId>
@@ -83,4 +83,4 @@
         </dependency>
 
     </dependencies>
-</project>
\ No newline at end of file
+</project>