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/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ com.github.oshi:oshi-core:6.9.1=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.46.0=runtimeClasspath
com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath
com.microsoft.azure:msal4j:1.23.1=runtimeClasspath
commons-codec:commons-codec:1.20.0=runtimeClasspath
commons-codec:commons-codec:1.21.0=runtimeClasspath
io.netty:netty-bom:4.2.9.Final=runtimeClasspath
io.netty:netty-buffer:4.2.9.Final=runtimeClasspath
io.netty:netty-codec-base:4.2.9.Final=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 @@ -61,7 +61,7 @@ val CORE_DEPENDENCIES = listOf(
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",
"commons-codec:commons-codec:1.21.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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache Commons Codec
Copyright 2002-2025 The Apache Software Foundation
Copyright 2002-2026 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).
8 changes: 4 additions & 4 deletions licenses/more-licenses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# agent
## Dependency License Report
_2026-02-04 17:34:04 PST_
_2026-02-13 03:16:56 UTC_
## Apache License, Version 2.0

**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.20`
Expand Down Expand Up @@ -37,12 +37,12 @@ _2026-02-04 17:34:04 PST_
> - **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)

**6** **Group:** `commons-codec` **Name:** `commons-codec` **Version:** `1.20.0`
**6** **Group:** `commons-codec` **Name:** `commons-codec` **Version:** `1.21.0`
> - **Project URL**: [https://commons.apache.org/proper/commons-codec/](https://commons.apache.org/proper/commons-codec/)
> - **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-codec-1.20.0.jar/META-INF/LICENSE.txt](commons-codec-1.20.0.jar/META-INF/LICENSE.txt)
- [commons-codec-1.20.0.jar/META-INF/NOTICE.txt](commons-codec-1.20.0.jar/META-INF/NOTICE.txt)
> - **Embedded license files**: [commons-codec-1.21.0.jar/META-INF/LICENSE.txt](commons-codec-1.21.0.jar/META-INF/LICENSE.txt)
- [commons-codec-1.21.0.jar/META-INF/NOTICE.txt](commons-codec-1.21.0.jar/META-INF/NOTICE.txt)

**7** **Group:** `io.netty` **Name:** `netty-buffer` **Version:** `4.2.9.Final`
> - **Manifest Project URL**: [https://netty.io/](https://netty.io/)
Expand Down