Skip to content

Commit

Permalink
Merge pull request #231 from solarwinds-cloud/cc/NH-80623
Browse files Browse the repository at this point in the history
NH-80623: upgrade to upstream v2.4.0
  • Loading branch information
cleverchuk authored May 20, 2024
2 parents 2a7c6be + 5d663e1 commit a6a5337
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 @@ -29,7 +29,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.3.0-alpha"
classpath "io.opentelemetry.instrumentation:gradle-plugins:2.4.0-alpha"
}
}

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

ext {
versions = [
opentelemetry : "1.37.0",
opentelemetryJavaagent: "2.3.0",
opentelemetry : "1.38.0",
opentelemetryJavaagent: "2.4.0",
bytebuddy : "1.12.10",
guava : "30.1-jre",
joboe : "10.0.4",
agent : "2.3.1", // the custom distro agent version
agent : "2.4.0", // the custom distro agent version
autoservice : "1.0.1",
caffeine : "2.9.3",
]
Expand Down

0 comments on commit a6a5337

Please sign in to comment.