Skip to content

Commit

Permalink
Change otel instrumentation agent dependency to 1.28.0 (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Jul 13, 2023
1 parent 0fa8284 commit f54eda1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation(gradleApi())

implementation("com.diffplug.spotless:spotless-plugin-gradle:6.19.0")
implementation("io.opentelemetry.instrumentation:gradle-plugins:1.28.0-alpha-SNAPSHOT")
implementation("io.opentelemetry.instrumentation:gradle-plugins:1.28.0-alpha")
implementation("io.spring.gradle:dependency-management-plugin:1.1.0")

// keep these versions in sync with settings.gradle.kts
Expand Down
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

val otelVersion = "1.28.0"
val otelAlphaVersion = otelVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
val otelInstrumentationVersion = "1.28.0-SNAPSHOT"
val otelInstrumentationVersion = "1.28.0"
val otelInstrumentationAlphaVersion = otelInstrumentationVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
val otelContribAlphaVersion = "1.27.0-alpha"

Expand Down

0 comments on commit f54eda1

Please sign in to comment.