diff options
author | dependabot[bot] | 2021-02-04 06:41:06 +0000 |
---|---|---|
committer | vitalyster | 2021-02-04 09:46:47 +0300 |
commit | 3b0a8e4ba64e5cbc4b59e0c9e397f095656fb0e0 (patch) | |
tree | f7e2b52ce29eb5d9b40d3cf62a555359d4c8a069 /build.gradle | |
parent | 30b304641013ec75e19ec2afe6fec1b85a0a9318 (diff) |
Bump commonmark from 0.17.0 to 0.17.1
Bumps [commonmark](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>
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 a45f1ef1..0fac1681 100644 --- a/build.gradle +++ b/build.gradle @@ -155,7 +155,7 @@ dependencies { runtime 'com.h2database:h2' compile 'io.pebbletemplates:pebble-spring5:3.1.4' - compile 'org.commonmark:commonmark:0.17.0' + compile 'org.commonmark:commonmark:0.17.1' compile 'org.commonmark:commonmark-ext-autolink:0.17.0' compile 'org.tomitribe:tomitribe-http-signatures:1.7' compile 'com.google.api-client:google-api-client:1.31.1' |