File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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} " ) {
You can’t perform that action at this time.
0 commit comments