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.5.0-alpha" )
1111 testImplementation(" io.opentelemetry:opentelemetry-api" )
1212
13- testImplementation(" ch.qos.logback:logback-classic:1.5.16 " )
13+ testImplementation(" ch.qos.logback:logback-classic:1.5.17 " )
1414}
1515
1616tasks. test {
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ dependencies {
109109 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
110110 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
111111
112- testRuntimeOnly(" ch.qos.logback:logback-classic:1.5.16 " )
112+ testRuntimeOnly(" ch.qos.logback:logback-classic:1.5.17 " )
113113
114114 // Otel Java instrumentation that we use and extend during integration tests
115115 otel(" io.opentelemetry.javaagent:opentelemetry-javaagent:${ versions.opentelemetryJavaagent} " )
You can’t perform that action at this time.
0 commit comments