Skip to content
Open
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-bootstrap/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,26 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# To regenerate this file, run: ./gradlew :agent:agent-bootstrap:dependencies --write-locks
com.azure:azure-sdk-bom:1.3.7=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath
io.netty:netty-bom:4.2.16.Final=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath
io.opentelemetry:opentelemetry-bom-alpha:1.62.0-alpha=runtimeClasspath
io.opentelemetry:opentelemetry-bom:1.62.0=runtimeClasspath
org.junit:junit-bom:5.14.4=runtimeClasspath
org.testcontainers:testcontainers-bom:2.0.5=runtimeClasspath
ch.qos.logback:logback-classic:1.3.16=testRuntimeClasspath
ch.qos.logback:logback-core:1.3.16=testRuntimeClasspath
com.azure:azure-sdk-bom:1.3.7=runtimeClasspath,testRuntimeClasspath
com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath,testRuntimeClasspath
io.netty:netty-bom:4.2.16.Final=runtimeClasspath,testRuntimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath,testRuntimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath,testRuntimeClasspath
io.opentelemetry:opentelemetry-bom-alpha:1.62.0-alpha=runtimeClasspath,testRuntimeClasspath
io.opentelemetry:opentelemetry-bom:1.62.0=runtimeClasspath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-api:5.14.4=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-engine:5.14.4=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-params:5.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-commons:1.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-engine:1.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-launcher:1.14.4=testRuntimeClasspath
org.junit:junit-bom:5.14.4=runtimeClasspath,testRuntimeClasspath
org.opentest4j:opentest4j:1.3.0=testRuntimeClasspath
org.slf4j:jcl-over-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:jul-to-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:log4j-over-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:slf4j-api:2.0.18=testRuntimeClasspath
org.testcontainers:testcontainers-bom:2.0.5=runtimeClasspath,testRuntimeClasspath
empty=
31 changes: 22 additions & 9 deletions agent/agent-for-testing/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,26 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# To regenerate this file, run: ./gradlew :agent:agent-for-testing:dependencies --write-locks
com.azure:azure-sdk-bom:1.3.7=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath
io.netty:netty-bom:4.2.16.Final=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath
io.opentelemetry:opentelemetry-bom-alpha:1.62.0-alpha=runtimeClasspath
io.opentelemetry:opentelemetry-bom:1.62.0=runtimeClasspath
org.junit:junit-bom:5.14.4=runtimeClasspath
org.testcontainers:testcontainers-bom:2.0.5=runtimeClasspath
ch.qos.logback:logback-classic:1.3.16=testRuntimeClasspath
ch.qos.logback:logback-core:1.3.16=testRuntimeClasspath
com.azure:azure-sdk-bom:1.3.7=runtimeClasspath,testRuntimeClasspath
com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath,testRuntimeClasspath
io.netty:netty-bom:4.2.16.Final=runtimeClasspath,testRuntimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath,testRuntimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath,testRuntimeClasspath
io.opentelemetry:opentelemetry-bom-alpha:1.62.0-alpha=runtimeClasspath,testRuntimeClasspath
io.opentelemetry:opentelemetry-bom:1.62.0=runtimeClasspath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-api:5.14.4=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-engine:5.14.4=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-params:5.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-commons:1.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-engine:1.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-launcher:1.14.4=testRuntimeClasspath
org.junit:junit-bom:5.14.4=runtimeClasspath,testRuntimeClasspath
org.opentest4j:opentest4j:1.3.0=testRuntimeClasspath
org.slf4j:jcl-over-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:jul-to-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:log4j-over-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:slf4j-api:2.0.18=testRuntimeClasspath
org.testcontainers:testcontainers-bom:2.0.5=runtimeClasspath,testRuntimeClasspath
empty=
34 changes: 23 additions & 11 deletions agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,27 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# To regenerate this file, run: ./gradlew :agent:agent-gc-monitor:gc-monitor-api:dependencies --write-locks
com.azure:azure-sdk-bom:1.3.7=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.49.0=runtimeClasspath
io.netty:netty-bom:4.2.16.Final=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath
io.opentelemetry:opentelemetry-bom-alpha:1.62.0-alpha=runtimeClasspath
io.opentelemetry:opentelemetry-bom:1.62.0=runtimeClasspath
org.junit:junit-bom:5.14.4=runtimeClasspath
org.slf4j:slf4j-api:2.0.18=runtimeClasspath
org.testcontainers:testcontainers-bom:2.0.5=runtimeClasspath
ch.qos.logback:logback-classic:1.3.16=testRuntimeClasspath
ch.qos.logback:logback-core:1.3.16=testRuntimeClasspath
com.azure:azure-sdk-bom:1.3.7=runtimeClasspath,testRuntimeClasspath
com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath,testRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.49.0=runtimeClasspath,testRuntimeClasspath
io.netty:netty-bom:4.2.16.Final=runtimeClasspath,testRuntimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath,testRuntimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath,testRuntimeClasspath
io.opentelemetry:opentelemetry-bom-alpha:1.62.0-alpha=runtimeClasspath,testRuntimeClasspath
io.opentelemetry:opentelemetry-bom:1.62.0=runtimeClasspath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-api:5.14.4=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-engine:5.14.4=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-params:5.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-commons:1.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-engine:1.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-launcher:1.14.4=testRuntimeClasspath
org.junit:junit-bom:5.14.4=runtimeClasspath,testRuntimeClasspath
org.opentest4j:opentest4j:1.3.0=testRuntimeClasspath
org.slf4j:jcl-over-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:jul-to-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:log4j-over-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:slf4j-api:2.0.18=runtimeClasspath,testRuntimeClasspath
org.testcontainers:testcontainers-bom:2.0.5=runtimeClasspath,testRuntimeClasspath
empty=
34 changes: 23 additions & 11 deletions agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,27 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# To regenerate this file, run: ./gradlew :agent:agent-gc-monitor:gc-monitor-core:dependencies --write-locks
com.azure:azure-sdk-bom:1.3.7=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.49.0=runtimeClasspath
io.netty:netty-bom:4.2.16.Final=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath
io.opentelemetry:opentelemetry-bom-alpha:1.62.0-alpha=runtimeClasspath
io.opentelemetry:opentelemetry-bom:1.62.0=runtimeClasspath
org.junit:junit-bom:5.14.4=runtimeClasspath
org.slf4j:slf4j-api:2.0.18=runtimeClasspath
org.testcontainers:testcontainers-bom:2.0.5=runtimeClasspath
ch.qos.logback:logback-classic:1.3.16=testRuntimeClasspath
ch.qos.logback:logback-core:1.3.16=testRuntimeClasspath
com.azure:azure-sdk-bom:1.3.7=runtimeClasspath,testRuntimeClasspath
com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath,testRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.49.0=runtimeClasspath,testRuntimeClasspath
io.netty:netty-bom:4.2.16.Final=runtimeClasspath,testRuntimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath,testRuntimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath,testRuntimeClasspath
io.opentelemetry:opentelemetry-bom-alpha:1.62.0-alpha=runtimeClasspath,testRuntimeClasspath
io.opentelemetry:opentelemetry-bom:1.62.0=runtimeClasspath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-api:5.14.4=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-engine:5.14.4=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-params:5.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-commons:1.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-engine:1.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-launcher:1.14.4=testRuntimeClasspath
org.junit:junit-bom:5.14.4=runtimeClasspath,testRuntimeClasspath
org.opentest4j:opentest4j:1.3.0=testRuntimeClasspath
org.slf4j:jcl-over-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:jul-to-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:log4j-over-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:slf4j-api:2.0.18=runtimeClasspath,testRuntimeClasspath
org.testcontainers:testcontainers-bom:2.0.5=runtimeClasspath,testRuntimeClasspath
empty=
35 changes: 26 additions & 9 deletions agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,30 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# To regenerate this file, run: ./gradlew :agent:agent-gc-monitor:gc-monitor-tests:dependencies --write-locks
com.azure:azure-sdk-bom:1.3.7=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath
io.netty:netty-bom:4.2.16.Final=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath
io.opentelemetry:opentelemetry-bom-alpha:1.62.0-alpha=runtimeClasspath
io.opentelemetry:opentelemetry-bom:1.62.0=runtimeClasspath
org.junit:junit-bom:5.14.4=runtimeClasspath
org.testcontainers:testcontainers-bom:2.0.5=runtimeClasspath
ch.qos.logback:logback-classic:1.3.16=testRuntimeClasspath
ch.qos.logback:logback-core:1.3.16=testRuntimeClasspath
com.azure:azure-sdk-bom:1.3.7=runtimeClasspath,testRuntimeClasspath
com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath,testRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.49.0=testRuntimeClasspath
io.netty:netty-bom:4.2.16.Final=runtimeClasspath,testRuntimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath,testRuntimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath,testRuntimeClasspath
io.opentelemetry:opentelemetry-bom-alpha:1.62.0-alpha=runtimeClasspath,testRuntimeClasspath
io.opentelemetry:opentelemetry-bom:1.62.0=runtimeClasspath,testRuntimeClasspath
net.bytebuddy:byte-buddy:1.18.3=testRuntimeClasspath
org.assertj:assertj-core:3.27.7=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-api:5.14.4=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-engine:5.14.4=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-params:5.14.4=testRuntimeClasspath
org.junit.jupiter:junit-jupiter:5.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-commons:1.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-engine:1.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-launcher:1.14.4=testRuntimeClasspath
org.junit:junit-bom:5.14.4=runtimeClasspath,testRuntimeClasspath
org.opentest4j:opentest4j:1.3.0=testRuntimeClasspath
org.slf4j:jcl-over-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:jul-to-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:log4j-over-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:slf4j-api:2.0.18=testRuntimeClasspath
org.testcontainers:testcontainers-bom:2.0.5=runtimeClasspath,testRuntimeClasspath
empty=
31 changes: 22 additions & 9 deletions agent/agent-profiler/agent-alerting-api/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,26 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# To regenerate this file, run: ./gradlew :agent:agent-profiler:agent-alerting-api:dependencies --write-locks
com.azure:azure-sdk-bom:1.3.7=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath
io.netty:netty-bom:4.2.16.Final=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath
io.opentelemetry:opentelemetry-bom-alpha:1.62.0-alpha=runtimeClasspath
io.opentelemetry:opentelemetry-bom:1.62.0=runtimeClasspath
org.junit:junit-bom:5.14.4=runtimeClasspath
org.testcontainers:testcontainers-bom:2.0.5=runtimeClasspath
ch.qos.logback:logback-classic:1.3.16=testRuntimeClasspath
ch.qos.logback:logback-core:1.3.16=testRuntimeClasspath
com.azure:azure-sdk-bom:1.3.7=runtimeClasspath,testRuntimeClasspath
com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath,testRuntimeClasspath
io.netty:netty-bom:4.2.16.Final=runtimeClasspath,testRuntimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath,testRuntimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath,testRuntimeClasspath
io.opentelemetry:opentelemetry-bom-alpha:1.62.0-alpha=runtimeClasspath,testRuntimeClasspath
io.opentelemetry:opentelemetry-bom:1.62.0=runtimeClasspath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-api:5.14.4=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-engine:5.14.4=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-params:5.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-commons:1.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-engine:1.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-launcher:1.14.4=testRuntimeClasspath
org.junit:junit-bom:5.14.4=runtimeClasspath,testRuntimeClasspath
org.opentest4j:opentest4j:1.3.0=testRuntimeClasspath
org.slf4j:jcl-over-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:jul-to-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:log4j-over-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:slf4j-api:2.0.18=testRuntimeClasspath
org.testcontainers:testcontainers-bom:2.0.5=runtimeClasspath,testRuntimeClasspath
empty=
37 changes: 26 additions & 11 deletions agent/agent-profiler/agent-alerting/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,30 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# To regenerate this file, run: ./gradlew :agent:agent-profiler:agent-alerting:dependencies --write-locks
com.azure:azure-json:1.5.1=runtimeClasspath
com.azure:azure-sdk-bom:1.3.7=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath
io.netty:netty-bom:4.2.16.Final=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath
io.opentelemetry:opentelemetry-bom-alpha:1.62.0-alpha=runtimeClasspath
io.opentelemetry:opentelemetry-bom:1.62.0=runtimeClasspath
org.junit:junit-bom:5.14.4=runtimeClasspath
org.slf4j:slf4j-api:2.0.18=runtimeClasspath
org.testcontainers:testcontainers-bom:2.0.5=runtimeClasspath
ch.qos.logback:logback-classic:1.3.16=testRuntimeClasspath
ch.qos.logback:logback-core:1.3.16=testRuntimeClasspath
com.azure:azure-json:1.5.1=runtimeClasspath,testRuntimeClasspath
com.azure:azure-sdk-bom:1.3.7=runtimeClasspath,testRuntimeClasspath
com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath,testRuntimeClasspath
io.netty:netty-bom:4.2.16.Final=runtimeClasspath,testRuntimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath,testRuntimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath,testRuntimeClasspath
io.opentelemetry:opentelemetry-bom-alpha:1.62.0-alpha=runtimeClasspath,testRuntimeClasspath
io.opentelemetry:opentelemetry-bom:1.62.0=runtimeClasspath,testRuntimeClasspath
net.bytebuddy:byte-buddy:1.18.3=testRuntimeClasspath
org.assertj:assertj-core:3.27.7=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-api:5.14.4=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-engine:5.14.4=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-params:5.14.4=testRuntimeClasspath
org.junit.jupiter:junit-jupiter:5.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-commons:1.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-engine:1.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-launcher:1.14.4=testRuntimeClasspath
org.junit:junit-bom:5.14.4=runtimeClasspath,testRuntimeClasspath
org.opentest4j:opentest4j:1.3.0=testRuntimeClasspath
org.slf4j:jcl-over-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:jul-to-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:log4j-over-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:slf4j-api:2.0.18=runtimeClasspath,testRuntimeClasspath
org.testcontainers:testcontainers-bom:2.0.5=runtimeClasspath,testRuntimeClasspath
empty=
31 changes: 22 additions & 9 deletions agent/agent-profiler/agent-diagnostics-api/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,26 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# To regenerate this file, run: ./gradlew :agent:agent-profiler:agent-diagnostics-api:dependencies --write-locks
com.azure:azure-sdk-bom:1.3.7=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath
io.netty:netty-bom:4.2.16.Final=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath
io.opentelemetry:opentelemetry-bom-alpha:1.62.0-alpha=runtimeClasspath
io.opentelemetry:opentelemetry-bom:1.62.0=runtimeClasspath
org.junit:junit-bom:5.14.4=runtimeClasspath
org.testcontainers:testcontainers-bom:2.0.5=runtimeClasspath
ch.qos.logback:logback-classic:1.3.16=testRuntimeClasspath
ch.qos.logback:logback-core:1.3.16=testRuntimeClasspath
com.azure:azure-sdk-bom:1.3.7=runtimeClasspath,testRuntimeClasspath
com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath,testRuntimeClasspath
io.netty:netty-bom:4.2.16.Final=runtimeClasspath,testRuntimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath,testRuntimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath,testRuntimeClasspath
io.opentelemetry:opentelemetry-bom-alpha:1.62.0-alpha=runtimeClasspath,testRuntimeClasspath
io.opentelemetry:opentelemetry-bom:1.62.0=runtimeClasspath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-api:5.14.4=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-engine:5.14.4=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-params:5.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-commons:1.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-engine:1.14.4=testRuntimeClasspath
org.junit.platform:junit-platform-launcher:1.14.4=testRuntimeClasspath
org.junit:junit-bom:5.14.4=runtimeClasspath,testRuntimeClasspath
org.opentest4j:opentest4j:1.3.0=testRuntimeClasspath
org.slf4j:jcl-over-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:jul-to-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:log4j-over-slf4j:2.0.18=testRuntimeClasspath
org.slf4j:slf4j-api:2.0.18=testRuntimeClasspath
org.testcontainers:testcontainers-bom:2.0.5=runtimeClasspath,testRuntimeClasspath
empty=
Loading
Loading