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
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
api("io.opentelemetry.contrib:opentelemetry-opamp-client:${otelContribAlphaVersion}")
api("io.opentelemetry.proto:opentelemetry-proto:1.8.0-alpha")

api("org.apache.commons:commons-jexl3:3.5.0")
api("org.apache.commons:commons-jexl3:3.6.0")
api("org.snakeyaml:snakeyaml-engine:2.10")
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
8 changes: 4 additions & 4 deletions licenses/licenses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# splunk-otel-javaagent
## Dependency License Report
_2025-11-14 08:45:30 CET_
_2025-11-15 07:55:03 EET_
## Apache License, Version 2.0

**1** **Group:** `com.squareup.okhttp3` **Name:** `okhttp` **Version:** `5.3.0`
Expand Down Expand Up @@ -96,12 +96,12 @@ _2025-11-14 08:45:30 CET_
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation)
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)

**24** **Group:** `org.apache.commons` **Name:** `commons-jexl3` **Version:** `3.5.0`
**24** **Group:** `org.apache.commons` **Name:** `commons-jexl3` **Version:** `3.6.0`
> - **Project URL**: [https://commons.apache.org/proper/commons-jexl/](https://commons.apache.org/proper/commons-jexl/)
> - **Manifest License**: Apache License, Version 2.0 (Not Packaged)
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
> - **Embedded license files**: [commons-jexl3-3.5.0.jar/META-INF/LICENSE.txt](commons-jexl3-3.5.0.jar/META-INF/LICENSE.txt)
- [commons-jexl3-3.5.0.jar/META-INF/NOTICE.txt](commons-jexl3-3.5.0.jar/META-INF/NOTICE.txt)
> - **Embedded license files**: [commons-jexl3-3.6.0.jar/META-INF/LICENSE.txt](commons-jexl3-3.6.0.jar/META-INF/LICENSE.txt)
- [commons-jexl3-3.6.0.jar/META-INF/NOTICE.txt](commons-jexl3-3.6.0.jar/META-INF/NOTICE.txt)

**25** **Group:** `org.jetbrains` **Name:** `annotations` **Version:** `13.0`
> - **POM Project URL**: [http://www.jetbrains.org](http://www.jetbrains.org)
Expand Down