Skip to content

Commit

Permalink
Fix the version number of junit5 in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Mar 12, 2024
1 parent 96927d5 commit d92dd5d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dependencies/dependencies-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,13 @@
<id>priority-spring-boot-dependencies</id>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>${junit-jupiter.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
Expand Down

0 comments on commit d92dd5d

Please sign in to comment.