diff --git a/.github/workflows/install_acbsdk.sh b/.github/workflows/install_acbsdk.sh
index 168d527..881d0a2 100644
--- a/.github/workflows/install_acbsdk.sh
+++ b/.github/workflows/install_acbsdk.sh
@@ -19,7 +19,7 @@
CURR_DIR="$(cd `dirname $0`; pwd)"
echo "install ACB SDK ..."
-git clone -b dev/v0.2.0-SNAPSHOT https://github.com/AntChainOpenLabs/AntChainBridgePluginSDK.git
+git clone -b release/v0.2.0 https://github.com/AntChainOpenLabs/AntChainBridgePluginSDK.git
cd AntChainBridgePluginSDK
mvn install -Dmaven.test.skip=true
echo "install ACB SDK finished"
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index d1c33eb..d7a82eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
0.7.3
0.6.1
3.19.1
- 1.42.2
+ 1.53.0
1.76
4.4
2.1.15
diff --git a/r-bootstrap/src/test/java/com/alipay/antchain/bridge/relayer/bootstrap/service/AnchorTest.java b/r-bootstrap/src/test/java/com/alipay/antchain/bridge/relayer/bootstrap/service/AnchorTest.java
index 5b9d4ba..8c8c93b 100644
--- a/r-bootstrap/src/test/java/com/alipay/antchain/bridge/relayer/bootstrap/service/AnchorTest.java
+++ b/r-bootstrap/src/test/java/com/alipay/antchain/bridge/relayer/bootstrap/service/AnchorTest.java
@@ -35,11 +35,12 @@
import com.google.protobuf.ByteString;
import org.junit.After;
import org.junit.Before;
-import org.junit.Test;
+import org.junit.Ignore;
import org.mockito.Mock;
import org.mockito.MockedStatic;
import org.mockito.Mockito;
+@Ignore
public class AnchorTest extends TestBase {
@Resource
@@ -59,10 +60,10 @@ public class AnchorTest extends TestBase {
public MockedStatic mockedStaticCrossChainServiceGrpc = Mockito.mockStatic(CrossChainServiceGrpc.class);
- @Test
- public void test() throws Exception {
- Thread.sleep(300_000);
- }
+// @Test
+// public void test() throws Exception {
+// Thread.sleep(300_000);
+// }
@Before
public void initAntChainDotCom() {