Skip to content

Commit

Permalink
Bump io.netty:netty-all from 4.1.111.Final to 4.1.112.Final in /mr (o…
Browse files Browse the repository at this point in the history
…pensearch-project#503)

* Bump io.netty:netty-all from 4.1.111.Final to 4.1.112.Final in /mr

Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.111.Final to 4.1.112.Final.
- [Commits](netty/netty@netty-4.1.111.Final...netty-4.1.112.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-all
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and dgoldenberg-ias committed Sep 11, 2024
1 parent 0159865 commit bb43022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.17.0 to 2.17.2
- Bumps `commons-logging:commons-logging` from 1.3.1 to 1.3.3
- Bumps `com.google.protobuf:protobuf-java` from 4.26.1 to 4.27.2
- Bumps `io.netty:netty-all` from 4.1.109.Final to 4.1.111.Final
- Bumps `io.netty:netty-all` from 4.1.109.Final to 4.1.112.Final
- Bumps `jakarta.servlet:jakarta.servlet-api` from 6.0.0 to 6.1.0
- Bumps `commons-codec:commons-codec` from 1.17.0 to 1.17.1

Expand Down
2 changes: 1 addition & 1 deletion mr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {

testImplementation(project(":test:shared"))
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
testImplementation("io.netty:netty-all:4.1.111.Final")
testImplementation("io.netty:netty-all:4.1.112.Final")
testImplementation("org.elasticsearch:securemock:1.2")

itestEmbedded(project(":test:shared"))
Expand Down

0 comments on commit bb43022

Please sign in to comment.