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.3.2-alpha"  )
1111  testImplementation(" io.opentelemetry:opentelemetry-api"  )
1212
13-   testImplementation(" ch.qos.logback:logback-classic:1.5.8 "  )
13+   testImplementation(" ch.qos.logback:logback-classic:1.5.9 "  )
1414}
1515
1616tasks. test  {
Original file line number Diff line number Diff 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.5.8 "  )
111+   testRuntimeOnly(" ch.qos.logback:logback-classic:1.5.9 "  )
112112
113113  // Otel Java instrumentation that we use and extend during integration tests
114114  otel(" io.opentelemetry.javaagent:opentelemetry-javaagent:${ versions.opentelemetryJavaagent} "  )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments