We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a925ab commit 048d507Copy full SHA for 048d507
1 file changed
pom.xml
@@ -33,7 +33,6 @@
33
<dependency>
34
<groupId>org.junit.jupiter</groupId>
35
<artifactId>junit-jupiter</artifactId>
36
- <version>5.9.1</version>
37
<scope>test</scope>
38
</dependency>
39
@@ -171,6 +170,7 @@
171
170
<checkstyle.suppress.file>${basedir}/src/site/resources/checkstyle/checkstyle-suppressions.xml</checkstyle.suppress.file>
172
<checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt, **/maven-archiver/pom.properties</checkstyle.resourceExcludes>
173
+ <commons.junit.version>5.9.1</commons.junit.version>
174
<commons.pmd.version>3.19.0</commons.pmd.version>
175
<commons.pmd-impl.version>6.49.0</commons.pmd-impl.version>
176
<commons.jacoco.version>0.8.8</commons.jacoco.version>
0 commit comments