Skip to content

Commit 0fd556d

Browse files
authored
Merge branch 'main' into dependabot/gradle/errorProneVersion-2.42.0
2 parents 34cb762 + 5b97df6 commit 0fd556d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

agent/agent-tooling/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
compileOnly("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure")
4848
compileOnly("io.opentelemetry:opentelemetry-extension-trace-propagators")
4949

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

agent/agent-tooling/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ com.fasterxml.jackson.core:jackson-core:2.20.0=runtimeClasspath
2020
com.fasterxml.jackson.core:jackson-databind:2.20.0=runtimeClasspath
2121
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0=runtimeClasspath
2222
com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath
23-
com.github.oshi:oshi-core:6.8.3=runtimeClasspath
23+
com.github.oshi:oshi-core:6.9.0=runtimeClasspath
2424
com.github.stephenc.jcip:jcip-annotations:1.0-1=runtimeClasspath
2525
com.google.errorprone:error_prone_annotations:2.42.0=runtimeClasspath
2626
com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath

etw/etw-testapp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dependencies {
1313
implementation("org.springframework.boot:spring-boot-starter-web:3.5.6") {
1414
exclude("org.springframework.boot", "spring-boot-starter-tomcat")
1515
}
16-
implementation("org.apache.commons:commons-lang3:3.18.0")
16+
implementation("org.apache.commons:commons-lang3:3.19.0")
1717
}

licenses/more-licenses.md

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

22
# agent
33
## Dependency License Report
4-
_2025-09-25 22:05:19 UTC_
4+
_2025-09-25 22:10:08 UTC_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.20`
@@ -397,7 +397,7 @@ _2025-09-25 22:05:19 UTC_
397397
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
398398
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
399399
400-
**78** **Group:** `com.github.oshi` **Name:** `oshi-core` **Version:** `6.8.3`
400+
**78** **Group:** `com.github.oshi` **Name:** `oshi-core` **Version:** `6.9.0`
401401
> - **Manifest Project URL**: [https://github.com/oshi/oshi/oshi-core](https://github.com/oshi/oshi/oshi-core)
402402
> - **Manifest License**: MIT;link="https://opensource.org/licenses/MIT" (Not Packaged)
403403
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)