Bump junit-jupiter from 5.9.0 to 5.9.1
This commit is contained in:
parent
6a925abba3
commit
048d507de9
2
pom.xml
2
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>
|
||||
|
|
Loading…
Reference in New Issue