Skip to content

Commit f2da3f5

Browse files
committed
Update dependencies and Otel to v1.32.4
1 parent 2ea18a9 commit f2da3f5

File tree

93 files changed

+9244
-427
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+9244
-427
lines changed

.github/patches/opentelemetry-java-instrumentation.patch

Lines changed: 5652 additions & 40 deletions
Large diffs are not rendered by default.

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ data class DependencySet(val group: String, val version: String, val modules: Li
2727
val TEST_SNAPSHOTS = rootProject.findProperty("testUpstreamSnapshots") == "true"
2828

2929
// This is the version of the upstream instrumentation BOM
30-
val otelVersion = "1.32.1-adot1"
30+
val otelVersion = "1.32.1-adot2"
3131
val otelSnapshotVersion = "1.33.0"
3232
val otelAlphaVersion = if (!TEST_SNAPSHOTS) "$otelVersion-alpha" else "$otelSnapshotVersion-alpha-SNAPSHOT"
3333
val otelJavaAgentVersion = if (!TEST_SNAPSHOTS) otelVersion else "$otelSnapshotVersion-SNAPSHOT"

0 commit comments

Comments
 (0)