This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push: new 384ec55 Update tests from Mail API 1.6.2 to 1.6.3. 384ec55 is described below commit 384ec55d1bae4710181f8a0bef7a86161c14dac0 Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Thu Feb 28 11:09:16 2019 -0500 Update tests from Mail API 1.6.2 to 1.6.3. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 108c0b1..8bd2f74 100644 --- a/pom.xml +++ b/pom.xml @@ -493,7 +493,7 @@ <dependency> <groupId>com.sun.mail</groupId> <artifactId>mailapi</artifactId> - <version>1.6.2</version> + <version>1.6.3</version> <scope>test</scope> </dependency>