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.0.0-alpha" )
11
11
testImplementation(" io.opentelemetry:opentelemetry-api" )
12
12
13
- testImplementation(" ch.qos.logback:logback-classic:1.5.2 " )
13
+ testImplementation(" ch.qos.logback:logback-classic:1.5.3 " )
14
14
}
15
15
16
16
tasks. test {
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ dependencies {
108
108
109
109
testImplementation(" org.junit.jupiter:junit-jupiter-api:${ versions.junit} " )
110
110
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:${ versions.junit} " )
111
- testRuntimeOnly(" ch.qos.logback:logback-classic:1.5.2 " )
111
+ testRuntimeOnly(" ch.qos.logback:logback-classic:1.5.3 " )
112
112
113
113
// Otel Java instrumentation that we use and extend during integration tests
114
114
otel(" io.opentelemetry.javaagent:opentelemetry-javaagent:${ versions.opentelemetryJavaagent} " )
You can’t perform that action at this time.
0 commit comments