Skip to content

Commit 6bf81b4

Browse files
authored
fix(deps): replace dependency com.atlassian.commonmark:commonmark-ext-gfm-strikethrough with org.commonmark:commonmark-ext-gfm-strikethrough 0.17.0 (#10009)
1 parent 680ccb9 commit 6bf81b4

File tree

1 file changed

+1
-1
lines changed
  • run/markdown-preview/renderer

1 file changed

+1
-1
lines changed

run/markdown-preview/renderer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<version>0.17.0</version>
6060
</dependency>
6161
<dependency>
62-
<groupId>com.atlassian.commonmark</groupId>
62+
<groupId>org.commonmark</groupId>
6363
<artifactId>commonmark-ext-gfm-strikethrough</artifactId>
6464
<version>0.17.0</version>
6565
</dependency>

0 commit comments

Comments
 (0)