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

Commit 28c5165

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

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.22.0")
16-
implementation("org.commonmark:commonmark-ext-yaml-front-matter:0.22.0")
16+
implementation("org.commonmark:commonmark-ext-yaml-front-matter:0.23.0")
1717
implementation("org.slf4j:slf4j-simple:2.0.16")
1818
}
1919

0 commit comments

Comments
 (0)