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 13:37:30 UTC

[dubbo] 01/01: [2.7] update xstream version

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

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

commit d299ffeb8db00a62c90dfcb70e3e8536acc9c741
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Sat Oct 23 21:37:15 2021 +0800

    [2.7] update xstream version
---
 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..2d70862 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.11.1-2</version>
         </dependency>
         <dependency>
             <groupId>com.sun.jersey.contribs</groupId>
@@ -83,4 +83,4 @@
         </dependency>
 
     </dependencies>
-</project>
\ No newline at end of file
+</project>