Skip to content

Commit 87c8f43

Browse files
fix(deps): update slf4j monorepo to v2.0.16 (main) (patch) (#11989)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lauri Tulmin <[email protected]>
1 parent ea30409 commit 87c8f43

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.15")
28+
testImplementation("org.slf4j:slf4j-simple:2.0.16")
2929

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

dependencyManagement/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ val byteBuddyVersion = "1.14.18"
4545
val asmVersion = "9.7"
4646
val jmhVersion = "1.37"
4747
val mockitoVersion = "4.11.0"
48-
val slf4jVersion = "2.0.15"
48+
val slf4jVersion = "2.0.16"
4949
val semConvVersion = "1.25.0-alpha"
5050

5151
val CORE_DEPENDENCIES = listOf(

licenses/licenses.md

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)