Skip to content

Commit

Permalink
Bump io.netty:netty-transport-native-kqueue (#150)
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.92.Final to 4.1.94.Final.
- [Commits](netty/netty@netty-4.1.92.Final...netty-4.1.94.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>
  • Loading branch information
dependabot[bot] authored Jul 11, 2023
1 parent 67f0174 commit bc7f670
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 @@ -23,7 +23,7 @@ subprojects {
shadowVersion = '8.1.1'

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

apply plugin: 'java-library'
Expand Down

0 comments on commit bc7f670

Please sign in to comment.