diff options
author | dependabot[bot] | 2021-01-15 06:58:15 +0000 |
---|---|---|
committer | vitalyster | 2021-01-15 10:06:33 +0300 |
commit | 0bee2da4c290eb531bf5caccecfb373d257daed8 (patch) | |
tree | 45740ca72377423ecddb0b73dd30a2ae23a2613b /build.gradle | |
parent | aa28970e1a214bd00d7e24e01fb8aff039634edd (diff) |
Bump commonmark from 0.16.1 to 0.17.0
Bumps [commonmark](https://github.com/atlassian/commonmark-java) from 0.16.1 to 0.17.0.
- [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.16.1...commonmark-parent-0.17.0)
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 1b6de17b..1cd6ea05 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.16.1' + compile 'com.atlassian.commonmark:commonmark:0.17.0' 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' |