Update CommonMark packages to v0.25.1
This commit is contained in:
parent
87640ed8da
commit
07b72ee436
1 changed files with 4 additions and 4 deletions
|
@ -47,10 +47,10 @@ configurations {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
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.commonmark:commonmark:0.25.1'
|
||||
implementation 'org.commonmark:commonmark-ext-autolink:0.25.1'
|
||||
implementation 'org.commonmark:commonmark-ext-gfm-strikethrough:0.25.1'
|
||||
implementation 'org.commonmark:commonmark-ext-gfm-tables:0.25.1'
|
||||
implementation 'org.jsoup:jsoup:1.19.1'
|
||||
implementation 'rome:rome:1.0'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue