Skip to content
Merged
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 @@ -47,7 +47,7 @@ dependencies {
compileOnly("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure")
compileOnly("io.opentelemetry:opentelemetry-extension-trace-propagators")

implementation("com.github.oshi:oshi-core:6.8.3") {
implementation("com.github.oshi:oshi-core:6.9.0") {
exclude("org.slf4j", "slf4j-api")
}

Expand Down
2 changes: 1 addition & 1 deletion agent/agent-tooling/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ com.fasterxml.jackson.core:jackson-core:2.20.0=runtimeClasspath
com.fasterxml.jackson.core:jackson-databind:2.20.0=runtimeClasspath
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath
com.github.oshi:oshi-core:6.8.3=runtimeClasspath
com.github.oshi:oshi-core:6.9.0=runtimeClasspath
com.github.stephenc.jcip:jcip-annotations:1.0-1=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.41.0=runtimeClasspath
com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath
Expand Down
4 changes: 2 additions & 2 deletions licenses/more-licenses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# agent
## Dependency License Report
_2025-09-09 20:21:54 UTC_
_2025-09-25 22:10:08 UTC_
## Apache License, Version 2.0

**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.20`
Expand Down Expand Up @@ -397,7 +397,7 @@ _2025-09-09 20:21:54 UTC_
> - **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)

**78** **Group:** `com.github.oshi` **Name:** `oshi-core` **Version:** `6.8.3`
**78** **Group:** `com.github.oshi` **Name:** `oshi-core` **Version:** `6.9.0`
> - **Manifest Project URL**: [https://github.com/oshi/oshi/oshi-core](https://github.com/oshi/oshi/oshi-core)
> - **Manifest License**: MIT;link="https://opensource.org/licenses/MIT" (Not Packaged)
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
Expand Down