From 58c2737d95fd3c1835b7539e31f25b7e4c32b0a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 11:46:31 +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 5480320889..5cfa14d907 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -109,7 +109,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' gsonCompileOnly 'com.google.code.gson:gson:2.10.1'