diff options
Diffstat (limited to 'juick-core')
-rw-r--r-- | juick-core/build.gradle | 2 |
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}" |