aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 9e5c4b6a..a1cc6098 100644
--- a/build.gradle
+++ b/build.gradle
@@ -137,7 +137,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.0.0'
+ compile 'com.github.scribejava:scribejava-apis:6.1.0'
compile 'com.github.pengrad:java-telegram-bot-api:4.1.0'
compile 'com.twelvemonkeys.imageio:imageio-jpeg:3.4.1'
compile 'org.imgscalr:imgscalr-lib:4.2'
@@ -161,8 +161,8 @@ dependencies {
compile 'com.github.ooxi:serialized-php-parser:0.5.0'
compile 'io.pebbletemplates:pebble-spring5:3.0.6'
- compile 'com.atlassian.commonmark:commonmark:0.11.0'
- compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.11.0'
+ compile 'com.atlassian.commonmark:commonmark:0.12.1'
+ compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.12.1'
compile 'org.tomitribe:tomitribe-http-signatures:1.1'
testCompile("org.springframework.boot:spring-boot-starter-test")