From 6710a06a129ed5aa2d1337a0023da8b5641e4d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 08:05:11 +0000 Subject: [PATCH] Bump commonmark-ext-task-list-items from 0.18.2 to 0.21.0 Bumps [commonmark-ext-task-list-items](https://github.com/commonmark/commonmark-java) from 0.18.2 to 0.21.0. - [Release notes](https://github.com/commonmark/commonmark-java/releases) - [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.18.2...commonmark-parent-0.21.0) --- updated-dependencies: - dependency-name: org.commonmark:commonmark-ext-task-list-items dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }