Skip to content

Commit

Permalink
Update otel sdk to 1.36.0 in release/v1.33.x (#10866)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Mar 15, 2024
1 parent ef3c417 commit ae78cd9
Showing 4 changed files with 52 additions and 32 deletions.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ val dependencyVersions = hashMapOf<String, String>()
rootProject.extra["versions"] = dependencyVersions

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

// Need both BOM and groovy jars
62 changes: 31 additions & 31 deletions licenses/licenses.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ae78cd9

Please sign in to comment.