Skip to content

Commit 0442dc5

Browse files
Bump io.netty:netty-transport-native-kqueue (#315)
Bumps [io.netty:netty-transport-native-kqueue](https://github.com/netty/netty) from 4.1.119.Final to 4.2.0.Final. - [Commits](netty/netty@netty-4.1.119.Final...netty-4.2.0.Final) --- updated-dependencies: - dependency-name: io.netty:netty-transport-native-kqueue dependency-version: 4.2.0.Final dependency-type: direct:production update-type: version-update:semver-minor ... 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]>
1 parent ad6e33f commit 0442dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ subprojects {
2424
shadowVersion = '8.1.1'
2525

2626
//IMPORTANT: This must be in sync with the shaded netty version in gRPC
27-
nettyVersion = '4.1.119.Final'
27+
nettyVersion = '4.2.0.Final'
2828
}
2929

3030
apply plugin: 'java-library'

0 commit comments

Comments
 (0)