diff options
author | Vitaly Takmazov | 2018-08-20 09:24:35 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-08-20 09:24:35 +0300 |
commit | 5741586f1ca63447adf12f63a83eb1cd0837833d (patch) | |
tree | cb74b8f5a473f2fb9b8ad00b6af64c0dbdc6b00f /juick-common | |
parent | 8c6ed42b5ecdd0ad5cc1ae236f83f82ceef04728 (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 60fc0d68..f1d42571 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.7" + compile "org.apache.commons:commons-lang3:3.8" compile "org.apache.commons:commons-collections4:4.2" compile 'org.apache.commons:commons-text:1.4' compile "commons-codec:commons-codec:1.11" |