This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch mail in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
commit b44a48eecf790f3756ee20dbf6dd62d38926b05e Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sat Mar 21 09:56:57 2020 -0400 update geronimo javamail --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f20abee..938d86e 100644 --- a/pom.xml +++ b/pom.xml @@ -171,17 +171,17 @@ under the License. <dependency> <groupId>org.apache.geronimo.javamail</groupId> <artifactId>geronimo-javamail_1.4_provider</artifactId> - <version>1.7</version> + <version>1.8.4</version> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-javamail_1.4_spec</artifactId> - <version>1.7</version> + <version>1.7.1</version> </dependency> <dependency> <groupId>org.apache.geronimo.javamail</groupId> <artifactId>geronimo-javamail_1.4_mail</artifactId> - <version>1.7</version> + <version>1.8.4</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>
