Skip to content

Commit

Permalink
bump commons-email
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar committed Dec 22, 2023
1 parent 4b5f4e5 commit b026b1b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file removed lib/commons-email-1.5.jar
Binary file not shown.
Binary file added lib/commons-email-1.6.0.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email</artifactId>
<version>1.5</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
4 changes: 2 additions & 2 deletions versionsAndDeps.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@
},
{
"description": "Apache Commons Email",
"path": ["lib/commons-email-1.5.jar"],
"version": "1.5",
"path": ["lib/commons-email-1.6.0.jar"],
"version": "1.6.0",
"changes": false,
"type": ["java"],
"license": "https://raw.githubusercontent.com/licenses/license-templates/master/templates/apache.txt",
Expand Down

0 comments on commit b026b1b

Please sign in to comment.