aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 3 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 7fbf29b..fcd792f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,15 +77,9 @@
<!-- Unit tests -->
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.13.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.6</version>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-engine</artifactId>
+ <version>5.10.1</version>
<scope>test</scope>
</dependency>
<dependency>