Skip to content

Commit

Permalink
build: Bump JUnit version
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Aug 7, 2024
1 parent 589e08d commit 2d71843
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.2</version>
<version>5.10.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -194,7 +194,6 @@
<version>3.3.1</version>
<configuration>
<argLine>--enable-preview</argLine>
<parallel>classes</parallel>
</configuration>
</plugin>

Expand Down

0 comments on commit 2d71843

Please # to comment.