aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-11-29 21:13:55 +0000
committerGravatar vitalyster2021-11-30 00:48:32 +0300
commitdba3bb0018670e02836f7e800c26bf75e7f25adc (patch)
tree76c288c8614cec8d1ee11074c58bbeb358bb79c5
parent800f1e7bd54737fe22884cfc3a29a8e3072d9f94 (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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8b3c1595..d7aea7a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>