Bump junit-jupiter from 5.9.0 to 5.9.1

This commit is contained in:
Gary Gregory 2022-09-25 09:57:43 -04:00
parent 6a925abba3
commit 048d507de9
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,6 @@
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId> <artifactId>junit-jupiter</artifactId>
<version>5.9.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -171,6 +170,7 @@
<checkstyle.suppress.file>${basedir}/src/site/resources/checkstyle/checkstyle-suppressions.xml</checkstyle.suppress.file> <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> <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.version>3.19.0</commons.pmd.version>
<commons.pmd-impl.version>6.49.0</commons.pmd-impl.version> <commons.pmd-impl.version>6.49.0</commons.pmd-impl.version>
<commons.jacoco.version>0.8.8</commons.jacoco.version> <commons.jacoco.version>0.8.8</commons.jacoco.version>