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-email.git
The following commit(s) were added to refs/heads/master by this push: new 72d062a Remove commons.releaseManagerName and commons.releaseManagerKey 72d062a is described below commit 72d062a404cad6da027e7829bae6411c71140830 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 3 07:51:18 2023 -0400 Remove commons.releaseManagerName and commons.releaseManagerKey --- pom.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index b442682..365e4e6 100644 --- a/pom.xml +++ b/pom.xml @@ -252,12 +252,11 @@ <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.13.2</version> - <scope>test</scope> - </dependency> + <dependency> + <groupId>org.junit.vintage</groupId> + <artifactId>junit-vintage-engine</artifactId> + <scope>test</scope> + </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId>