File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 
runtime-attach/runtime-attach-core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77  id(" com.github.johnrengelman.shadow"  )
88  id(" me.champeau.jmh"  ) version " 0.7.3" 
99  id(" ru.vyarus.animalsniffer"  ) version " 2.0.0" 
10-   id(" com.squareup.wire"  ) version " 5.2.1 " 
10+   id(" com.squareup.wire"  ) version " 5.3.0 " 
1111}
1212
1313description =  " Exporter implementations that store signals on disk" 
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description = "To help in create an OpenTelemetry distro able to runtime attach
77otelJava.moduleName.set(" io.opentelemetry.contrib.attach.core"  )
88
99dependencies {
10-   implementation(" net.bytebuddy:byte-buddy-agent:1.17.0 "  )
10+   implementation(" net.bytebuddy:byte-buddy-agent:1.17.1 "  )
1111
1212  //  Used by byte-buddy but not brought in as a transitive dependency.
1313  compileOnly(" com.google.code.findbugs:annotations"  )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments