From a291e1412e1dd996f992635dad99f208415fa5ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 08:05:07 +0000 Subject: [PATCH] Bump commonmark from 0.18.2 to 0.21.0 Bumps [commonmark](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 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..94c7860 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ repositories { } dependencies { - api 'org.commonmark:commonmark:0.18.2' + api 'org.commonmark:commonmark:0.21.0' implementation 'org.springframework.boot:spring-boot-autoconfigure' compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'