Skip to content

Commit ff13788

Browse files
Bump commons-codec:commons-codec from 1.18.0 to 1.19.0 (#4388)
1 parent 301e272 commit ff13788

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

agent/agent-tooling/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ com.nimbusds:content-type:2.3=runtimeClasspath
2929
com.nimbusds:lang-tag:1.7=runtimeClasspath
3030
com.nimbusds:nimbus-jose-jwt:10.0.1=runtimeClasspath
3131
com.nimbusds:oauth2-oidc-sdk:11.23=runtimeClasspath
32-
commons-codec:commons-codec:1.18.0=runtimeClasspath
32+
commons-codec:commons-codec:1.19.0=runtimeClasspath
3333
io.netty:netty-bom:4.2.3.Final=runtimeClasspath
3434
io.netty:netty-buffer:4.2.3.Final=runtimeClasspath
3535
io.netty:netty-codec-base:4.2.3.Final=runtimeClasspath

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ val CORE_DEPENDENCIES = listOf(
6060
val DEPENDENCIES = listOf(
6161
"ch.qos.logback:logback-classic:1.3.15", // logback 1.4+ requires Java 11+
6262
"ch.qos.logback.contrib:logback-json-classic:0.1.5",
63-
"commons-codec:commons-codec:1.18.0",
63+
"commons-codec:commons-codec:1.19.0",
6464
"org.apache.commons:commons-text:1.13.1",
6565
"com.google.code.gson:gson:2.13.1",
6666
"com.azure:azure-core-test:1.26.2", // this is not included in azure-sdk-bom

licenses/commons-codec-1.18.0.jar/META-INF/LICENSE.txt renamed to licenses/commons-codec-1.19.0.jar/META-INF/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
you may not use this file except in compliance with the License.
194194
You may obtain a copy of the License at
195195

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

198198
Unless required by applicable law or agreed to in writing, software
199199
distributed under the License is distributed on an "AS IS" BASIS,

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-07-22 05:02:13 UTC_
4+
_2025-07-23 03:37:45 UTC_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.19.2`
@@ -64,12 +64,12 @@ _2025-07-22 05:02:13 UTC_
6464
> - **Manifest License**: Apache License, Version 2.0 (Not Packaged)
6565
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
6666
67-
**11** **Group:** `commons-codec` **Name:** `commons-codec` **Version:** `1.18.0`
67+
**11** **Group:** `commons-codec` **Name:** `commons-codec` **Version:** `1.19.0`
6868
> - **Project URL**: [https://commons.apache.org/proper/commons-codec/](https://commons.apache.org/proper/commons-codec/)
6969
> - **Manifest License**: Apache License, Version 2.0 (Not Packaged)
7070
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
71-
> - **Embedded license files**: [commons-codec-1.18.0.jar/META-INF/LICENSE.txt](commons-codec-1.18.0.jar/META-INF/LICENSE.txt)
72-
- [commons-codec-1.18.0.jar/META-INF/NOTICE.txt](commons-codec-1.18.0.jar/META-INF/NOTICE.txt)
71+
> - **Embedded license files**: [commons-codec-1.19.0.jar/META-INF/LICENSE.txt](commons-codec-1.19.0.jar/META-INF/LICENSE.txt)
72+
- [commons-codec-1.19.0.jar/META-INF/NOTICE.txt](commons-codec-1.19.0.jar/META-INF/NOTICE.txt)
7373

7474
**12** **Group:** `io.netty` **Name:** `netty-buffer` **Version:** `4.2.3.Final`
7575
> - **Manifest Project URL**: [https://netty.io/](https://netty.io/)

0 commit comments

Comments
 (0)