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
4 changes: 2 additions & 2 deletions agent/agent-tooling/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ io.projectreactor.netty:reactor-netty-http:1.2.10=runtimeClasspath
io.projectreactor:reactor-core:3.7.11=runtimeClasspath
net.java.dev.jna:jna-platform:5.18.1=runtimeClasspath
net.java.dev.jna:jna:5.18.1=runtimeClasspath
org.apache.commons:commons-lang3:3.18.0=runtimeClasspath
org.apache.commons:commons-text:1.14.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.1=runtimeClasspath
org.reactivestreams:reactive-streams:1.0.4=runtimeClasspath
org.slf4j:jcl-over-slf4j:2.0.17=runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ val DEPENDENCIES = listOf(
"ch.qos.logback:logback-classic:1.3.16", // logback 1.4+ requires Java 11+
"ch.qos.logback.contrib:logback-json-classic:0.1.5",
"commons-codec:commons-codec:1.20.0",
"org.apache.commons:commons-text:1.14.0",
"org.apache.commons:commons-text:1.15.0",
"com.google.code.gson:gson:2.13.2",
"com.azure:azure-core-test:1.26.2", // this is not included in azure-sdk-bom
"org.assertj:assertj-core:3.27.6",
Expand Down
14 changes: 7 additions & 7 deletions licenses/more-licenses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# agent
## Dependency License Report
_2025-11-14 22:48:36 UTC_
_2026-01-14 22:45:41 UTC_
## Apache License, Version 2.0

**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.20`
Expand Down Expand Up @@ -241,19 +241,19 @@ _2025-11-14 22:48:36 UTC_
> - **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)
> - **Embedded license files**: [jna-platform-5.18.1.jar/META-INF/LICENSE](jna-platform-5.18.1.jar/META-INF/LICENSE)

**48** **Group:** `org.apache.commons` **Name:** `commons-lang3` **Version:** `3.18.0`
**48** **Group:** `org.apache.commons` **Name:** `commons-lang3` **Version:** `3.20.0`
> - **Project URL**: [https://commons.apache.org/proper/commons-lang/](https://commons.apache.org/proper/commons-lang/)
> - **Manifest License**: Apache License, Version 2.0 (Not Packaged)
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
> - **Embedded license files**: [commons-lang3-3.18.0.jar/META-INF/LICENSE.txt](commons-lang3-3.18.0.jar/META-INF/LICENSE.txt)
- [commons-lang3-3.18.0.jar/META-INF/NOTICE.txt](commons-lang3-3.18.0.jar/META-INF/NOTICE.txt)
> - **Embedded license files**: [commons-lang3-3.20.0.jar/META-INF/LICENSE.txt](commons-lang3-3.20.0.jar/META-INF/LICENSE.txt)
- [commons-lang3-3.20.0.jar/META-INF/NOTICE.txt](commons-lang3-3.20.0.jar/META-INF/NOTICE.txt)

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

**50** **Group:** `org.slf4j` **Name:** `jcl-over-slf4j` **Version:** `2.0.17`
> - **Project URL**: [http://www.slf4j.org](http://www.slf4j.org)
Expand Down