From 5415349b4a2fe5bdfcb6efd8767bdf81993bca6a Mon Sep 17 00:00:00 2001 From: vitalyster Date: Fri, 15 Jan 2021 10:15:46 +0300 Subject: Gradle: switch commonmark dependency to the new artifact id --- build.gradle | 4 ++-- 1 file 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" -- cgit v1.2.3