Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #180 from Inform-Software/update-commonmark
Browse files Browse the repository at this point in the history
Update commonmark (& modules) to 0.21.0
  • Loading branch information
TobiX authored Jan 9, 2023
2 parents d9a57fa + b58ede9 commit 00493a9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions codenarc-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,25 @@

<properties>
<auto.version>1.9</auto.version>
<commonmark.version>0.21.0</commonmark.version>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark</artifactId>
<version>0.18.1</version>
<version>${commonmark.version}</version>
</dependency>
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark-ext-yaml-front-matter</artifactId>
<version>0.18.1</version>
<version>${commonmark.version}</version>
</dependency>
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark-ext-gfm-tables</artifactId>
<version>0.18.1</version>
<version>${commonmark.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 00493a9

Please sign in to comment.