Skip to content

Commit

Permalink
Update commons-email to v1.4
Browse files Browse the repository at this point in the history
Commons-mail v1.1 has a bug when sending a HtmlEmail and attaching files. In this case the HTML content is attached too and the email appears in blank. Upgrading to commons-email v1.4 fix this.
  • Loading branch information
juanluisrp committed Nov 10, 2015
1 parent c8f8b37 commit d414412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -525,7 +525,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email</artifactId>
<version>1.1</version>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
Expand Down

0 comments on commit d414412

Please sign in to comment.