fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.14 (#9989)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-01 08:46:08 -08:00 committed by GitHub
parent dc81aae72f
commit 85eedf40d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ dependencies {
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha")
testImplementation("io.opentelemetry:opentelemetry-api")
testImplementation("ch.qos.logback:logback-classic:1.4.13")
testImplementation("ch.qos.logback:logback-classic:1.4.14")
}
tasks.test {

View File

@ -108,7 +108,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:${versions.junit}")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${versions.junit}")
testRuntimeOnly("ch.qos.logback:logback-classic:1.4.13")
testRuntimeOnly("ch.qos.logback:logback-classic:1.4.14")
//Otel Java instrumentation that we use and extend during integration tests
otel("io.opentelemetry.javaagent:opentelemetry-javaagent:${versions.opentelemetryJavaagent}")