Skip to content

Commit

Permalink
upgrade commonmark markdown parser version
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Jun 4, 2017
1 parent bbf4f96 commit c969a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-gfm-tables</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>
</dependency>

<!--RSS输出-->
Expand Down

0 comments on commit c969a66

Please sign in to comment.