Skip to content

Commit cc1d27f

Browse files
Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 (#5823)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 99c5ae6 commit cc1d27f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7676
- Bump `commons-validator:commons-validator` from 1.10.0 to 1.10.1 ([#5807](https://github.com/opensearch-project/security/pull/5807))
7777
- Bump `actions/checkout` from 5 to 6 ([#5810](https://github.com/opensearch-project/security/pull/5810))
7878
- Bump `org.bouncycastle:bcpkix-jdk18on` from 1.82 to 1.83 ([#5825](https://github.com/opensearch-project/security/pull/5825))
79+
- Bump `commons-codec:commons-codec` from 1.19.0 to 1.20.0 ([#5823](https://github.com/opensearch-project/security/pull/5823))
7980

8081
### Documentation
8182

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ configurations {
478478
configurations {
479479
all {
480480
resolutionStrategy {
481-
force 'commons-codec:commons-codec:1.19.0'
481+
force 'commons-codec:commons-codec:1.20.0'
482482
force 'org.slf4j:slf4j-api:1.7.36'
483483
force 'org.scala-lang:scala-library:2.13.18'
484484
force "com.fasterxml.jackson:jackson-bom:${versions.jackson}"
@@ -709,7 +709,7 @@ dependencies {
709709

710710
runtimeOnly 'com.sun.activation:jakarta.activation:1.2.2'
711711
runtimeOnly 'com.eclipsesource.minimal-json:minimal-json:0.9.5'
712-
runtimeOnly 'commons-codec:commons-codec:1.19.0'
712+
runtimeOnly 'commons-codec:commons-codec:1.20.0'
713713
runtimeOnly 'org.cryptacular:cryptacular:1.2.7'
714714
compileOnly 'com.google.errorprone:error_prone_annotations:2.44.0'
715715
runtimeOnly 'com.sun.istack:istack-commons-runtime:4.2.0'

sample-resource-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ configurations {
6969
resolutionStrategy {
7070
force 'org.apache.httpcomponents:httpclient:4.5.14'
7171
force 'org.apache.httpcomponents:httpcore:4.4.16'
72-
force 'commons-codec:commons-codec:1.19.0'
72+
force 'commons-codec:commons-codec:1.20.0'
7373
force 'org.hamcrest:hamcrest:2.2'
7474
force 'org.mockito:mockito-core:5.20.0'
7575
force 'org.slf4j:slf4j-api:1.7.36'

0 commit comments

Comments
 (0)