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-validator.git
The following commit(s) were added to refs/heads/master by this push: new b2d2c795 Bump junit from 4.13.2 to 5.9.1 Vintage b2d2c795 is described below commit b2d2c7957c78fda95953ccf7b04f28397a9c069e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Sep 25 11:31:54 2022 -0400 Bump junit from 4.13.2 to 5.9.1 Vintage --- pom.xml | 6 +++--- src/changes/changes.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 032222e3..9861bcac 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,7 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <commons.release.isDistModule>true</commons.release.isDistModule> + <commons.junit.version>5.9.1</commons.junit.version> <commons.japicmp.version>0.16.0</commons.japicmp.version> </properties> @@ -177,9 +178,8 @@ </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.13.2</version> + <groupId>org.junit.vintage</groupId> + <artifactId>junit-vintage-engine</artifactId> <scope>test</scope> </dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ad721b32..3d0b82ac 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -93,7 +93,7 @@ The <action> type attribute can be add,update,fix,remove. Bump actions/setup-java from 1.4.0 to 3, #42, #72. </action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory"> - Bump junit from 4.13 to 4.13.2 #44. + Bump junit from 4.13 to 5.9.1 Vintage #44. </action> <action type="update" dev="ggregory" due-to="Dependabot"> Bump maven-pmd-plugin from 3.13.0 to 3.19.0 #69, #77, #80, #81.