update flexmark version

This commit is contained in:
Jonathan Shook
2021-11-16 11:58:02 -06:00
parent 75244e01ea
commit b8295eb54e

View File

@@ -38,12 +38,12 @@
<dependency> <dependency>
<groupId>com.vladsch.flexmark</groupId> <groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-ext-yaml-front-matter</artifactId> <artifactId>flexmark-ext-yaml-front-matter</artifactId>
<version>0.61.6</version> <version>0.62.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.vladsch.flexmark</groupId> <groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-html2md-converter</artifactId> <artifactId>flexmark-html2md-converter</artifactId>
<version>0.61.6</version> <version>0.62.2</version>
</dependency> </dependency>