Skip to content

Commit

Permalink
Update sisu.inject to 0.9.0.M2
Browse files Browse the repository at this point in the history
cleanup junit
  • Loading branch information
slachiewicz committed Dec 23, 2023
1 parent ea0c673 commit 74297f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<!-- Tests -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -88,8 +88,7 @@
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.inject</artifactId>
<!-- Maven 3.2.5 - 0.3.0.M1; 3.5.4 - 0.3.3; 3.6.3 - 0.3.4 -->
<version>0.3.5</version>
<version>0.9.0.M2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 74297f1

Please sign in to comment.