Skip to content

Commit

Permalink
optimize: upgrade dubbo to 3.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly committed Apr 28, 2024
1 parent e8024ca commit b7fe2ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion at-sample/spring-dubbo-seata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<version>3.1.2</version>
<version>3.1.11</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions saga-sample/spring-dubbo-seata-saga/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.9</version>
<version>1.2.13</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<version>3.1.2</version>
<version>3.1.11</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tcc-sample/spring-dubbo-seata-tcc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<version>3.1.2</version>
<version>3.1.11</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b7fe2ad

Please sign in to comment.