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 78c345d Bump greenmail from 1.6.4 to 1.6.5
78c345d is described below
commit 78c345d957bed23cf5e39c577ec0afa32d456f9f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 16 13:08:29 2021 +0000
Bump greenmail from 1.6.4 to 1.6.5
Bumps [greenmail](https://github.com/greenmail-mail-test/greenmail) from
1.6.4 to 1.6.5.
- [Release notes](https://github.com/greenmail-mail-test/greenmail/releases)
-
[Commits](https://github.com/greenmail-mail-test/greenmail/compare/release-1.6.4...release-1.6.5)
---
updated-dependencies:
- dependency-name: com.icegreen:greenmail
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
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 bd5c1ff..c323c67 100644
--- a/modules/transport/mail/pom.xml
+++ b/modules/transport/mail/pom.xml
@@ -124,7 +124,7 @@
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail</artifactId>
- <version>1.6.4</version>
+ <version>1.6.5</version>
<scope>test</scope>
</dependency>
</dependencies>