Downgrade junit jupiter to use Java 16 only!

This commit is contained in:
kohlerpop1
2025-07-19 20:58:21 -04:00
parent 4443fbe554
commit 54b0216bf3

View File

@@ -109,7 +109,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>RELEASE</version>
<version>5.9.3</version>
<scope>test</scope>
</dependency>
<dependency>