Переглянути джерело

fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.11 (#10187)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 рік тому
батько
коміт
76411deb43
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      benchmark-overhead/build.gradle.kts

+ 1 - 1
benchmark-overhead/build.gradle.kts

@@ -25,7 +25,7 @@ dependencies {
   testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
   testImplementation("org.jooq:joox:2.0.0")
   testImplementation("com.jayway.jsonpath:json-path:2.8.0")
-  testImplementation("org.slf4j:slf4j-simple:2.0.10")
+  testImplementation("org.slf4j:slf4j-simple:2.0.11")
 
   testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
 }