Skip to content

Commit

Permalink
[release/v2.13.x] fix(deps): update opentelemetry-java-contrib monore…
Browse files Browse the repository at this point in the history
…po to v1.44.0-alpha (minor) (#13420)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
otelbot[bot] and renovate[bot] authored Feb 28, 2025
1 parent 9486838 commit 981df2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data class DependencySet(val group: String, val version: String, val modules: Li

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

// Need both BOM and groovy jars
Expand Down
8 changes: 4 additions & 4 deletions licenses/licenses.md

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

0 comments on commit 981df2b

Please sign in to comment.