diff options
author | dependabot[bot] | 2020-12-11 06:59:23 +0000 |
---|---|---|
committer | vitalyster | 2020-12-11 10:02:15 +0300 |
commit | e53882a634f67a121c7a575eb9dea86b35543971 (patch) | |
tree | 71bf33c2c080dd6d154c3937b9880a9ee775633f | |
parent | d8ee057dc0583b8f3a32362de352e717f61eb130 (diff) |
Bump commonmark from 0.15.2 to 0.16.1
Bumps [commonmark](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>
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 1d75399e..2bda7b49 100644 --- a/build.gradle +++ b/build.gradle @@ -157,7 +157,7 @@ dependencies { runtime 'com.h2database:h2' compile 'io.pebbletemplates:pebble-spring5:3.1.4' - compile 'com.atlassian.commonmark:commonmark:0.15.2' + compile 'com.atlassian.commonmark:commonmark:0.16.1' 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' |