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
6 changes: 3 additions & 3 deletions agent/license-overrides.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
org.openjdk.jmc:flightrecorder|https://github.com/openjdk/jmc/tree/master/core/org.openjdk.jmc.flightrecorder|Universal Permissive License Version 1.0 or The 3-Clause BSD License|https://github.com/openjdk/jmc/blob/master/core/license/LICENSE.txt
org.openjdk.jmc:common|https://github.com/openjdk/jmc/tree/master/core/org.openjdk.jmc.common|Universal Permissive License Version 1.0 or The 3-Clause BSD License|https://github.com/openjdk/jmc/blob/master/core/license/LICENSE.txt
com.squareup.okio:okio:3.2.0|https://github.com/square/okio/|Apache License, Version 2.0|https://www.apache.org/licenses/LICENSE-2.0
# opentelemetry-sdk-trace jar includes META-INF/maven/org.jctools/jctools-core Hopefully this will get removed in the next release and we won't need these overrides
io.opentelemetry:opentelemetry-sdk-trace:1.58.0|https://github.com/open-telemetry/opentelemetry-java|Apache License, Version 2.0|https://www.apache.org/licenses/LICENSE-2.0
io.opentelemetry:opentelemetry-sdk-trace:1.59.0|https://github.com/open-telemetry/opentelemetry-java|Apache License, Version 2.0|https://www.apache.org/licenses/LICENSE-2.0
6 changes: 3 additions & 3 deletions licenses/licenses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# splunk-otel-javaagent
## Dependency License Report
_2026-02-10 09:02:54 CET_
_2026-02-17 11:11:16 EET_
## Apache License, Version 2.0

**1** **Group:** `com.squareup.okhttp3` **Name:** `okhttp` **Version:** `5.3.2`
Expand Down Expand Up @@ -77,8 +77,8 @@ _2026-02-10 09:02:54 CET_
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)

**19** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-trace` **Version:** `1.58.0`
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
> - **Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)
> - **License URL**: [https://www.apache.org/licenses/LICENSE-2.0](Apache License, Version 2.0)

**20** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-opamp-client` **Version:** `1.52.0-alpha`
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib)
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pluginManagement {
plugins {
id("com.bmuschko.docker-remote-api") version "10.0.0"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
id("com.github.jk1.dependency-license-report") version "3.0.1"
id("com.github.jk1.dependency-license-report") version "3.1.0"
id("com.gradleup.shadow") version "9.3.1"
}
}
Expand Down