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 a873bcc135 Bump com.icegreen:greenmail from 2.0.0 to 2.0.1
a873bcc135 is described below
commit a873bcc1357abc61e773308de5bb49b0a82adf3f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 7 15:14:57 2023 +0000
Bump com.icegreen:greenmail from 2.0.0 to 2.0.1
Bumps
[com.icegreen:greenmail](https://github.com/greenmail-mail-test/greenmail) from
2.0.0 to 2.0.1.
- [Release notes](https://github.com/greenmail-mail-test/greenmail/releases)
-
[Commits](https://github.com/greenmail-mail-test/greenmail/compare/release-2.0.0...release-2.0.1)
---
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 ea6530f981..0f409e5eb3 100644
--- a/modules/transport/mail/pom.xml
+++ b/modules/transport/mail/pom.xml
@@ -63,7 +63,7 @@
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>