From a9926ca9e78745b9c54f92b890e312d254e99438 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 12:36:30 +0000 Subject: [PATCH] fix(deps): update dependency com.vladsch.flexmark:flexmark-all to v0.64.0 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index e398e80d23..cdd59408ad 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -98,7 +98,7 @@ dependencies { diktatCompileOnly "org.cqfn.diktat:diktat-rules:$VER_DIKTAT" // used for markdown formatting - flexmarkCompileOnly 'com.vladsch.flexmark:flexmark-all:0.62.2' + flexmarkCompileOnly 'com.vladsch.flexmark:flexmark-all:0.64.0' } // we'll hold the core lib to a high standard