aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 98266772..8681ed8d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -116,7 +116,7 @@ dependencies {
compile "org.apache.commons:commons-lang3:3.9"
compile "org.apache.commons:commons-collections4:4.4"
compile 'org.apache.commons:commons-text:1.7'
- compile "commons-codec:commons-codec:1.12"
+ compile "commons-codec:commons-codec:1.13"
compile "commons-io:commons-io:2.6"
compile 'com.google.code.findbugs:jsr305:3.0.2'
@@ -133,7 +133,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.6.3'
+ compile 'com.github.scribejava:scribejava-apis:6.7.0'
compile 'com.github.pengrad:java-telegram-bot-api:4.3.1'
compile 'com.twelvemonkeys.imageio:imageio-jpeg:3.4.1'
compile 'org.imgscalr:imgscalr-lib:4.2'