Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 29cbdee

Browse files
fix(deps): update dependency org.commonmark:commonmark-ext-yaml-front-matter to v0.24.0 (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e480060 commit 29cbdee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
dependencies {
1414
implementation("io.javalin:javalin:6.3.0")
1515
implementation("org.commonmark:commonmark:0.24.0")
16-
implementation("org.commonmark:commonmark-ext-yaml-front-matter:0.23.0")
16+
implementation("org.commonmark:commonmark-ext-yaml-front-matter:0.24.0")
1717
implementation("org.slf4j:slf4j-simple:2.0.16")
1818
}
1919

0 commit comments

Comments
 (0)