fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.17 (#13397)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
17634e2d19
commit
72c9fabf8d
|
@ -10,7 +10,7 @@ dependencies {
|
||||||
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha")
|
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha")
|
||||||
testImplementation("io.opentelemetry:opentelemetry-api")
|
testImplementation("io.opentelemetry:opentelemetry-api")
|
||||||
|
|
||||||
testImplementation("ch.qos.logback:logback-classic:1.5.16")
|
testImplementation("ch.qos.logback:logback-classic:1.5.17")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.test {
|
tasks.test {
|
||||||
|
|
|
@ -109,7 +109,7 @@ dependencies {
|
||||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
||||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||||
|
|
||||||
testRuntimeOnly("ch.qos.logback:logback-classic:1.5.16")
|
testRuntimeOnly("ch.qos.logback:logback-classic:1.5.17")
|
||||||
|
|
||||||
//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