Skip to content

Commit

Permalink
chore: upgrade sofa-rpc to latest version (2024.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin committed Sep 19, 2024
1 parent c88963c commit 0d0624b
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions hugegraph-commons/hugegraph-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-all</artifactId>
<version>5.7.6</version>
<version>5.13.1</version>
<exclusions>
<exclusion>
<groupId>org.jboss.resteasy</groupId>
Expand Down Expand Up @@ -100,11 +100,31 @@
<groupId>io.grpc</groupId>
<artifactId>grpc-core</artifactId>
</exclusion>
<exclusion>
<groupId>io.grpc</groupId>
<artifactId>grpc-all</artifactId>
</exclusion>
<exclusion>
<artifactId>bolt</artifactId>
<groupId>com.alipay.sofa</groupId>
</exclusion>
<exclusion>
<artifactId>jackson-annotations</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
</exclusion>
<exclusion>
<artifactId>jackson-core</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
</exclusion>
<exclusion>
<artifactId>jackson-databind</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-core</artifactId>
<artifactId>grpc-all</artifactId>
<version>1.28.1</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit 0d0624b

Please sign in to comment.