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

Commit 3165f2b

Browse files
fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.17 (#37)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 099e408 commit 3165f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
implementation("io.javalin:javalin:6.4.0")
1515
implementation("org.commonmark:commonmark:0.24.0")
1616
implementation("org.commonmark:commonmark-ext-yaml-front-matter:0.24.0")
17-
implementation("org.slf4j:slf4j-simple:2.0.16")
17+
implementation("org.slf4j:slf4j-simple:2.0.17")
1818
}
1919

2020
application {

0 commit comments

Comments
 (0)