Skip to content

Commit

Permalink
Bump io.netty:netty-all from 4.1.114.Final to 4.1.115.Final in /mr (#531
Browse files Browse the repository at this point in the history
)

* Bump io.netty:netty-all from 4.1.114.Final to 4.1.115.Final in /mr

Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.114.Final to 4.1.115.Final.
- [Commits](netty/netty@netty-4.1.114.Final...netty-4.1.115.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 Nov 19, 2024
1 parent 6b0d6f9 commit 6412b9f
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 @@ -17,7 +17,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Dependencies
- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.18.1
- Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.17.2 to 2.18.1
- Bumps `io.netty:netty-all` from 4.1.112.Final to 4.1.114.Final
- Bumps `io.netty:netty-all` from 4.1.112.Final to 4.1.115.Final
- Bumps `com.google.protobuf:protobuf-java` from 4.28.2 to 4.28.3

## [1.3.0]
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.18.1")
testImplementation("io.netty:netty-all:4.1.114.Final")
testImplementation("io.netty:netty-all:4.1.115.Final")
testImplementation("org.elasticsearch:securemock:1.2")

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

0 comments on commit 6412b9f

Please sign in to comment.