From 3b26d34cea24e6b199b32ce1fbd32c4d55b629e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 11:09:50 +0000 Subject: [PATCH] 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 dfb2a38d73..5c2858b18a 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