Bump junit-jupiter from 5.9.0 to 5.9.1
diff --git a/pom.xml b/pom.xml
index c1c1270..38d5ca5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,6 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
-      <version>5.9.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -171,6 +170,7 @@
     <checkstyle.suppress.file>${basedir}/src/site/resources/checkstyle/checkstyle-suppressions.xml</checkstyle.suppress.file>
     <checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt, **/maven-archiver/pom.properties</checkstyle.resourceExcludes>
 
+    <commons.junit.version>5.9.1</commons.junit.version>
     <commons.pmd.version>3.19.0</commons.pmd.version>
     <commons.pmd-impl.version>6.49.0</commons.pmd-impl.version>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>