aboutsummaryrefslogtreecommitdiff
path: root/juick-common
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-09-24 11:39:57 +0300
committerGravatar Vitaly Takmazov2018-09-24 11:39:57 +0300
commite0e82d8d33404be43f9bd4422b2c8268f0977b6c (patch)
treefcb744883e81e74f2cbe5387c7abd08d43e4b06f /juick-common
parent17f98537f4f71c7f2f7a13663915cb219f719211 (diff)
dependency updates
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 f1d42571..e7ee0720 100644
--- a/juick-common/build.gradle
+++ b/juick-common/build.gradle
@@ -5,7 +5,7 @@ dependencies {
compile("org.springframework.boot:spring-boot-starter-security")
compile("org.springframework.boot:spring-boot-starter-web")
compile("org.springframework.boot:spring-boot-starter-websocket")
- compile "org.apache.commons:commons-lang3:3.8"
+ 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 "commons-codec:commons-codec:1.11"