From bb6727442041b41e92fca96bddffd30e307280eb Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 10 Feb 2019 16:52:28 +0300 Subject: Update deps --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index f25ecf42..da73b471 100644 --- a/build.gradle +++ b/build.gradle @@ -124,7 +124,7 @@ dependencies { compile ("org.springframework.boot:spring-boot-starter-undertow") { exclude group: 'org.jboss.xnio' } - compile ("org.jboss.xnio:xnio-nio:3.6.5.Final") { + compile ("org.jboss.xnio:xnio-nio:3.7.0.Final") { exclude group: 'org.jboss.threads' } compile 'org.jboss.threads:jboss-threads:2.3.3.Final' @@ -132,7 +132,7 @@ dependencies { compile ('org.springframework.boot:spring-boot-devtools') compile "org.apache.commons:commons-lang3:3.8.1" - compile "org.apache.commons:commons-collections4:4.2" + compile "org.apache.commons:commons-collections4:4.3" compile 'org.apache.commons:commons-text:1.6' compile "commons-codec:commons-codec:1.11" compile "commons-io:commons-io:2.6" @@ -151,7 +151,7 @@ dependencies { compileOnly 'io.springfox:springfox-core:2.9.2' compile 'org.apache.commons:commons-email:1.5' - compile 'com.github.scribejava:scribejava-apis:6.2.0' + compile 'com.github.scribejava:scribejava-apis:6.3.0' compile 'com.github.pengrad:java-telegram-bot-api:4.1.1' compile 'com.twelvemonkeys.imageio:imageio-jpeg:3.4.1' compile 'org.imgscalr:imgscalr-lib:4.2' -- cgit v1.2.3