Skip to content

Commit

Permalink
Bump io.netty:netty-transport-native-kqueue (#234)
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.108.Final to 4.1.109.Final.
- [Commits](netty/netty@netty-4.1.108.Final...netty-4.1.109.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent daa0bba commit 7dfbffb
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.108.Final'
nettyVersion = '4.1.109.Final'
}

apply plugin: 'java-library'
Expand Down

0 comments on commit 7dfbffb

Please sign in to comment.