Skip to content

Commit d3c8c21

Browse files
committed
Bump io.netty:netty-all from 4.0.56.Final to 4.2.15.Final
Signed-off-by: Sotaro Hikita <bering1814@gmail.com>
1 parent 525183e commit d3c8c21

3 files changed

Lines changed: 3 additions & 2 deletions

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 `io.netty:netty-all` from 4.2.10.Final to 4.2.15.Final ([#780](https://github.com/opensearch-project/opensearch-hadoop/pull/780))
5556

5657
## [1.3.0]
5758
### Added

mr/build.gradle

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

6666
testImplementation(project(":test:shared"))
6767
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.20.1")
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"))

test/shared/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)