Bump logback-classic from 1.2.11 to 1.4.4 in /examples/distro (#7081)

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

View File

@ -10,7 +10,7 @@ dependencies {
testImplementation("io.opentelemetry.proto:opentelemetry-proto:0.19.0-alpha")
testImplementation("io.opentelemetry:opentelemetry-api:1.19.0")
testImplementation("ch.qos.logback:logback-classic:1.2.11")
testImplementation("ch.qos.logback:logback-classic:1.4.4")
}
tasks.test {