Merge pull request 'Update CommonMark packages to v0.24.0' (#476) from renovate/commonmark-packages into main

Reviewed-on: #476
This commit is contained in:
Tobi Schäfer 2025-01-03 20:20:56 +00:00
commit 7b9046a5ec
2 changed files with 8 additions and 9 deletions

View file

@ -43,10 +43,10 @@ allprojects {
version = distVersion()
dependencies {
implementation 'org.commonmark:commonmark:0.21.0'
implementation 'org.commonmark:commonmark-ext-autolink:0.21.0'
implementation 'org.commonmark:commonmark-ext-gfm-strikethrough:0.21.0'
implementation 'org.commonmark:commonmark-ext-gfm-tables:0.21.0'
implementation 'org.commonmark:commonmark:0.24.0'
implementation 'org.commonmark:commonmark-ext-autolink:0.24.0'
implementation 'org.commonmark:commonmark-ext-gfm-strikethrough:0.24.0'
implementation 'org.commonmark:commonmark-ext-gfm-tables:0.24.0'
implementation 'org.jsoup:jsoup:1.18.3'
implementation 'rome:rome:1.0'

View file

@ -1,8 +1,7 @@
app.addRepository(app.dir + '/../lib/autolink-0.10.0.jar');
app.addRepository(app.dir + '/../lib/commonmark-0.21.0.jar');
app.addRepository(app.dir + '/../lib/commonmark-ext-autolink-0.21.0.jar');
app.addRepository(app.dir + '/../lib/commonmark-ext-gfm-strikethrough-0.21.0.jar');
app.addRepository(app.dir + '/../lib/commonmark-ext-gfm-tables-0.21.0.jar');
app.addRepository(app.dir + '/../lib/commonmark-0.24.0.jar');
app.addRepository(app.dir + '/../lib/commonmark-ext-autolink-0.24.0.jar');
app.addRepository(app.dir + '/../lib/commonmark-ext-gfm-strikethrough-0.24.0.jar');
app.addRepository(app.dir + '/../lib/commonmark-ext-gfm-tables-0.24.0.jar');
var renderMarkdown = (function() {
const commonMark = new JavaImporter(