Skip to content

Commit 3fa258b

Browse files
authoredJan 23, 2023
fix(deps): update dependency com.vladsch.flexmark:flexmark-all to v0.64.0
1 parent 1095ab4 commit 3fa258b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ dependencies {
107107
diktatCompileOnly "org.cqfn.diktat:diktat-rules:$VER_DIKTAT"
108108

109109
// used for markdown formatting
110-
flexmarkCompileOnly 'com.vladsch.flexmark:flexmark-all:0.62.2'
110+
flexmarkCompileOnly 'com.vladsch.flexmark:flexmark-all:0.64.0'
111111
}
112112

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

0 commit comments

Comments
 (0)