Skip to content

Commit

Permalink
Use JUnit BOM (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Aug 7, 2022
1 parent 9bfd392 commit f75b035
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,11 @@
<version>${spotbugs-annotations.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.9.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
Expand Down

0 comments on commit f75b035

Please sign in to comment.