diff --git a/build.gradle b/build.gradle index ca7a2f7..66521f2 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor' annotationProcessor 'org.projectlombok:lombok' - testImplementation 'org.commonmark:commonmark-ext-task-list-items:0.18.2' + testImplementation 'org.commonmark:commonmark-ext-task-list-items:0.21.0' testImplementation 'org.springframework.boot:spring-boot-starter-test' }