Skip to content
4 changes: 2 additions & 2 deletions .github/patches/versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
OTEL_JAVA_INSTRUMENTATION_VERSION=v2.26.1
OTEL_JAVA_CONTRIB_VERSION=v1.54.0
OTEL_JAVA_INSTRUMENTATION_VERSION=v2.27.0
OTEL_JAVA_CONTRIB_VERSION=v1.55.0
8 changes: 4 additions & 4 deletions dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ data class DependencySet(val group: String, val version: String, val modules: Li
val testSnapshots = rootProject.findProperty("testUpstreamSnapshots") == "true"

// This is the version of the upstream instrumentation BOM
val otelVersion = "2.26.1"
val otelSnapshotVersion = "2.27.0"
val otelVersion = "2.27.0-adot1"
val otelSnapshotVersion = "2.28.0"
val otelAlphaVersion = if (!testSnapshots) "$otelVersion-alpha" else "$otelSnapshotVersion-alpha-SNAPSHOT"
val otelJavaAgentVersion = if (!testSnapshots) otelVersion else "$otelSnapshotVersion-SNAPSHOT"
// All versions below are only used in testing and do not affect the released artifact.
Expand Down Expand Up @@ -77,8 +77,8 @@ val dependencyLists = listOf(
"commons-logging:commons-logging:1.2",
"com.sparkjava:spark-core:2.9.4",
"com.squareup.okhttp3:okhttp:4.12.0",
"io.opentelemetry.contrib:opentelemetry-aws-xray:1.54.0-adot1",
"io.opentelemetry.contrib:opentelemetry-aws-resources:1.54.0-alpha",
"io.opentelemetry.contrib:opentelemetry-aws-xray:1.55.0-adot1",
"io.opentelemetry.contrib:opentelemetry-aws-resources:1.55.0-alpha",
"io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha",
"io.opentelemetry.javaagent:opentelemetry-javaagent:$otelJavaAgentVersion",
"io.opentelemetry:opentelemetry-extension-aws:1.20.1",
Expand Down
Loading