You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2022/06/14 02:55:35 UTC

[commons-configuration] 01/03: Bump mailapi from 1.6.6 to 2.0.1

This is an automated email from the ASF dual-hosted git repository.

mattjuntunen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git

commit b8e2c81209208dace796153a57c65ed96599b588
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 1 17:06:11 2022 +0000

    Bump mailapi from 1.6.6 to 2.0.1
    
    Bumps [mailapi](https://github.com/eclipse-ee4j/mail) from 1.6.6 to 2.0.1.
    - [Release notes](https://github.com/eclipse-ee4j/mail/releases)
    - [Commits](https://github.com/eclipse-ee4j/mail/compare/1.6.6...2.0.1)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bd6f2964..1306215c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -516,7 +516,7 @@
     <dependency>
       <groupId>com.sun.mail</groupId>
       <artifactId>mailapi</artifactId>
-      <version>1.6.7</version>
+      <version>2.0.1</version>
       <scope>test</scope>
     </dependency>