Skip to content

Commit 6712c54

Browse files
Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 (#4534)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1f61143 commit 6712c54

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

agent/agent-tooling/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ com.github.oshi:oshi-core:6.9.1=runtimeClasspath
2424
com.google.errorprone:error_prone_annotations:2.43.0=runtimeClasspath
2525
com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath
2626
com.microsoft.azure:msal4j:1.23.1=runtimeClasspath
27-
commons-codec:commons-codec:1.19.0=runtimeClasspath
27+
commons-codec:commons-codec:1.20.0=runtimeClasspath
2828
io.netty:netty-bom:4.2.7.Final=runtimeClasspath
2929
io.netty:netty-buffer:4.2.7.Final=runtimeClasspath
3030
io.netty:netty-codec-base:4.2.7.Final=runtimeClasspath

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ val CORE_DEPENDENCIES = listOf(
6161
val DEPENDENCIES = listOf(
6262
"ch.qos.logback:logback-classic:1.3.16", // logback 1.4+ requires Java 11+
6363
"ch.qos.logback.contrib:logback-json-classic:0.1.5",
64-
"commons-codec:commons-codec:1.19.0",
64+
"commons-codec:commons-codec:1.20.0",
6565
"org.apache.commons:commons-text:1.14.0",
6666
"com.google.code.gson:gson:2.13.2",
6767
"com.azure:azure-core-test:1.26.2", // this is not included in azure-sdk-bom

licenses/more-licenses.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# agent
33
## Dependency License Report
4-
_2025-10-30 03:08:27 UTC_
4+
_2025-11-07 03:09:45 UTC_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.20`
@@ -37,12 +37,12 @@ _2025-10-30 03:08:27 UTC_
3737
> - **Manifest License**: Apache License, Version 2.0 (Not Packaged)
3838
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
3939
40-
**6** **Group:** `commons-codec` **Name:** `commons-codec` **Version:** `1.19.0`
40+
**6** **Group:** `commons-codec` **Name:** `commons-codec` **Version:** `1.20.0`
4141
> - **Project URL**: [https://commons.apache.org/proper/commons-codec/](https://commons.apache.org/proper/commons-codec/)
4242
> - **Manifest License**: Apache License, Version 2.0 (Not Packaged)
4343
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
44-
> - **Embedded license files**: [commons-codec-1.19.0.jar/META-INF/LICENSE.txt](commons-codec-1.19.0.jar/META-INF/LICENSE.txt)
45-
- [commons-codec-1.19.0.jar/META-INF/NOTICE.txt](commons-codec-1.19.0.jar/META-INF/NOTICE.txt)
44+
> - **Embedded license files**: [commons-codec-1.20.0.jar/META-INF/LICENSE.txt](commons-codec-1.20.0.jar/META-INF/LICENSE.txt)
45+
- [commons-codec-1.20.0.jar/META-INF/NOTICE.txt](commons-codec-1.20.0.jar/META-INF/NOTICE.txt)
4646

4747
**7** **Group:** `io.netty` **Name:** `netty-buffer` **Version:** `4.2.7.Final`
4848
> - **Manifest Project URL**: [https://netty.io/](https://netty.io/)

0 commit comments

Comments
 (0)