Skip to content

Commit 4fa5321

Browse files
chore(deps): update dependency org.slf4j:slf4j-api to v2.0.2 (#51)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 66a6f53 commit 4fa5321

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
@@ -54,7 +54,7 @@ subprojects {
5454
testRuntimeOnly(group = "org.junit.jupiter", name = "junit-jupiter-engine")
5555

5656
// logging and tests
57-
api(group = "org.slf4j", name = "slf4j-api", version = "2.0.1")
57+
api(group = "org.slf4j", name = "slf4j-api", version = "2.0.2")
5858
testImplementation(group = "org.slf4j", name = "slf4j-simple", version = "2.0.1")
5959
}
6060

0 commit comments

Comments
 (0)