diff options
author | Vitaly Takmazov | 2018-02-17 19:33:16 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-02-17 19:33:16 +0300 |
commit | 9f30de2d192655f4e8fa11f35fafc4035bc4ebaf (patch) | |
tree | 2e9634552157a3146bc4e37ebe794f34a937585a /juick-www/build.gradle | |
parent | 9c676d6b1910c2f01f13e9df418496cc89ce35be (diff) |
update maven dependencies
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r-- | juick-www/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 1db0ceaa..54076360 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -27,7 +27,7 @@ dependencies { compile project(':juick-server-jdbc') compile 'com.github.scribejava:scribejava-apis:5.2.0-java7again' compile 'com.github.ooxi:serialized-php-parser:0.5.0' - compile 'com.sun.mail:javax.mail:1.6.0' + compile 'com.sun.mail:javax.mail:1.6.1' compile 'com.mitchellbosecke:pebble-spring4:2.4.0' compile 'com.atlassian.commonmark:commonmark:0.11.0' compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.11.0' |