aboutsummaryrefslogtreecommitdiff
path: root/juick-core/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-11-20 12:06:31 +0300
committerGravatar Vitaly Takmazov2017-11-20 12:06:31 +0300
commit3f7645e8547f9215342b5c235177e381522154ad (patch)
tree80cfa8992518cba98b80d3e1f48c2c6feb85375a /juick-core/build.gradle
parentea9703f962244dde404ec43bd157145926f2e3c0 (diff)
dependencyUpdates
Diffstat (limited to 'juick-core/build.gradle')
-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 426532a6..c262c2ad 100644
--- a/juick-core/build.gradle
+++ b/juick-core/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'java'
dependencies {
compile "com.fasterxml.jackson.core:jackson-annotations:${rootProject.jacksonVersion}"
- compile 'org.apache.commons:commons-lang3:3.6'
+ compile 'org.apache.commons:commons-lang3:3.7'
compile "commons-codec:commons-codec:1.11"
compile 'org.apache.commons:commons-collections4:4.1'
compile "org.apache.commons:commons-text:1.1"