Skip to content

Commit

Permalink
Update to latest contrib version with the new xray-lambda propagator.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbenson committed Mar 27, 2024
1 parent d6da5b0 commit e8f1a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rootProject.extra["versions"] = dependencyVersions

// this line is managed by .github/scripts/update-sdk-version.sh
val otelSdkVersion = "1.36.0"
val otelContribVersion = "1.33.0-alpha"
val otelContribVersion = "1.34.0-alpha"
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")

// Need both BOM and groovy jars
Expand Down

0 comments on commit e8f1a23

Please sign in to comment.