diff options
author | Vitaly Takmazov | 2017-09-19 15:02:17 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-09-19 15:02:58 +0300 |
commit | 030257f473a92693a4b696acfa745bbf64c98580 (patch) | |
tree | 0fb398e98b79d4ea4a942476f9dafcadfa3a5489 /juick-www/build.gradle | |
parent | 3bdf9cf591956682036910e840e1b6d5e608d4d3 (diff) |
dependency updates
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r-- | juick-www/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 520bad55..83902b8a 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -24,8 +24,8 @@ dependencies { 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.9.0' - compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.9.0' + compile 'com.atlassian.commonmark:commonmark:0.10.0' + compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.10.0' testCompile project(path: ':juick-core', configuration: 'testArtifacts') testCompile project(path: ':juick-server-web', configuration: 'testArtifacts') |