Compare commits

...

1 commit

Author SHA1 Message Date
6ee6b23548 Update dependency org.jsoup:jsoup to v1.20.1 2025-04-29 06:42:48 +00:00

View file

@ -51,7 +51,7 @@ dependencies {
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.19.1'
implementation 'org.jsoup:jsoup:1.20.1'
implementation 'rome:rome:1.0'
lessCss('org.lesscss:lesscss:1.7.0.1.1') {