diff options
author | dependabot[bot] | 2020-12-11 06:48:59 +0000 |
---|---|---|
committer | vitalyster | 2020-12-11 09:55:40 +0300 |
commit | 7a8d5d3d39458eb1f872e8f38cfb54eb5546da70 (patch) | |
tree | 520ab16acd9ce0bda88485aaa36244a0675fe103 /build.gradle | |
parent | 0b2963be808438f82ad73673dac67c3331805993 (diff) |
Bump commonmark-ext-autolink from 0.15.2 to 0.16.1
Bumps [commonmark-ext-autolink](https://github.com/atlassian/commonmark-java) from 0.15.2 to 0.16.1.
- [Release notes](https://github.com/atlassian/commonmark-java/releases)
- [Changelog](https://github.com/commonmark/commonmark-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/atlassian/commonmark-java/compare/commonmark-parent-0.15.2...commonmark-parent-0.16.1)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 05b1808a..1d75399e 100644 --- a/build.gradle +++ b/build.gradle @@ -158,7 +158,7 @@ dependencies { compile 'io.pebbletemplates:pebble-spring5:3.1.4' compile 'com.atlassian.commonmark:commonmark:0.15.2' - compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.15.2' + compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.16.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" |