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

fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.17 #37

Merged
merged 1 commit into from
Mar 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
implementation("io.javalin:javalin:6.4.0")
implementation("org.commonmark:commonmark:0.24.0")
implementation("org.commonmark:commonmark-ext-yaml-front-matter:0.24.0")
implementation("org.slf4j:slf4j-simple:2.0.16")
implementation("org.slf4j:slf4j-simple:2.0.17")
}

application {
Expand Down
Loading