Skip to content

Commit

Permalink
Merge pull request #262 from solarwinds/cc/NH-89194
Browse files Browse the repository at this point in the history
NH-89194: upgrade to upstream 2.8.0
  • Loading branch information
cleverchuk authored Sep 20, 2024
2 parents 051ef5c + 63499dc commit 1063e26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {
dependencies {
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.14.0"
classpath "com.github.johnrengelman:shadow:8.1.1"
classpath "io.opentelemetry.instrumentation:gradle-plugins:2.6.0-alpha"
classpath "io.opentelemetry.instrumentation:gradle-plugins:2.7.0-alpha"
}
}

Expand All @@ -44,12 +44,12 @@ subprojects {

ext {
versions = [
opentelemetry : "1.40.0",
opentelemetryJavaagent: "2.6.0",
opentelemetry : "1.42.1",
opentelemetryJavaagent: "2.8.0",
bytebuddy : "1.12.10",
guava : "30.1-jre",
joboe : "10.0.11",
agent : "2.6.0", // the custom distro agent version
agent : "2.8.0", // the custom distro agent version
autoservice : "1.0.1",
caffeine : "2.9.3",
json : "20231013",
Expand Down

0 comments on commit 1063e26

Please sign in to comment.