Update CommonMark packages to v0.24.0

This commit is contained in:
Renovate Bot 2025-01-03 19:30:21 +00:00 committed by Tobi Schäfer
parent a53ff1b03c
commit b6004b3a31
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8
2 changed files with 9 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'