You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/03/21 13:57:14 UTC

[maven-changes-plugin] 01/01: update geronimo javamail

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 <el...@ibiblio.org>
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>