Skip to content

Commit

Permalink
Using junit bom (#475)
Browse files Browse the repository at this point in the history
this should be easier for dependabot
  • Loading branch information
therealryan authored Jul 24, 2023
1 parent 39f89e2 commit 5abc34c
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,11 @@

<dependency>
<!-- testing -->
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.9.3</version>
</dependency>

<dependency>
<!-- testing for test components -->
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.9.3</version>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit 5abc34c

Please sign in to comment.