diff options
author | Vitaly Takmazov | 2018-05-28 17:44:38 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-05-28 17:44:38 +0300 |
commit | 77a6aa1b1e28f2d66c494e69caa691c1d69ca6af (patch) | |
tree | 56b69924b609b1a612f8998abf163b8ea17149be /juick-common | |
parent | becc5e008199c94ffce1435839d85999b57f131b (diff) |
update maven dependencies
Diffstat (limited to 'juick-common')
-rw-r--r-- | juick-common/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-common/build.gradle b/juick-common/build.gradle index c57655f1..95bca7cf 100644 --- a/juick-common/build.gradle +++ b/juick-common/build.gradle @@ -11,7 +11,7 @@ dependencies { compile "commons-codec:commons-codec:1.11" compile "commons-io:commons-io:2.6" compile 'com.google.code.findbugs:jsr305:3.0.2' - compile 'org.ocpsoft.prettytime:prettytime:4.0.1.Final' + compile 'org.ocpsoft.prettytime:prettytime:4.0.2.Final' compile 'org.imgscalr:imgscalr-lib:4.2' compile "org.apache.commons:commons-imaging:1.0-SNAPSHOT" runtime "commons-fileupload:commons-fileupload:1.3.3" |