Skip to content

Commit e1fca18

Browse files
fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.15 (release/v1.33.x) (#11978)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 60776e9 commit e1fca18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark-overhead/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
2626
testImplementation("org.jooq:joox:2.0.1")
2727
testImplementation("com.jayway.jsonpath:json-path:2.9.0")
28-
testImplementation("org.slf4j:slf4j-simple:2.0.14")
28+
testImplementation("org.slf4j:slf4j-simple:2.0.15")
2929

3030
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
3131
}

0 commit comments

Comments
 (0)