diff options
author | dependabot[bot] | 2021-05-17 07:35:33 +0000 |
---|---|---|
committer | vitalyster | 2021-05-17 10:46:39 +0300 |
commit | fb183fb0f579254bb4a0a59681e4133b6bd96d0d (patch) | |
tree | d157d2497d5ab8e17b72e9026aa21b7fe4889be2 | |
parent | e4b1eb36844e4f518c9454f4894085846c3675b2 (diff) |
Bump commonmark from 0.17.1 to 0.17.2
Bumps [commonmark](https://github.com/commonmark/commonmark-java) from 0.17.1 to 0.17.2.
- [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.1...commonmark-parent-0.17.2)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ <dependency> <groupId>org.commonmark</groupId> <artifactId>commonmark</artifactId> - <version>0.17.1</version> + <version>0.17.2</version> </dependency> <dependency> <groupId>org.commonmark</groupId> |