Skip to content

Commit ed9fc23

Browse files
committed
Bump commons-codec:commons-codec from 1.21.0 to 1.22.0 in /buildSrc
Signed-off-by: Sotaro Hikita <bering1814@gmail.com>
1 parent 525183e commit ed9fc23

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5252
- Bumps `software.amazon.awssdk:auth` from 2.34.5 to 2.42.0
5353
- Bumps `software.amazon.awssdk:utils` from 2.38.2 to 2.42.4
5454
- Bumps `software.amazon.awssdk:http-client-spi` from 2.39.6 to 2.40.3
55+
- Bumps `commons-codec:commons-codec` from 1.21.0 to 1.22.0 ([#774](https://github.com/opensearch-project/opensearch-hadoop/pull/774))
5556

5657
## [1.3.0]
5758
### Added

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373

7474
// Required for dependency licenses task
7575
implementation 'org.apache.rat:apache-rat:0.15'
76-
implementation 'commons-codec:commons-codec:1.21.0'
76+
implementation 'commons-codec:commons-codec:1.22.0'
7777

7878
if (localRepo) {
7979
implementation(name: "build-tools-${buildToolsVersion}") {

0 commit comments

Comments
 (0)