aboutsummaryrefslogtreecommitdiff
path: root/juick-common
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-10-07 12:38:33 +0300
committerGravatar Vitaly Takmazov2018-10-07 12:38:33 +0300
commit1dbaac46c7205c184ff2365031d918083b2dce57 (patch)
treece52fbbae3e86d08e2550ece68ef861018397fc1 /juick-common
parent73a1c8b79e66faa1096266732bd985f609c57dcd (diff)
update dependencies
Diffstat (limited to 'juick-common')
-rw-r--r--juick-common/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-common/build.gradle b/juick-common/build.gradle
index 967926ba..47aeebb3 100644
--- a/juick-common/build.gradle
+++ b/juick-common/build.gradle
@@ -4,7 +4,7 @@ dependencies {
compile("org.springframework.boot:spring-boot-starter-json")
compile "org.apache.commons:commons-lang3:3.8.1"
compile "org.apache.commons:commons-collections4:4.2"
- compile 'org.apache.commons:commons-text:1.4'
+ compile 'org.apache.commons:commons-text:1.5'
compile "commons-codec:commons-codec:1.11"
compile "commons-io:commons-io:2.6"
compile 'com.google.code.findbugs:jsr305:3.0.2'