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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new ee10ca8 Pick up JUnit from a property and through parent ee10ca8 is described below commit ee10ca8ca817fe9227a2ff8b3896933d0c84b2f9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Sep 25 11:29:14 2022 -0400 Pick up JUnit from a property and through parent --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9ec3b50..9e1c203 100644 --- a/pom.xml +++ b/pom.xml @@ -111,6 +111,7 @@ <checkstyle.plugin.version>3.2.0</checkstyle.plugin.version> <checkstyle.version>9.3</checkstyle.version> <maven-scm.version>1.13.0</maven-scm.version> + <commons.junit.version>5.9.1</commons.junit.version> <commons.spotbugs.version>4.7.2.0</commons.spotbugs.version> <commons.spotbugs.impl.version>4.7.2</commons.spotbugs.impl.version> <commons.jacoco.version>0.8.8</commons.jacoco.version> @@ -213,7 +214,6 @@ <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> - <version>5.9.1</version> <scope>test</scope> </dependency> <!-- A bit of jar-hell requires this to come last. -->