From e758ec45e01483339b989a639857a94c2c23b547 Mon Sep 17 00:00:00 2001 From: gongycn Date: Mon, 5 Aug 2024 10:01:09 +0800 Subject: [PATCH] Resolve the Hessian package conflict issue. (#12449) --- consistency/pom.xml | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/consistency/pom.xml b/consistency/pom.xml index d680880b752..a367d01540c 100644 --- a/consistency/pom.xml +++ b/consistency/pom.xml @@ -59,7 +59,7 @@ nacos-common - com.caucho + com.alipay.sofa hessian diff --git a/pom.xml b/pom.xml index 8c360809e4d..11baf4a2474 100644 --- a/pom.xml +++ b/pom.xml @@ -143,8 +143,8 @@ 2.17.0 3.22.3 ${grpc-java.version} - 4.0.63 - 5.2.0 + 4.0.4 + 4.11.0 3.4.2 1.3.14 ${jraft-core.version} @@ -853,7 +853,7 @@ - com.caucho + com.alipay.sofa hessian ${hessian.version}