diff options
author | Vitaly Takmazov | 2019-06-14 10:10:34 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-06-14 10:10:34 +0300 |
commit | 68ab64a50f34e2c7cb5c9787d2bcd938b84a6d6e (patch) | |
tree | 774b7ac74872f806e3417b91d3fa8cc734a7083f | |
parent | 8af7c98d73544f4ff6a60b2e3f0176b6d3cf9306 (diff) |
Update deps
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index acbc2020..21e2821d 100644 --- a/build.gradle +++ b/build.gradle @@ -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.2' + compile 'com.github.scribejava:scribejava-apis:6.6.3' compile 'com.github.pengrad:java-telegram-bot-api:4.3.0' compile 'com.twelvemonkeys.imageio:imageio-jpeg:3.4.1' compile 'org.imgscalr:imgscalr-lib:4.2' |