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 203373f2b3 Bump greenmail from 1.6.10 to 1.6.11 203373f2b3 is described below commit 203373f2b3998e307ea9c4206d99c46d5c25360c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Oct 3 13:08:59 2022 +0000 Bump greenmail from 1.6.10 to 1.6.11 Bumps [greenmail](https://github.com/greenmail-mail-test/greenmail) from 1.6.10 to 1.6.11. - [Release notes](https://github.com/greenmail-mail-test/greenmail/releases) - [Commits](https://github.com/greenmail-mail-test/greenmail/compare/release-1.6.10...release-1.6.11) --- updated-dependencies: - dependency-name: com.icegreen:greenmail dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@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 66e5d7aec9..927c67aa9e 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>1.6.10</version> + <version>1.6.11</version> <scope>test</scope> </dependency> </dependencies>