Skip to content

Commit 680ccb9

Browse files
authored
fix(deps): replace dependency com.atlassian.commonmark:commonmark with org.commonmark:commonmark 0.17.0 (GoogleCloudPlatform#10008)
1 parent 78fea63 commit 680ccb9

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
@@ -49,7 +49,7 @@
4949
<artifactId>spring-boot-starter-web</artifactId>
5050
</dependency>
5151
<dependency>
52-
<groupId>com.atlassian.commonmark</groupId>
52+
<groupId>org.commonmark</groupId>
5353
<artifactId>commonmark</artifactId>
5454
<version>0.17.0</version>
5555
</dependency>

0 commit comments

Comments
 (0)