diff options
author | Vitaly Takmazov | 2018-01-30 16:08:10 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-01-30 16:08:10 +0300 |
commit | d8e8dfef78359461fa49ab14304876a35049f364 (patch) | |
tree | 4a610d967f47b2333ec9d93042977e335273ed72 /juick-www/build.gradle | |
parent | 31ff67f333894b79fdfcbeb948cedfd6e588417f (diff) |
gradle: dependency updates
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r-- | juick-www/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
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') |