Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
xueli.xue committed Apr 25, 2021
1 parent 1c50528 commit ff73b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<mysql-connector-java.version>8.0.24</mysql-connector-java.version>

<slf4j-api.version>1.7.30</slf4j-api.version>
<junit.version>5.7.1</junit.version>
<junit-jupiter.version>5.7.1</junit-jupiter.version>
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>

<groovy.version>3.0.8</groovy.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit.version}</version>
<version>${junit-jupiter.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit ff73b1a

Please sign in to comment.