diff --git a/build.gradle.kts b/build.gradle.kts index 59b4ab9..3e5e2bd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ repositories { dependencies { implementation("io.javalin:javalin:6.6.0") implementation("org.commonmark:commonmark:0.24.0") - implementation("org.commonmark:commonmark-ext-yaml-front-matter:0.24.0") + implementation("org.commonmark:commonmark-ext-yaml-front-matter:0.25.0") implementation("org.slf4j:slf4j-simple:2.0.17") }