Bump ch.qos.logback:logback-classic from 1.4.7 to 1.4.8 in /examples/distro (#8714)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-13 16:40:13 -07:00 committed by GitHub
parent 22bd9f59df
commit 60c07e8c60
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.20.0-alpha")
testImplementation("io.opentelemetry:opentelemetry-api:${versions.opentelemetry}")
testImplementation("ch.qos.logback:logback-classic:1.4.7")
testImplementation("ch.qos.logback:logback-classic:1.4.8")
}
tasks.test {