Merge pull request #352 from antville/dependabot/gradle/org.commonmark-commonmark-ext-autolink-0.21.0
build(deps): bump commonmark-ext-autolink from 0.18.1 to 0.21.0
This commit is contained in:
commit
18c80b047d
2 changed files with 8 additions and 8 deletions
|
@ -48,10 +48,10 @@ allprojects {
|
|||
version = distVersion()
|
||||
|
||||
dependencies {
|
||||
implementation 'org.commonmark:commonmark:0.18.1'
|
||||
implementation 'org.commonmark:commonmark-ext-autolink:0.18.1'
|
||||
implementation 'org.commonmark:commonmark-ext-gfm-strikethrough:0.18.1'
|
||||
implementation 'org.commonmark:commonmark-ext-gfm-tables:0.18.1'
|
||||
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.jsoup:jsoup:1.14.3'
|
||||
implementation 'rome:rome:1.0'
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
app.addRepository(app.dir + '/../lib/autolink-0.10.0.jar');
|
||||
app.addRepository(app.dir + '/../lib/commonmark-0.18.1.jar');
|
||||
app.addRepository(app.dir + '/../lib/commonmark-ext-autolink-0.18.1.jar');
|
||||
app.addRepository(app.dir + '/../lib/commonmark-ext-gfm-strikethrough-0.18.1.jar');
|
||||
app.addRepository(app.dir + '/../lib/commonmark-ext-gfm-tables-0.18.1.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');
|
||||
|
||||
var renderMarkdown = (function() {
|
||||
const commonMark = new JavaImporter(
|
||||
|
|
Loading…
Add table
Reference in a new issue