File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6767- Bumps ` software.amazon.awssdk:auth ` from 2.34.5 to 2.42.0
6868- Bumps ` software.amazon.awssdk:utils ` from 2.38.2 to 2.42.4
6969- Bumps ` software.amazon.awssdk:http-client-spi ` from 2.39.6 to 2.40.3
70+ - Bumps ` io.netty:netty-all ` from 4.2.10.Final to 4.2.15.Final ([ #780 ] ( https://github.com/opensearch-project/opensearch-hadoop/pull/780 ) )
7071
7172## [ 1.3.0]
7273### Added
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies {
6565
6666 testImplementation(project(" :test:shared" ))
6767 testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.21.3" )
68- testImplementation(" io.netty:netty-all:4.2.10 .Final" )
68+ testImplementation(" io.netty:netty-all:4.2.15 .Final" )
6969 testImplementation(" org.elasticsearch:securemock:1.2" )
7070
7171 itestEmbedded(project(" :test:shared" ))
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ dependencies {
8080
8181 implementation(" org.hamcrest:hamcrest-all:${ project.ext.hamcrestVersion} " )
8282
83- implementation(" io.netty:netty-all:4.0.56 .Final" ) {
83+ implementation(" io.netty:netty-all:4.2.15 .Final" ) {
8484 because " Needed for creating mock SSL Server to test against"
8585 }
8686
You can’t perform that action at this time.
0 commit comments