diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 021b65f7..175ecce3 100644 --- a/build.gradle +++ b/build.gradle @@ -134,7 +134,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.7.0' + compile 'com.github.scribejava:scribejava-apis:6.8.0' compile 'com.github.pengrad:java-telegram-bot-api:4.4.0' compile 'com.twelvemonkeys.imageio:imageio-jpeg:3.4.2' compile 'org.imgscalr:imgscalr-lib:4.2' @@ -162,7 +162,7 @@ dependencies { compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.13.0' compile 'org.tomitribe:tomitribe-http-signatures:1.3' compile 'com.google.api-client:google-api-client:1.30.2' - compile "com.kotcrab.remark:remark:1.0.0" + compile "com.kotcrab.remark:remark:1.1.0" testCompile("org.springframework.boot:spring-boot-starter-test") testCompile('net.sourceforge.htmlunit:htmlunit:2.35.0') |