Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7969e3e

Browse files
authoredSep 14, 2022
Update dependency com.vladsch.flexmark:flexmark-all to v0.64.0
1 parent 624af26 commit 7969e3e

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
@@ -59,7 +59,7 @@ dependencies {
5959
diktatCompileOnly "org.cqfn.diktat:diktat-rules:$VER_DIKTAT"
6060

6161
// used for markdown formatting
62-
flexmarkCompileOnly 'com.vladsch.flexmark:flexmark-all:0.62.2'
62+
flexmarkCompileOnly 'com.vladsch.flexmark:flexmark-all:0.64.0'
6363
}
6464

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

0 commit comments

Comments
 (0)
Please sign in to comment.