Skip to content

Commit 4a17266

Browse files
renovate[bot]trask
andauthoredDec 14, 2024··
fix(deps): update otelcontribversion to v1.42.0-alpha (minor) (#12892)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
1 parent 39627d2 commit 4a17266

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎dependencyManagement/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rootProject.extra["versions"] = dependencyVersions
99

1010
// this line is managed by .github/scripts/update-sdk-version.sh
1111
val otelSdkVersion = "1.45.0"
12-
val otelContribVersion = "1.41.0-alpha"
12+
val otelContribVersion = "1.42.0-alpha"
1313
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
1414

1515
// Need both BOM and groovy jars

‎licenses/licenses.md

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.