Skip to content

Commit 4ece069

Browse files
fix(deps): update dependency com.vladsch.flexmark:flexmark-all to v0.64.0
1 parent 11622e0 commit 4ece069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies {
102102
diktatCompileOnly "org.cqfn.diktat:diktat-rules:$VER_DIKTAT"
103103

104104
// used for markdown formatting
105-
flexmarkCompileOnly 'com.vladsch.flexmark:flexmark-all:0.62.2'
105+
flexmarkCompileOnly 'com.vladsch.flexmark:flexmark-all:0.64.0'
106106
}
107107

108108
// we'll hold the core lib to a high standard

0 commit comments

Comments
 (0)