diff options
author | dependabot[bot] | 2021-11-29 21:13:55 +0000 |
---|---|---|
committer | vitalyster | 2021-11-30 00:48:32 +0300 |
commit | dba3bb0018670e02836f7e800c26bf75e7f25adc (patch) | |
tree | 76c288c8614cec8d1ee11074c58bbeb358bb79c5 | |
parent | 800f1e7bd54737fe22884cfc3a29a8e3072d9f94 (diff) |
Bump commonmark from 0.18.0 to 0.18.1
Bumps [commonmark](https://github.com/commonmark/commonmark-java) from 0.18.0 to 0.18.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.18.0...commonmark-parent-0.18.1)
---
updated-dependencies:
- dependency-name: org.commonmark:commonmark
dependency-type: direct:production
update-type: version-update:semver-patch
...
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.18.0</version> + <version>0.18.1</version> </dependency> <dependency> <groupId>org.commonmark</groupId> |