Skip to content

Commit

Permalink
fix #266 upgrade dubbo version
Browse files Browse the repository at this point in the history
  • Loading branch information
wongoo committed May 22, 2021
1 parent 59acf74 commit 8dc4b20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test_dubbo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<version>2.7.1</version>
<version>2.7.11</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -70,4 +70,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions test_hessian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<version>2.6.5</version>
<version>2.7.11</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
Expand Down

0 comments on commit 8dc4b20

Please sign in to comment.