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
2 changes: 1 addition & 1 deletion agent/agent-tooling/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation(project(":agent:agent-profiler:agent-diagnostics"))
implementation(project(":etw:java"))

implementation("com.azure:azure-monitor-opentelemetry-autoconfigure:1.5.0")
implementation("com.azure:azure-monitor-opentelemetry-autoconfigure:1.6.0")
compileOnly("io.opentelemetry.javaagent:opentelemetry-javaagent-bootstrap")
compileOnly("io.opentelemetry.javaagent:opentelemetry-javaagent-tooling")
compileOnly("io.opentelemetry.javaagent:opentelemetry-javaagent-tooling-java9")
Expand Down
6 changes: 3 additions & 3 deletions agent/agent-tooling/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ ch.qos.logback.contrib:logback-json-classic:0.1.5=runtimeClasspath
ch.qos.logback.contrib:logback-json-core:0.1.5=runtimeClasspath
ch.qos.logback:logback-classic:1.3.16=runtimeClasspath
ch.qos.logback:logback-core:1.3.16=runtimeClasspath
com.azure:azure-core-http-netty:1.16.5=runtimeClasspath
com.azure:azure-core:1.58.1=runtimeClasspath
com.azure:azure-core-http-netty:1.16.6=runtimeClasspath
com.azure:azure-core:1.59.0=runtimeClasspath
com.azure:azure-identity:1.18.4=runtimeClasspath
com.azure:azure-json:1.5.1=runtimeClasspath
com.azure:azure-monitor-opentelemetry-autoconfigure:1.5.0=runtimeClasspath
com.azure:azure-monitor-opentelemetry-autoconfigure:1.6.0=runtimeClasspath
com.azure:azure-sdk-bom:1.3.8=runtimeClasspath
com.azure:azure-storage-blob:12.35.0=runtimeClasspath
com.azure:azure-storage-common:12.34.0=runtimeClasspath
Expand Down
6 changes: 3 additions & 3 deletions licenses/more-licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,11 @@

## MIT License

**65** **Group:** `com.azure` **Name:** `azure-core` **Version:** `1.58.1`
**65** **Group:** `com.azure` **Name:** `azure-core` **Version:** `1.59.0`
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)

**66** **Group:** `com.azure` **Name:** `azure-core-http-netty` **Version:** `1.16.5`
**66** **Group:** `com.azure` **Name:** `azure-core-http-netty` **Version:** `1.16.6`
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)

Expand All @@ -363,7 +363,7 @@
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)

**69** **Group:** `com.azure` **Name:** `azure-monitor-opentelemetry-autoconfigure` **Version:** `1.5.0`
**69** **Group:** `com.azure` **Name:** `azure-monitor-opentelemetry-autoconfigure` **Version:** `1.6.0`
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)

**70** **Group:** `com.azure` **Name:** `azure-storage-blob` **Version:** `12.35.0`
Expand Down
2 changes: 1 addition & 1 deletion smoke-tests/framework/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ dependencies {
implementation("org.assertj:assertj-core")

implementation("com.azure:azure-json:1.5.1")
implementation("com.azure:azure-monitor-opentelemetry-autoconfigure:1.5.0")
implementation("com.azure:azure-monitor-opentelemetry-autoconfigure:1.6.0")
}