Skip to content

Commit 33570f3

Browse files
Bump com.azure:azure-monitor-opentelemetry-autoconfigure from 1.2.0 to 1.3.0 (#4407)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9705329 commit 33570f3

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

agent/agent-tooling/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation(project(":agent:agent-profiler:agent-diagnostics"))
2222
implementation(project(":etw:java"))
2323

24-
implementation("com.azure:azure-monitor-opentelemetry-autoconfigure:1.2.0")
24+
implementation("com.azure:azure-monitor-opentelemetry-autoconfigure:1.3.0")
2525
compileOnly("io.opentelemetry.javaagent:opentelemetry-javaagent-bootstrap")
2626
compileOnly("io.opentelemetry.javaagent:opentelemetry-javaagent-tooling")
2727
compileOnly("io.opentelemetry.javaagent:opentelemetry-javaagent-tooling-java9")

agent/agent-tooling/gradle.lockfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ ch.qos.logback.contrib:logback-json-classic:0.1.5=runtimeClasspath
55
ch.qos.logback.contrib:logback-json-core:0.1.5=runtimeClasspath
66
ch.qos.logback:logback-classic:1.3.15=runtimeClasspath
77
ch.qos.logback:logback-core:1.3.15=runtimeClasspath
8-
com.azure:azure-core-http-netty:1.15.12=runtimeClasspath
9-
com.azure:azure-core:1.55.4=runtimeClasspath
8+
com.azure:azure-core-http-netty:1.15.13=runtimeClasspath
9+
com.azure:azure-core:1.55.5=runtimeClasspath
1010
com.azure:azure-identity:1.16.3=runtimeClasspath
1111
com.azure:azure-json:1.5.0=runtimeClasspath
12-
com.azure:azure-monitor-opentelemetry-autoconfigure:1.2.0=runtimeClasspath
12+
com.azure:azure-monitor-opentelemetry-autoconfigure:1.3.0=runtimeClasspath
1313
com.azure:azure-sdk-bom:1.2.36=runtimeClasspath
1414
com.azure:azure-storage-blob:12.30.1=runtimeClasspath
1515
com.azure:azure-storage-common:12.29.1=runtimeClasspath

licenses/more-licenses.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# agent
33
## Dependency License Report
4-
_2025-07-28 20:28:50 UTC_
4+
_2025-08-04 04:44:18 UTC_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.19.2`
@@ -362,11 +362,11 @@ _2025-07-28 20:28:50 UTC_
362362
363363
## MIT License
364364

365-
**69** **Group:** `com.azure` **Name:** `azure-core` **Version:** `1.55.4`
365+
**69** **Group:** `com.azure` **Name:** `azure-core` **Version:** `1.55.5`
366366
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
367367
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
368368
369-
**70** **Group:** `com.azure` **Name:** `azure-core-http-netty` **Version:** `1.15.12`
369+
**70** **Group:** `com.azure` **Name:** `azure-core-http-netty` **Version:** `1.15.13`
370370
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
371371
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
372372
@@ -378,7 +378,7 @@ _2025-07-28 20:28:50 UTC_
378378
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
379379
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
380380
381-
**73** **Group:** `com.azure` **Name:** `azure-monitor-opentelemetry-autoconfigure` **Version:** `1.2.0`
381+
**73** **Group:** `com.azure` **Name:** `azure-monitor-opentelemetry-autoconfigure` **Version:** `1.3.0`
382382
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
383383
384384
**74** **Group:** `com.azure` **Name:** `azure-storage-blob` **Version:** `12.30.1`

smoke-tests/framework/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ dependencies {
3131
implementation("org.assertj:assertj-core")
3232

3333
implementation("com.azure:azure-json:1.5.0")
34-
implementation("com.azure:azure-monitor-opentelemetry-autoconfigure:1.2.0")
34+
implementation("com.azure:azure-monitor-opentelemetry-autoconfigure:1.3.0")
3535
}

0 commit comments

Comments
 (0)