updated version to ensure there are no issues in the jenkins plugin per issue #445

This commit is contained in:
Jeremy Long
2016-01-30 08:07:33 -05:00
parent 86a2b38340
commit 6355a29a7a

View File

@@ -562,7 +562,8 @@ Copyright (c) 2012 - Jeremy Long
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
<!--upgrading beyond this may cause issues with the Jenkins plugin-->
<version>3.3.2</version>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>