You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2021/02/07 19:13:28 UTC

[axis-axis2-java-core] branch master updated: Bump greenmail from 1.6.1 to 1.6.2

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new ac37863  Bump greenmail from 1.6.1 to 1.6.2
ac37863 is described below

commit ac37863511f5be08abe8ca6d323e207d55a4f4a7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 1 08:16:50 2021 +0000

    Bump greenmail from 1.6.1 to 1.6.2
    
    Bumps [greenmail](https://github.com/greenmail-mail-test/greenmail) from 1.6.1 to 1.6.2.
    - [Release notes](https://github.com/greenmail-mail-test/greenmail/releases)
    - [Commits](https://github.com/greenmail-mail-test/greenmail/compare/release-1.6.1...release-1.6.2)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 modules/transport/mail/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/transport/mail/pom.xml b/modules/transport/mail/pom.xml
index 1e8aeb0..bd4f2a3 100644
--- a/modules/transport/mail/pom.xml
+++ b/modules/transport/mail/pom.xml
@@ -123,7 +123,7 @@
         <dependency>
             <groupId>com.icegreen</groupId>
             <artifactId>greenmail</artifactId>
-            <version>1.6.1</version>
+            <version>1.6.2</version>
             <scope>test</scope>
         </dependency>
     </dependencies>