Skip to content

Commit f1654ab

Browse files
Bump com.github.oshi:oshi-core from 6.6.3 to 6.6.4 (#3868)
1 parent 56c59cf commit f1654ab

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
@@ -46,7 +46,7 @@ dependencies {
4646
compileOnly("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure")
4747
compileOnly("io.opentelemetry:opentelemetry-extension-trace-propagators")
4848

49-
implementation("com.github.oshi:oshi-core:6.6.3") {
49+
implementation("com.github.oshi:oshi-core:6.6.4") {
5050
exclude("org.slf4j", "slf4j-api")
5151
}
5252

agent/agent-tooling/gradle.lockfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.2=runtimeClasspath
2222
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2=runtimeClasspath
2323
com.fasterxml.jackson:jackson-bom:2.17.2=runtimeClasspath
2424
com.fasterxml.woodstox:woodstox-core:6.7.0=runtimeClasspath
25-
com.github.oshi:oshi-core:6.6.3=runtimeClasspath
25+
com.github.oshi:oshi-core:6.6.4=runtimeClasspath
2626
com.github.stephenc.jcip:jcip-annotations:1.0-1=runtimeClasspath
2727
com.google.errorprone:error_prone_annotations:2.32.0=runtimeClasspath
2828
com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath
@@ -74,8 +74,8 @@ io.opentelemetry:opentelemetry-sdk:1.41.0=runtimeClasspath
7474
io.projectreactor.netty:reactor-netty-core:1.0.45=runtimeClasspath
7575
io.projectreactor.netty:reactor-netty-http:1.0.45=runtimeClasspath
7676
io.projectreactor:reactor-core:3.4.38=runtimeClasspath
77-
net.java.dev.jna:jna-platform:5.14.0=runtimeClasspath
78-
net.java.dev.jna:jna:5.14.0=runtimeClasspath
77+
net.java.dev.jna:jna-platform:5.15.0=runtimeClasspath
78+
net.java.dev.jna:jna:5.15.0=runtimeClasspath
7979
net.minidev:accessors-smart:2.5.0=runtimeClasspath
8080
net.minidev:json-smart:2.5.0=runtimeClasspath
8181
org.apache.commons:commons-lang3:3.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-
_2024-09-13 03:11:57 UTC_
4+
_2024-09-16 03:33:05 UTC_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.17.2`
@@ -241,17 +241,17 @@ _2024-09-13 03:11:57 UTC_
241241
> - **POM Project URL**: [https://github.com/reactor/reactor-netty](https://github.com/reactor/reactor-netty)
242242
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
243243
244-
**49** **Group:** `net.java.dev.jna` **Name:** `jna` **Version:** `5.14.0`
244+
**49** **Group:** `net.java.dev.jna` **Name:** `jna` **Version:** `5.15.0`
245245
> - **POM Project URL**: [https://github.com/java-native-access/jna](https://github.com/java-native-access/jna)
246246
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
247247
> - **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)
248-
> - **Embedded license files**: [jna-5.14.0.jar/META-INF/LICENSE](jna-5.14.0.jar/META-INF/LICENSE)
248+
> - **Embedded license files**: [jna-5.15.0.jar/META-INF/LICENSE](jna-5.15.0.jar/META-INF/LICENSE)
249249
250-
**50** **Group:** `net.java.dev.jna` **Name:** `jna-platform` **Version:** `5.14.0`
250+
**50** **Group:** `net.java.dev.jna` **Name:** `jna-platform` **Version:** `5.15.0`
251251
> - **POM Project URL**: [https://github.com/java-native-access/jna](https://github.com/java-native-access/jna)
252252
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
253253
> - **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)
254-
> - **Embedded license files**: [jna-platform-5.14.0.jar/META-INF/LICENSE](jna-platform-5.14.0.jar/META-INF/LICENSE)
254+
> - **Embedded license files**: [jna-platform-5.15.0.jar/META-INF/LICENSE](jna-platform-5.15.0.jar/META-INF/LICENSE)
255255
256256
**51** **Group:** `net.minidev` **Name:** `accessors-smart` **Version:** `2.5.0`
257257
> - **Project URL**: [https://urielch.github.io/](https://urielch.github.io/)
@@ -332,17 +332,17 @@ _2024-09-13 03:11:57 UTC_
332332
> - **POM License**: Eclipse Public License - v 1.0 - [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html)
333333
> - **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)
334334
335-
**64** **Group:** `net.java.dev.jna` **Name:** `jna` **Version:** `5.14.0`
335+
**64** **Group:** `net.java.dev.jna` **Name:** `jna` **Version:** `5.15.0`
336336
> - **POM Project URL**: [https://github.com/java-native-access/jna](https://github.com/java-native-access/jna)
337337
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
338338
> - **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)
339-
> - **Embedded license files**: [jna-5.14.0.jar/META-INF/LICENSE](jna-5.14.0.jar/META-INF/LICENSE)
339+
> - **Embedded license files**: [jna-5.15.0.jar/META-INF/LICENSE](jna-5.15.0.jar/META-INF/LICENSE)
340340
341-
**65** **Group:** `net.java.dev.jna` **Name:** `jna-platform` **Version:** `5.14.0`
341+
**65** **Group:** `net.java.dev.jna` **Name:** `jna-platform` **Version:** `5.15.0`
342342
> - **POM Project URL**: [https://github.com/java-native-access/jna](https://github.com/java-native-access/jna)
343343
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
344344
> - **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)
345-
> - **Embedded license files**: [jna-platform-5.14.0.jar/META-INF/LICENSE](jna-platform-5.14.0.jar/META-INF/LICENSE)
345+
> - **Embedded license files**: [jna-platform-5.15.0.jar/META-INF/LICENSE](jna-platform-5.15.0.jar/META-INF/LICENSE)
346346
347347
## MIT License
348348

@@ -381,7 +381,7 @@ _2024-09-13 03:11:57 UTC_
381381
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
382382
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
383383
384-
**75** **Group:** `com.github.oshi` **Name:** `oshi-core` **Version:** `6.6.3`
384+
**75** **Group:** `com.github.oshi` **Name:** `oshi-core` **Version:** `6.6.4`
385385
> - **Manifest Project URL**: [https://github.com/oshi/oshi/oshi-core](https://github.com/oshi/oshi/oshi-core)
386386
> - **Manifest License**: "SPDX-License-Identifier: MIT";link="https://opensource.org/licenses/MIT" (Not Packaged)
387387
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)