From 5eb62bd02183cdd22bfec825c8d05a718668a2eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 06:39:44 +0000 Subject: [PATCH] fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.15 --- benchmark-overhead/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark-overhead/build.gradle.kts b/benchmark-overhead/build.gradle.kts index c65d10a5f7fb..a43d2c42af90 100644 --- a/benchmark-overhead/build.gradle.kts +++ b/benchmark-overhead/build.gradle.kts @@ -25,7 +25,7 @@ dependencies { testImplementation("com.squareup.okhttp3:okhttp:4.12.0") testImplementation("org.jooq:joox:2.0.1") testImplementation("com.jayway.jsonpath:json-path:2.9.0") - testImplementation("org.slf4j:slf4j-simple:2.0.14") + testImplementation("org.slf4j:slf4j-simple:2.0.15") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine") }