Skip to content

Commit

Permalink
Merge pull request #14 from AntChainOpenLabs/dependabot/maven/io.grpc…
Browse files Browse the repository at this point in the history
…-grpc-protobuf-1.53.0

Bump io.grpc:grpc-protobuf from 1.42.2 to 1.53.0
  • Loading branch information
zouxyan authored Feb 21, 2024
2 parents 34a4c8a + e6fe692 commit 8b6d8ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install_acbsdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<embeded-redis.version>0.7.3</embeded-redis.version>
<protobuf-plugin.version>0.6.1</protobuf-plugin.version>
<protobuf.version>3.19.1</protobuf.version>
<grpc.version>1.42.2</grpc.version>
<grpc.version>1.53.0</grpc.version>
<bouncycastle.version>1.76</bouncycastle.version>
<commons-collections4.version>4.4</commons-collections4.version>
<spring-shell.version>2.1.15</spring-shell.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -59,10 +60,10 @@ public class AnchorTest extends TestBase {

public MockedStatic<CrossChainServiceGrpc> 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() {
Expand Down

0 comments on commit 8b6d8ae

Please sign in to comment.