Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 22 additions & 9 deletions agent/agent/gradle.lockfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.azure:azure-sdk-bom:1.2.36=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.19.1=runtimeClasspath
io.netty:netty-bom:4.2.3.Final=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.17.1-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.17.1=runtimeClasspath
io.opentelemetry:opentelemetry-bom-alpha:1.51.0-alpha=runtimeClasspath
io.opentelemetry:opentelemetry-bom:1.51.0=runtimeClasspath
org.junit:junit-bom:5.13.3=runtimeClasspath
org.testcontainers:testcontainers-bom:1.21.3=runtimeClasspath
ch.qos.logback:logback-classic:1.3.15=testRuntimeClasspath
ch.qos.logback:logback-core:1.3.15=testRuntimeClasspath
com.azure:azure-sdk-bom:1.2.36=runtimeClasspath,testRuntimeClasspath
com.fasterxml.jackson:jackson-bom:2.19.1=runtimeClasspath,testRuntimeClasspath
io.netty:netty-bom:4.2.3.Final=runtimeClasspath,testRuntimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.18.0-alpha=runtimeClasspath,testRuntimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.18.0=runtimeClasspath,testRuntimeClasspath
io.opentelemetry:opentelemetry-bom-alpha:1.52.0-alpha=runtimeClasspath,testRuntimeClasspath
io.opentelemetry:opentelemetry-bom:1.52.0=runtimeClasspath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-api:5.13.3=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-engine:5.13.3=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-params:5.13.3=testRuntimeClasspath
org.junit.platform:junit-platform-commons:1.13.3=testRuntimeClasspath
org.junit.platform:junit-platform-engine:1.13.3=testRuntimeClasspath
org.junit.platform:junit-platform-launcher:1.13.3=testRuntimeClasspath
org.junit:junit-bom:5.13.3=runtimeClasspath,testRuntimeClasspath
org.opentest4j:opentest4j:1.3.0=testRuntimeClasspath
org.slf4j:jcl-over-slf4j:2.0.17=testRuntimeClasspath
org.slf4j:jul-to-slf4j:2.0.17=testRuntimeClasspath
org.slf4j:log4j-over-slf4j:2.0.17=testRuntimeClasspath
org.slf4j:slf4j-api:2.0.17=testRuntimeClasspath
org.testcontainers:testcontainers-bom:1.21.3=runtimeClasspath,testRuntimeClasspath
empty=
4 changes: 2 additions & 2 deletions dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ val dependencyVersions = hashMapOf<String, String>()
rootProject.extra["versions"] = dependencyVersions

val otelSdkVersion = "1.51.0"
val otelInstrumentationAlphaVersion = "2.17.1-alpha"
val otelInstrumentationVersion = "2.17.1"
val otelInstrumentationAlphaVersion = "2.18.0-alpha"
val otelInstrumentationVersion = "2.18.0"
val otelContribVersion = "1.47.0"

rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion
Expand Down
Loading