8000 fix(deps): replace dependency com.atlassian.commonmark:commonmark-ext… · glaforge/java-docs-samples@78fea63 · GitHub
[go: up one dir, main page]

Skip to content

Commit 78fea63

Browse files
authored
fix(deps): replace dependency com.atlassian.commonmark:commonmark-ext-gfm-tables with org.commonmark:commonmark-ext-gfm-tables 0.17.0 (GoogleCloudPlatform#10020)
1 parent 88871fb commit 78fea63

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
@@ -54,7 +54,7 @@
5454
<version>0.17.0</version>
5555
</dependency>
5656
<dependency>
57-
<groupId>com.atlassian.commonmark</groupId>
57+
<groupId>org.commonmark</groupId>
5858
<artifactId>commonmark-ext-gfm-tables</artifactId>
5959
<version>0.17.0</version>
6060
</dependency>

0 commit comments

Comments
 (0)
0