Skip to content

Commit be94e9d

Browse files
authored
Merge pull request #893 from OpenAF/master
bump commons-email
2 parents acb7b6f + 5b794c6 commit be94e9d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

lib/commons-email-1.5.jar

-53.2 KB
Binary file not shown.

lib/commons-email-1.6.0.jar

63.7 KB
Binary file not shown.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.apache.commons</groupId>
9292
<artifactId>commons-email</artifactId>
93-
<version>1.5</version>
93+
<version>1.6.0</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>commons-io</groupId>

versionsAndDeps.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@
215215
},
216216
{
217217
"description": "Apache Commons Email",
218-
"path": ["lib/commons-email-1.5.jar"],
219-
"version": "1.5",
218+
"path": ["lib/commons-email-1.6.0.jar"],
219+
"version": "1.6.0",
220220
"changes": false,
221221
"type": ["java"],
222222
"license": "https://raw.githubusercontent.com/licenses/license-templates/master/templates/apache.txt",

0 commit comments

Comments
 (0)