You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/10 15:58:48 UTC

[commons-email] branch master updated: Pick up JUnit 5 version from parent POM

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 75e332e  Pick up JUnit 5 version from parent POM
     new a3337e1  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-email.git
75e332e is described below

commit 75e332ecbfe3136827cb362e2029a8a0f76a3b3f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 10:57:56 2023 -0500

    Pick up JUnit 5 version from parent POM
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a86dc56..7b10b25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,7 +250,6 @@
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter-api</artifactId>
-            <version>5.9.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>