From 32e3552aeba1d9067f899a54ef930a8280605b54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 16:10:34 +0000 Subject: [PATCH] fix(deps): update dependency org.commonmark:commonmark to v0.25.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 59b4ab9..9e3af71 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ repositories { dependencies { implementation("io.javalin:javalin:6.6.0") - implementation("org.commonmark:commonmark:0.24.0") + implementation("org.commonmark:commonmark:0.25.0") implementation("org.commonmark:commonmark-ext-yaml-front-matter:0.24.0") implementation("org.slf4j:slf4j-simple:2.0.17") }