Skip to content
Open
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.11.1") {
implementation("com.github.oshi:oshi-core:7.1.0") {
exclude("org.slf4j", "slf4j-api")
}

Expand Down
9 changes: 6 additions & 3 deletions agent/agent-tooling/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ com.fasterxml.jackson.core:jackson-core:2.21.2=runtimeClasspath
com.fasterxml.jackson.core:jackson-databind:2.21.2=runtimeClasspath
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.2=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath
com.github.oshi:oshi-core:6.11.1=runtimeClasspath
com.github.oshi:oshi-common:7.1.0=runtimeClasspath
com.github.oshi:oshi-core:7.1.0=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.49.0=runtimeClasspath
com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath
com.microsoft.azure:msal4j:1.23.1=runtimeClasspath
Expand Down Expand Up @@ -69,8 +70,10 @@ io.opentelemetry:opentelemetry-sdk:1.60.1=runtimeClasspath
io.projectreactor.netty:reactor-netty-core:1.2.13=runtimeClasspath
io.projectreactor.netty:reactor-netty-http:1.2.13=runtimeClasspath
io.projectreactor:reactor-core:3.7.14=runtimeClasspath
net.java.dev.jna:jna-platform:5.18.1=runtimeClasspath
net.java.dev.jna:jna:5.18.1=runtimeClasspath
net.java.dev.jna:jna-jpms:5.18.1=runtimeClasspath
net.java.dev.jna:jna-platform-jpms:5.18.1=runtimeClasspath
net.java.dev.jna:jna-platform:5.17.0=runtimeClasspath
net.java.dev.jna:jna:5.17.0=runtimeClasspath
org.apache.commons:commons-lang3:3.20.0=runtimeClasspath
org.apache.commons:commons-text:1.15.0=runtimeClasspath
org.junit:junit-bom:5.14.4=runtimeClasspath
Expand Down
26 changes: 26 additions & 0 deletions licenses/jna-platform-5.17.0.jar/META-INF/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later

Java Native Access (JNA) is licensed under the LGPL, version 2.1
or later, or (from version 4.0 onward) the Apache License,
version 2.0.

You can freely decide which license you want to apply to the project.

You may obtain a copy of the LGPL License at:

http://www.gnu.org/licenses/licenses.html

A copy is also included in the downloadable source code package
containing JNA, in file "LGPL2.1", under the same directory
as this file.

You may obtain a copy of the Apache License at:

http://www.apache.org/licenses/

A copy is also included in the downloadable source code package
containing JNA, in file "AL2.0", under the same directory
as this file.

Commercial support may be available, please e-mail
twall[at]users[dot]sf[dot]net.
26 changes: 26 additions & 0 deletions licenses/jna-platform-jpms-5.18.1.jar/META-INF/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later

Java Native Access (JNA) is licensed under the LGPL, version 2.1
or later, or (from version 4.0 onward) the Apache License,
version 2.0.

You can freely decide which license you want to apply to the project.

You may obtain a copy of the LGPL License at:

http://www.gnu.org/licenses/licenses.html

A copy is also included in the downloadable source code package
containing JNA, in file "LGPL2.1", under the same directory
as this file.

You may obtain a copy of the Apache License at:

http://www.apache.org/licenses/

A copy is also included in the downloadable source code package
containing JNA, in file "AL2.0", under the same directory
as this file.

Commercial support may be available, please e-mail
twall[at]users[dot]sf[dot]net.
99 changes: 64 additions & 35 deletions licenses/more-licenses.md

Large diffs are not rendered by default.

Loading