Skip to content

Commit cd42112

Browse files
dependabot[bot]github-actions[bot]trask
authored
Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 (#4048)
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> Co-authored-by: Trask Stalnaker <[email protected]>
1 parent dac950c commit cd42112

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

.github/workflows/build-common.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
uses: gradle/actions/setup-gradle@v4
5858

5959
- name: Generate license report
60-
run: ./gradlew generateLicenseReport ${{ inputs.no-build-cache && '--no-build-cache' || '' }}
60+
run: |
61+
# generateLicenseReport build caching appears to be broken so need to ignore build cache always
62+
./gradlew generateLicenseReport --no-build-cache
6163
6264
- name: Check licenses
6365
run: |

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:9.40=runtimeClasspath
3131
com.nimbusds:oauth2-oidc-sdk:11.18=runtimeClasspath
32-
commons-codec:commons-codec:1.17.2=runtimeClasspath
32+
commons-codec:commons-codec:1.18.0=runtimeClasspath
3333
io.netty:netty-bom:4.1.117.Final=runtimeClasspath
3434
io.netty:netty-buffer:4.1.117.Final=runtimeClasspath
3535
io.netty:netty-codec-dns:4.1.117.Final=runtimeClasspath

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ val DEPENDENCIES = listOf(
6565
"ch.qos.logback:logback-classic:1.3.15", // logback 1.4+ requires Java 11+
6666
"ch.qos.logback.contrib:logback-json-classic:0.1.5",
6767
"com.uber.nullaway:nullaway:0.12.3",
68-
"commons-codec:commons-codec:1.17.2",
68+
"commons-codec:commons-codec:1.18.0",
6969
"org.apache.commons:commons-text:1.13.0",
7070
"com.google.code.gson:gson:2.11.0",
7171
"com.azure:azure-core-test:1.26.2", // this is not included in azure-sdk-bom
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache Commons Codec
2-
Copyright 2002-2024 The Apache Software Foundation
2+
Copyright 2002-2025 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (https://www.apache.org/).

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-01-27 04:00:22 UTC_
4+
_2025-01-28 20:25:50 UTC_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.18.2`
@@ -64,12 +64,12 @@ _2025-01-27 04:00:22 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.17.2`
67+
**11** **Group:** `commons-codec` **Name:** `commons-codec` **Version:** `1.18.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.17.2.jar/META-INF/LICENSE.txt](commons-codec-1.17.2.jar/META-INF/LICENSE.txt)
72-
- [commons-codec-1.17.2.jar/META-INF/NOTICE.txt](commons-codec-1.17.2.jar/META-INF/NOTICE.txt)
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)
7373

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

0 commit comments

Comments
 (0)