Skip to content

Commit

Permalink
Bump io.netty:netty-transport-native-kqueue (spiffe#229)
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.107.Final to 4.1.108.Final.
- [Commits](netty/netty@netty-4.1.107.Final...netty-4.1.108.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 Mar 21, 2024
1 parent 4cc83b9 commit 8af85e3
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.107.Final'
nettyVersion = '4.1.108.Final'
}

apply plugin: 'java-library'
Expand Down

0 comments on commit 8af85e3

Please sign in to comment.