Skip to content

Commit 1e93aa5

Browse files
dependabot[bot]github-actions[bot]xiang17
authored
Bump com.github.oshi:oshi-core from 6.9.0 to 6.9.1 (microsoft#4513)
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> Co-authored-by: xiang17 <[email protected]>
1 parent 5b07750 commit 1e93aa5

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
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.9.0") {
50+
implementation("com.github.oshi:oshi-core:6.9.1") {
5151
exclude("org.slf4j", "slf4j-api")
5252
}
5353

agent/agent-tooling/gradle.lockfile

Lines changed: 3 additions & 3 deletions
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.9.0=runtimeClasspath
23+
com.github.oshi:oshi-core:6.9.1=runtimeClasspath
2424
com.google.errorprone:error_prone_annotations:2.42.0=runtimeClasspath
2525
com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath
2626
com.microsoft.azure:msal4j:1.23.1=runtimeClasspath
@@ -69,8 +69,8 @@ io.opentelemetry:opentelemetry-sdk:1.53.0=runtimeClasspath
6969
io.projectreactor.netty:reactor-netty-core:1.2.9=runtimeClasspath
7070
io.projectreactor.netty:reactor-netty-http:1.2.9=runtimeClasspath
7171
io.projectreactor:reactor-core:3.7.9=runtimeClasspath
72-
net.java.dev.jna:jna-platform:5.17.0=runtimeClasspath
73-
net.java.dev.jna:jna:5.17.0=runtimeClasspath
72+
net.java.dev.jna:jna-platform:5.18.1=runtimeClasspath
73+
net.java.dev.jna:jna:5.18.1=runtimeClasspath
7474
org.apache.commons:commons-lang3:3.18.0=runtimeClasspath
7575
org.apache.commons:commons-text:1.14.0=runtimeClasspath
7676
org.junit:junit-bom:5.14.0=runtimeClasspath

licenses/more-licenses.md

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

22
# agent
33
## Dependency License Report
4-
_2025-10-17 20:59:41 UTC_
4+
_2025-10-20 03:10:02 UTC_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.20`
@@ -226,17 +226,17 @@ _2025-10-17 20:59:41 UTC_
226226
> - **POM Project URL**: [https://github.com/reactor/reactor-netty](https://github.com/reactor/reactor-netty)
227227
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
228228
229-
**46** **Group:** `net.java.dev.jna` **Name:** `jna` **Version:** `5.17.0`
229+
**46** **Group:** `net.java.dev.jna` **Name:** `jna` **Version:** `5.18.1`
230230
> - **POM Project URL**: [https://github.com/java-native-access/jna](https://github.com/java-native-access/jna)
231231
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
232232
> - **POM License**: GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 - [https://www.gnu.org/licenses/lgpl-2.1](https://www.gnu.org/licenses/lgpl-2.1)
233-
> - **Embedded license files**: [jna-5.17.0.jar/META-INF/LICENSE](jna-5.17.0.jar/META-INF/LICENSE)
233+
> - **Embedded license files**: [jna-5.18.1.jar/META-INF/LICENSE](jna-5.18.1.jar/META-INF/LICENSE)
234234
235-
**47** **Group:** `net.java.dev.jna` **Name:** `jna-platform` **Version:** `5.17.0`
235+
**47** **Group:** `net.java.dev.jna` **Name:** `jna-platform` **Version:** `5.18.1`
236236
> - **POM Project URL**: [https://github.com/java-native-access/jna](https://github.com/java-native-access/jna)
237237
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
238238
> - **POM License**: GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 - [https://www.gnu.org/licenses/lgpl-2.1](https://www.gnu.org/licenses/lgpl-2.1)
239-
> - **Embedded license files**: [jna-platform-5.17.0.jar/META-INF/LICENSE](jna-platform-5.17.0.jar/META-INF/LICENSE)
239+
> - **Embedded license files**: [jna-platform-5.18.1.jar/META-INF/LICENSE](jna-platform-5.18.1.jar/META-INF/LICENSE)
240240
241241
**48** **Group:** `org.apache.commons` **Name:** `commons-lang3` **Version:** `3.18.0`
242242
> - **Project URL**: [https://commons.apache.org/proper/commons-lang/](https://commons.apache.org/proper/commons-lang/)
@@ -307,17 +307,17 @@ _2025-10-17 20:59:41 UTC_
307307
> - **POM License**: Eclipse Public License - v 1.0 - [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html)
308308
> - **POM License**: GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 - [https://www.gnu.org/licenses/lgpl-2.1](https://www.gnu.org/licenses/lgpl-2.1)
309309
310-
**59** **Group:** `net.java.dev.jna` **Name:** `jna` **Version:** `5.17.0`
310+
**59** **Group:** `net.java.dev.jna` **Name:** `jna` **Version:** `5.18.1`
311311
> - **POM Project URL**: [https://github.com/java-native-access/jna](https://github.com/java-native-access/jna)
312312
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
313313
> - **POM License**: GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 - [https://www.gnu.org/licenses/lgpl-2.1](https://www.gnu.org/licenses/lgpl-2.1)
314-
> - **Embedded license files**: [jna-5.17.0.jar/META-INF/LICENSE](jna-5.17.0.jar/META-INF/LICENSE)
314+
> - **Embedded license files**: [jna-5.18.1.jar/META-INF/LICENSE](jna-5.18.1.jar/META-INF/LICENSE)
315315
316-
**60** **Group:** `net.java.dev.jna` **Name:** `jna-platform` **Version:** `5.17.0`
316+
**60** **Group:** `net.java.dev.jna` **Name:** `jna-platform` **Version:** `5.18.1`
317317
> - **POM Project URL**: [https://github.com/java-native-access/jna](https://github.com/java-native-access/jna)
318318
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
319319
> - **POM License**: GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 - [https://www.gnu.org/licenses/lgpl-2.1](https://www.gnu.org/licenses/lgpl-2.1)
320-
> - **Embedded license files**: [jna-platform-5.17.0.jar/META-INF/LICENSE](jna-platform-5.17.0.jar/META-INF/LICENSE)
320+
> - **Embedded license files**: [jna-platform-5.18.1.jar/META-INF/LICENSE](jna-platform-5.18.1.jar/META-INF/LICENSE)
321321
322322
## MIT License
323323

@@ -356,7 +356,7 @@ _2025-10-17 20:59:41 UTC_
356356
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
357357
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
358358
359-
**70** **Group:** `com.github.oshi` **Name:** `oshi-core` **Version:** `6.9.0`
359+
**70** **Group:** `com.github.oshi` **Name:** `oshi-core` **Version:** `6.9.1`
360360
> - **Manifest Project URL**: [https://github.com/oshi/oshi/oshi-core](https://github.com/oshi/oshi/oshi-core)
361361
> - **Manifest License**: MIT;link="https://opensource.org/licenses/MIT" (Not Packaged)
362362
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)