diff options
author | Vitaly Takmazov | 2018-10-17 12:37:36 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-10-17 12:37:36 +0300 |
commit | 20c3c5a6e0c4e3f1b624b8052d947264627e7e33 (patch) | |
tree | 9df509c2eaecb621fca712a911369f17fa2a2c74 /juick-common | |
parent | 524f97bd9cea9a005d72a0680309a028b736288f (diff) |
dependency updates
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 47aeebb3..8b26a887 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.5' + compile 'org.apache.commons:commons-text:1.6' compile "commons-codec:commons-codec:1.11" compile "commons-io:commons-io:2.6" compile 'com.google.code.findbugs:jsr305:3.0.2' |