Skip to content

Commit 6fde768

Browse files
Update dependency ch.qos.logback:logback-classic to v1.4.14 (release/v1.32.x) (#10462)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 268bc77 commit 6fde768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/distro/smoke-tests/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha")
1111
testImplementation("io.opentelemetry:opentelemetry-api")
1212

13-
testImplementation("ch.qos.logback:logback-classic:1.4.11")
13+
testImplementation("ch.qos.logback:logback-classic:1.4.14")
1414
}
1515

1616
tasks.test {

examples/extension/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ dependencies {
108108

109109
testImplementation("org.junit.jupiter:junit-jupiter-api:${versions.junit}")
110110
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${versions.junit}")
111-
testRuntimeOnly("ch.qos.logback:logback-classic:1.4.11")
111+
testRuntimeOnly("ch.qos.logback:logback-classic:1.4.14")
112112

113113
//Otel Java instrumentation that we use and extend during integration tests
114114
otel("io.opentelemetry.javaagent:opentelemetry-javaagent:${versions.opentelemetryJavaagent}")

0 commit comments

Comments
 (0)