Skip to content

Commit a3afe13

Browse files
fix(deps): update opentelemetry-java-contrib monorepo to v1.56.0-alpha (#18374)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 3aad4af commit a3afe13

2 files changed

Lines changed: 65 additions & 69 deletions

File tree

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data class DependencySet(val group: String, val version: String, val modules: Li
66

77
// this line is managed by .github/scripts/update-sdk-version.sh
88
val otelSdkVersion = "1.61.0"
9-
val otelContribVersion = "1.55.0-alpha"
9+
val otelContribVersion = "1.56.0-alpha"
1010
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
1111

1212
// Need both BOM and groovy jars

0 commit comments

Comments
 (0)