Skip to content

Commit

Permalink
依赖版本调整。
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Apr 1, 2024
1 parent 5ba52d0 commit 5df0bcf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies/dependencies-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
<sofa.rpc.version>5.6.5</sofa.rpc.version>

<!-- # for kotlin -->
<kotlin.version>1.4.32</kotlin.version>
<kotlin-coroutines.version>1.4.3</kotlin-coroutines.version>
<kotlin.version>1.7.22</kotlin.version>
<kotlin-coroutines.version>1.7.3</kotlin-coroutines.version>

<!-- groovy for SAGA -->
<groovy.version>2.4.4</groovy.version>
Expand Down
10 changes: 10 additions & 0 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,16 @@
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down

0 comments on commit 5df0bcf

Please sign in to comment.