diff --git a/build.gradle b/build.gradle index 8f2df80ed2d7..96e58402d488 100644 --- a/build.gradle +++ b/build.gradle @@ -194,7 +194,7 @@ dependencies { implementation 'com.vladsch.flexmark:flexmark:0.61.26' implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.61.26' - implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.61.26' + implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.61.30' testImplementation 'io.github.classgraph:classgraph:4.8.78' testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'