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

Commit e480060

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

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
@@ -12,7 +12,7 @@ repositories {
1212

1313
dependencies {
1414
implementation("io.javalin:javalin:6.3.0")
15-
implementation("org.commonmark:commonmark:0.23.0")
15+
implementation("org.commonmark:commonmark:0.24.0")
1616
implementation("org.commonmark:commonmark-ext-yaml-front-matter:0.23.0")
1717
implementation("org.slf4j:slf4j-simple:2.0.16")
1818
}

0 commit comments

Comments
 (0)