Skip to content

Commit bd2a65a

Browse files
fix(deps): update slf4j monorepo to v2.0.16 (release/v1.33.x) (patch) (#11990)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lauri Tulmin <[email protected]>
1 parent 476583e commit bd2a65a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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
@@ -44,7 +44,7 @@ val byteBuddyVersion = "1.14.18"
4444
val asmVersion = "9.7"
4545
val jmhVersion = "1.37"
4646
val mockitoVersion = "4.11.0"
47-
val slf4jVersion = "2.0.15"
47+
val slf4jVersion = "2.0.16"
4848

4949
val CORE_DEPENDENCIES = listOf(
5050
"io.opentelemetry.semconv:opentelemetry-semconv:1.23.1-alpha",

licenses/licenses.md

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

0 commit comments

Comments
 (0)