Skip to content

Commit

Permalink
Update JUnit version in pom.xml
Browse files Browse the repository at this point in the history
Updated the JUnit dependency version in pom.xml from 'RELEASE' to '5.10.1'. This change ensures compatibility with the rest of the existing codebase and existing tests, and addresses dependency issues that were causing build failures.
  • Loading branch information
SmartGecko44 committed Dec 4, 2023
1 parent 527fc05 commit e5069f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>RELEASE</version>
<version>5.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e5069f7

Please sign in to comment.