Bump logback-classic from 1.2.11 to 1.4.4 in /examples/extension (#7056)

This commit is contained in:
dependabot[bot] 2022-11-09 08:14:45 -08:00 committed by GitHub
parent 09f3a51efa
commit e293fe2ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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