This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-messaging-mail.git
commit 61ee9064d2fbde140ba75df9a8878cc2201c520a Author: Oliver Lietz <[email protected]> AuthorDate: Sun Aug 23 15:45:05 2020 +0200 update GreenMail dependency and fix scope --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 93a8bcb..311eaa4 100644 --- a/pom.xml +++ b/pom.xml @@ -263,8 +263,8 @@ <dependency> <groupId>com.icegreen</groupId> <artifactId>greenmail</artifactId> - <version>1.5.11</version> - <scope>provided</scope> + <version>1.5.14</version> + <scope>test</scope> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId>
