File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.8.0-alpha" )
1111 testImplementation(" io.opentelemetry:opentelemetry-api" )
1212
13- testImplementation(" ch.qos.logback:logback-classic:1.5.18 " )
13+ testImplementation(" ch.qos.logback:logback-classic:1.5.19 " )
1414}
1515
1616tasks. test {
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ dependencies {
110110 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
111111 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
112112
113- testRuntimeOnly(" ch.qos.logback:logback-classic:1.5.18 " )
113+ testRuntimeOnly(" ch.qos.logback:logback-classic:1.5.19 " )
114114
115115 // Otel Java instrumentation that we use and extend during integration tests
116116 otel(" io.opentelemetry.javaagent:opentelemetry-javaagent:${ versions.opentelemetryJavaagent} " )
You can’t perform that action at this time.
0 commit comments