Skip to content

Commit 0752034

Browse files
authored
Update Dependency to 1.32.1 and remove patch (#749)
1 parent 203cbaa commit 0752034

File tree

3 files changed

+1
-27
lines changed

3 files changed

+1
-27
lines changed

.github/patches/release/v1.32.x/opentelemetry-java-instrumentation.patch

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/patches/release/v1.32.x/versions

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.0-adot1"
30+
val otelVersion = "1.32.1"
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)