Skip to content

Commit c354182

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

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
@@ -55,7 +55,7 @@ subprojects {
5555

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

6161
tasks {

0 commit comments

Comments
 (0)