aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar vitalyster2021-01-15 10:15:46 +0300
committerGravatar GitHub2021-01-15 10:15:46 +0300
commit5415349b4a2fe5bdfcb6efd8767bdf81993bca6a (patch)
tree9d42aa3f1b2ec2af881ba7e63e26b064fbc98841 /build.gradle
parent0bee2da4c290eb531bf5caccecfb373d257daed8 (diff)
Gradle: switch commonmark dependency to the new artifact id
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 1cd6ea05..217d67d6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -157,8 +157,8 @@ dependencies {
runtime 'com.h2database:h2'
compile 'io.pebbletemplates:pebble-spring5:3.1.4'
- compile 'com.atlassian.commonmark:commonmark:0.17.0'
- compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.16.1'
+ compile 'org.commonmark:commonmark:0.17.0'
+ compile 'org.commonmark:commonmark-ext-autolink:0.17.0'
compile 'org.tomitribe:tomitribe-http-signatures:1.7'
compile 'com.google.api-client:google-api-client:1.31.1'
compile "com.kotcrab.remark:remark:1.2.0"