File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha" )
11
11
testImplementation(" io.opentelemetry:opentelemetry-api" )
12
12
13
- testImplementation(" ch.qos.logback:logback-classic:1.5.16 " )
13
+ testImplementation(" ch.qos.logback:logback-classic:1.5.17 " )
14
14
}
15
15
16
16
tasks. test {
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ dependencies {
109
109
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
110
110
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
111
111
112
- testRuntimeOnly(" ch.qos.logback:logback-classic:1.5.16 " )
112
+ testRuntimeOnly(" ch.qos.logback:logback-classic:1.5.17 " )
113
113
114
114
// Otel Java instrumentation that we use and extend during integration tests
115
115
otel(" io.opentelemetry.javaagent:opentelemetry-javaagent:${ versions.opentelemetryJavaagent} " )
You can’t perform that action at this time.
0 commit comments