Bump ch.qos.logback:logback-classic from 1.4.6 to 1.4.7 in /examples/extension (#8322)
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:
parent
f1d946e0f3
commit
c11208e350
|
@ -108,7 +108,7 @@ dependencies {
|
||||||
|
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api:${versions.junit}")
|
testImplementation("org.junit.jupiter:junit-jupiter-api:${versions.junit}")
|
||||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${versions.junit}")
|
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${versions.junit}")
|
||||||
testRuntimeOnly("ch.qos.logback:logback-classic:1.4.6")
|
testRuntimeOnly("ch.qos.logback:logback-classic:1.4.7")
|
||||||
|
|
||||||
//Otel Java instrumentation that we use and extend during integration tests
|
//Otel Java instrumentation that we use and extend during integration tests
|
||||||
otel("io.opentelemetry.javaagent:opentelemetry-javaagent:${versions.opentelemetryJavaagent}")
|
otel("io.opentelemetry.javaagent:opentelemetry-javaagent:${versions.opentelemetryJavaagent}")
|
||||||
|
|
Loading…
Reference in New Issue