Skip to content

Commit

Permalink
Update JavaMail dependency to 1.4.4. Should fix JENKINS-1152 and JENK…
Browse files Browse the repository at this point in the history
…INS-3983(cherry picked from commit 4afaf0b)
  • Loading branch information
kutzi authored and vjuranek committed May 23, 2012
1 parent 0e10ba6 commit efce00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -253,7 +253,7 @@ THE SOFTWARE.
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4</version>
<version>1.4.4</version>
<exclusions>
<exclusion><!-- using a patched version -->
<groupId>javax.activation</groupId>
Expand Down

0 comments on commit efce00a

Please sign in to comment.