This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
commit 048d507de95b3aaabac5ecc29878390601b47ff3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Sep 25 09:57:43 2022 -0400 Bump junit-jupiter from 5.9.0 to 5.9.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c1c12708..38d5ca56 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>