aboutsummaryrefslogtreecommitdiff
path: root/juick-core
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-03-04 07:20:13 +0300
committerGravatar Vitaly Takmazov2017-03-04 07:20:13 +0300
commitc2d7eadf75c27854f8ad12a6dfce82fa900b0f3e (patch)
tree3a1e5b7f24d299d07adff4b078fece2103395a91 /juick-core
parente214aa621706a6281cab423831f7d722d894a5ab (diff)
update dependencies
Diffstat (limited to 'juick-core')
-rw-r--r--juick-core/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-core/build.gradle b/juick-core/build.gradle
index 772818e4..a31a52b0 100644
--- a/juick-core/build.gradle
+++ b/juick-core/build.gradle
@@ -8,7 +8,7 @@ dependencies {
compile 'org.apache.commons:commons-lang3:3.5'
compile 'org.apache.commons:commons-collections4:4.1'
compile 'commons-io:commons-io:2.5'
- compile 'org.ocpsoft.prettytime:prettytime:3.2.7.Final'
+ compile 'org.ocpsoft.prettytime:prettytime:4.0.1.Final'
testCompile "junit:junit:${rootProject.junitVersion}"
testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}"