diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-31 16:22:29 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-31 16:22:29 +0200 |
commit | debe3635c41f5b0b843c834d7b01abef7c5e537a (patch) | |
tree | 0a84273596f607908abfd9ea4c41ff297076d000 | |
parent | c1842312eab80c1d6a013dfa294459a2d354c7b8 (diff) | |
download | moa-id-spss-debe3635c41f5b0b843c834d7b01abef7c5e537a.tar.gz moa-id-spss-debe3635c41f5b0b843c834d7b01abef7c5e537a.tar.bz2 moa-id-spss-debe3635c41f5b0b843c834d7b01abef7c5e537a.zip |
update javax.mail.mail to version 1.4.7
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -161,7 +161,7 @@ <dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
- <version>1.4</version>
+ <version>1.4.7</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
|