From 99d3ca23ebdd62e82d594560026b5ed7b15243ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 03:15:16 +0000 Subject: [PATCH 1/3] Bump commons-codec:commons-codec from 1.20.0 to 1.21.0 Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.20.0 to 1.21.0. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.20.0...rel/commons-codec-1.21.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dependencyManagement/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 94ad1887ac..0f45fd69fc 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -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 From 58907aef004c4150cf1d39bf7bef9d3c67e8916f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 03:17:03 +0000 Subject: [PATCH 2/3] ./gradlew generateLicenseReport --- .../META-INF/LICENSE.txt | 0 .../META-INF/NOTICE.txt | 2 +- licenses/more-licenses.md | 8 ++++---- 3 files changed, 5 insertions(+), 5 deletions(-) rename licenses/{commons-codec-1.20.0.jar => commons-codec-1.21.0.jar}/META-INF/LICENSE.txt (100%) rename licenses/{commons-codec-1.20.0.jar => commons-codec-1.21.0.jar}/META-INF/NOTICE.txt (70%) diff --git a/licenses/commons-codec-1.20.0.jar/META-INF/LICENSE.txt b/licenses/commons-codec-1.21.0.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/commons-codec-1.20.0.jar/META-INF/LICENSE.txt rename to licenses/commons-codec-1.21.0.jar/META-INF/LICENSE.txt diff --git a/licenses/commons-codec-1.20.0.jar/META-INF/NOTICE.txt b/licenses/commons-codec-1.21.0.jar/META-INF/NOTICE.txt similarity index 70% rename from licenses/commons-codec-1.20.0.jar/META-INF/NOTICE.txt rename to licenses/commons-codec-1.21.0.jar/META-INF/NOTICE.txt index d3b64e9e30..7af763fda5 100644 --- a/licenses/commons-codec-1.20.0.jar/META-INF/NOTICE.txt +++ b/licenses/commons-codec-1.21.0.jar/META-INF/NOTICE.txt @@ -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/). diff --git a/licenses/more-licenses.md b/licenses/more-licenses.md index d5d71b3d16..b699e0aa4f 100644 --- a/licenses/more-licenses.md +++ b/licenses/more-licenses.md @@ -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` @@ -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/) From 11a9eb11412b96be5d1367134fa54c2c0a87bf73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 03:17:07 +0000 Subject: [PATCH 3/3] ./gradlew resolveAndLockAll --write-locks --- agent/agent-tooling/gradle.lockfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/agent-tooling/gradle.lockfile b/agent/agent-tooling/gradle.lockfile index a118c24725..57767a463b 100644 --- a/agent/agent-tooling/gradle.lockfile +++ b/agent/agent-tooling/gradle.lockfile @@ -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