aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-06-02 21:45:09 +0000
committerGravatar vitalyster2022-06-03 04:27:23 +0300
commit6b72114595ade84572fd4e4b37e42e46786aaaad (patch)
tree0672fb0bdad3420030e63f026983f263685b7ee2
parent2809446ac6fe9d0fbb3dd0dbd576f88483a0daf6 (diff)
Bump commonmark from 0.18.2 to 0.19.0
Bumps [commonmark](https://github.com/commonmark/commonmark-java) from 0.18.2 to 0.19.0. - [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.2...commonmark-parent-0.19.0) --- updated-dependencies: - dependency-name: org.commonmark:commonmark dependency-type: direct:production update-type: version-update:semver-minor ... 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 51a78811..491ee1c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark</artifactId>
- <version>0.18.2</version>
+ <version>0.19.0</version>
</dependency>
<dependency>
<groupId>org.commonmark</groupId>