Skip to content

Commit

Permalink
Update the OpenTelemetry otel extension version to 2.9.0 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: openinsightbot <openinsightbot@users.noreply.github.com>
  • Loading branch information
JaredTan95 and openinsightbot authored Oct 21, 2024
1 parent aede19a commit 6819b61
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 @@ -14,8 +14,8 @@ plugins {
id "com.diffplug.spotless" version "6.22.0"

// https://plugins.gradle.org/plugin/io.opentelemetry.instrumentation.muzzle-generation
id "io.opentelemetry.instrumentation.muzzle-generation" version "2.8.0-alpha"
id "io.opentelemetry.instrumentation.muzzle-check" version "2.8.0-alpha"
id "io.opentelemetry.instrumentation.muzzle-generation" version "2.9.0-alpha"
id "io.opentelemetry.instrumentation.muzzle-check" version "2.9.0-alpha"
}

group 'io.daocloud.otel.java.extension.nacos'
Expand All @@ -27,8 +27,8 @@ ext {
opentelemetrySdk : "1.43.0",

// these lines are managed by .github/scripts/update-version.sh
opentelemetryJavaagent : "2.8.0",
opentelemetryJavaagentAlpha: "2.8.0-alpha",
opentelemetryJavaagent : "2.9.0",
opentelemetryJavaagentAlpha: "2.9.0-alpha",

junit : "5.10.0"
]
Expand Down

0 comments on commit 6819b61

Please sign in to comment.