fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.10 (#10139)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-30 16:58:03 +02:00 committed by GitHub
parent 0eea3f64c1
commit ed0aed3fd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.9")
testImplementation("org.slf4j:slf4j-simple:2.0.10")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
}