Skip to content

Commit

Permalink
Bump io.netty:netty-all from 4.1.93.Final to 4.1.96.Final in /mr (#312)
Browse files Browse the repository at this point in the history
* Bump io.netty:netty-all from 4.1.93.Final to 4.1.96.Final in /mr

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
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
dependabot[bot] and dependabot[bot] authored Aug 8, 2023
1 parent 7aacb74 commit 4a86885
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 @@ -8,7 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Dependencies
- Bumps `com.google.protobuf:protobuf-java` from 3.22.3 to 3.23.3
- Bumps `com.esotericsoftware.kryo:kryo` from 2.21 to 2.24.0
- Bumps `io.netty:netty-all` from 4.1.92.Final to 4.1.93.Final
- Bumps `io.netty:netty-all` from 4.1.92.Final to 4.1.96.Final
- Bumps `org.codehaus.woodstox:stax2-api` from 3.1.4 to 4.2.1
- Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.15.0 to 2.15.2
- Bumps `org.slf4j:slf4j-api` from 1.7.6 to 2.0.7
Expand Down
2 changes: 1 addition & 1 deletion mr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {

testImplementation(project(":test:shared"))
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
testImplementation("io.netty:netty-all:4.1.93.Final")
testImplementation("io.netty:netty-all:4.1.96.Final")
testImplementation("org.elasticsearch:securemock:1.2")

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

0 comments on commit 4a86885

Please sign in to comment.