diff options
author | Vitaly Takmazov | 2018-07-14 12:53:19 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-07-14 12:53:19 +0300 |
commit | 3936bb230a856c12a0afbab3fb1baa331beee337 (patch) | |
tree | 97c30fad7164cdc2ba60c6f9cfdcc98b1acc6c5d /juick-common | |
parent | 59d0881ba5ff6ea240cac9b8b145524f3062a455 (diff) |
update dependencies
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 b7c0f4c2..60fc0d68 100644 --- a/juick-common/build.gradle +++ b/juick-common/build.gradle @@ -6,7 +6,7 @@ dependencies { 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-collections4:4.1" + compile "org.apache.commons:commons-collections4:4.2" compile 'org.apache.commons:commons-text:1.4' compile "commons-codec:commons-codec:1.11" compile "commons-io:commons-io:2.6" |