aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-05-17 07:35:33 +0000
committerGravatar vitalyster2021-05-17 10:46:39 +0300
commitfb183fb0f579254bb4a0a59681e4133b6bd96d0d (patch)
treed157d2497d5ab8e17b72e9026aa21b7fe4889be2
parente4b1eb36844e4f518c9454f4894085846c3675b2 (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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 3bed7b38..231bb8d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>