Skip to content

Commit

Permalink
Update Dependency to 1.32.1 and remove patch
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 committed Feb 15, 2024
1 parent 61460af commit 838e4ad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
25 changes: 0 additions & 25 deletions .github/patches/opentelemetry-java-instrumentation.patch

This file was deleted.

1 change: 0 additions & 1 deletion .github/patches/versions

This file was deleted.

2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data class DependencySet(val group: String, val version: String, val modules: Li
val TEST_SNAPSHOTS = rootProject.findProperty("testUpstreamSnapshots") == "true"

// This is the version of the upstream instrumentation BOM
val otelVersion = "1.32.0-adot1"
val otelVersion = "1.32.1"
val otelSnapshotVersion = "1.33.0"
val otelAlphaVersion = if (!TEST_SNAPSHOTS) "$otelVersion-alpha" else "$otelSnapshotVersion-alpha-SNAPSHOT"
val otelJavaAgentVersion = if (!TEST_SNAPSHOTS) otelVersion else "$otelSnapshotVersion-SNAPSHOT"
Expand Down

0 comments on commit 838e4ad

Please sign in to comment.