Skip to content

Commit 8e19826

Browse files
Bump io.netty:netty-all from 4.0.56.Final to 4.2.15.Final
Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.0.56.Final to 4.2.15.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.0.56.Final...netty-4.2.15.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-version: 4.2.15.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 727416a commit 8e19826

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.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"))

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)