diff options
author | Vitaly Takmazov | 2019-07-25 09:52:32 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-07-25 09:52:32 +0300 |
commit | f1bf747c4595999943ed3f067947491754930b9f (patch) | |
tree | fddea8b5d3c62a085c4d16efca3e33360a263a6a | |
parent | 7adbd1f557a43373eb25cd37df71d59c871290ca (diff) |
Update deps
-rw-r--r-- | build.gradle | 4 |
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' |