diff options
author | dependabot[bot] | 2021-02-04 07:21:29 +0000 |
---|---|---|
committer | vitalyster | 2021-02-04 10:23:27 +0300 |
commit | d362b9f6cf22d5c127ecca56f233620d47d15149 (patch) | |
tree | fad3dc9dbba526f4804fb883a3eea0dcd3676c93 | |
parent | b999f376c2e7889ff5a95f7e44aefc6f48cf095e (diff) |
Bump commonmark-ext-autolink from 0.17.0 to 0.17.1
Bumps [commonmark-ext-autolink](https://github.com/commonmark/commonmark-java) from 0.17.0 to 0.17.1.
- [Release notes](https://github.com/commonmark/commonmark-java/releases)
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.17.0...commonmark-parent-0.17.1)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 0fac1681..835b28cc 100644 --- a/build.gradle +++ b/build.gradle @@ -156,7 +156,7 @@ dependencies { compile 'io.pebbletemplates:pebble-spring5:3.1.4' compile 'org.commonmark:commonmark:0.17.1' - compile 'org.commonmark:commonmark-ext-autolink:0.17.0' + compile 'org.commonmark:commonmark-ext-autolink:0.17.1' compile 'org.tomitribe:tomitribe-http-signatures:1.7' compile 'com.google.api-client:google-api-client:1.31.1' compile "com.kotcrab.remark:remark:1.2.0" |