From d8e8dfef78359461fa49ab14304876a35049f364 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 30 Jan 2018 16:08:10 +0300 Subject: gradle: dependency updates --- juick-www/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'juick-www') diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 5ba4a5fc..a0cc15d0 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -25,12 +25,12 @@ apply plugin: 'org.akhikhl.gretty' dependencies { compile project(':juick-server-web') compile project(':juick-server-jdbc') - compile 'com.github.scribejava:scribejava-apis:5.1.0' + compile 'com.github.scribejava:scribejava-apis:5.2.0-java7again' compile 'com.github.ooxi:serialized-php-parser:0.5.0' compile 'com.sun.mail:javax.mail:1.6.0' compile 'com.mitchellbosecke:pebble-spring4:2.4.0' - compile 'com.atlassian.commonmark:commonmark:0.10.0' - compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.10.0' + compile 'com.atlassian.commonmark:commonmark:0.11.0' + compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.11.0' testCompile project(path: ':juick-core', configuration: 'testArtifacts') testCompile project(path: ':juick-server-web', configuration: 'testArtifacts') -- cgit v1.2.3