Skip to content

Commit

Permalink
Fix commonmark, bump version (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek authored Dec 7, 2023
1 parent 0e4b9a8 commit 333a303
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,15 +184,15 @@

<!-- Markdown Utilities -->
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<groupId>org.commonmark</groupId>
<artifactId>commonmark</artifactId>
<version>0.17.0</version>
<version>0.21.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<groupId>org.commonmark</groupId>
<artifactId>commonmark-ext-gfm-tables</artifactId>
<version>0.17.0</version>
<version>0.21.0</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit 333a303

Please sign in to comment.