Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Apr 24, 2023
1 parent 2433732 commit 6276b34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<kotlin.version>1.8.20</kotlin.version>
<kotlinx-serialization.version>1.5.0</kotlinx-serialization.version>
<kotlinx-coroutines.version>1.6.4</kotlinx-coroutines.version>
<spring-boot.version>2.7.10</spring-boot.version>
<reactor-bom.version>2020.0.30</reactor-bom.version>
<spring-boot.version>2.7.11</spring-boot.version>
<reactor-bom.version>2020.0.31</reactor-bom.version>
<netty.version>4.1.91.Final</netty.version>
<rsocket.version>1.1.3</rsocket.version>
<junit5.version>5.9.2</junit5.version>
Expand Down Expand Up @@ -258,7 +258,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.0.0</version>
<configuration>
<includes>
<include>**/*Tests.java</include>
Expand Down

0 comments on commit 6276b34

Please sign in to comment.