diff --git a/build.gradle b/build.gradle index 16a2141c654..ccae6efb7f3 100644 --- a/build.gradle +++ b/build.gradle @@ -198,7 +198,7 @@ dependencies { implementation 'com.vladsch.flexmark:flexmark:0.61.0' implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.61.0' - implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.61.0' + implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.61.6' testImplementation 'io.github.classgraph:classgraph:4.8.69' testImplementation 'org.junit.jupiter:junit-jupiter:5.6.1'