Skip to content

Commit

Permalink
Bump io.netty:netty-transport-native-kqueue (#247)
Browse files Browse the repository at this point in the history
Bumps [io.netty:netty-transport-native-kqueue](https://github.com/netty/netty) from 4.1.109.Final to 4.1.112.Final.
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.112.Final)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Lambrecht <[email protected]>
  • Loading branch information
dependabot[bot] and maxlambrecht authored Aug 16, 2024
1 parent 7e89181 commit b0c9de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ subprojects {
shadowVersion = '8.1.1'

//IMPORTANT: This must be in sync with the shaded netty version in gRPC
nettyVersion = '4.1.109.Final'
nettyVersion = '4.1.112.Final'
}

apply plugin: 'java-library'
Expand Down

0 comments on commit b0c9de6

Please sign in to comment.