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

Commit 00493a9

Browse files
authored
Merge pull request #180 from Inform-Software/update-commonmark
Update commonmark (& modules) to 0.21.0
2 parents d9a57fa + b58ede9 commit 00493a9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

codenarc-converter/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,25 @@
1414

1515
<properties>
1616
<auto.version>1.9</auto.version>
17+
<commonmark.version>0.21.0</commonmark.version>
1718
<maven.deploy.skip>true</maven.deploy.skip>
1819
</properties>
1920

2021
<dependencies>
2122
<dependency>
2223
<groupId>org.commonmark</groupId>
2324
<artifactId>commonmark</artifactId>
24-
<version>0.18.1</version>
25+
<version>${commonmark.version}</version>
2526
</dependency>
2627
<dependency>
2728
<groupId>org.commonmark</groupId>
2829
<artifactId>commonmark-ext-yaml-front-matter</artifactId>
29-
<version>0.18.1</version>
30+
<version>${commonmark.version}</version>
3031
</dependency>
3132
<dependency>
3233
<groupId>org.commonmark</groupId>
3334
<artifactId>commonmark-ext-gfm-tables</artifactId>
34-
<version>0.18.1</version>
35+
<version>${commonmark.version}</version>
3536
</dependency>
3637

3738
<dependency>

0 commit comments

Comments
 (0)