Skip to content

Commit

Permalink
optimize: upgrade sofaRPC and H2 (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored Apr 28, 2024
1 parent 04ee967 commit b32fc3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion saga-sample/spring-dubbo-seata-saga/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.210</version>
<version>2.2.220</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion saga-sample/spring-seata-saga/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.210</version>
<version>2.2.220</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion tcc-sample/springboot-sofarpc-seata-tcc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>rpc-sofa-boot-starter</artifactId>
<version>5.5.3</version>
<version>5.12.0</version>
<exclusions>
<exclusion>
<artifactId>spring-beans</artifactId>
Expand Down

0 comments on commit b32fc3b

Please sign in to comment.