From a92cb8ff64fdd5d5d06b4ce1632825a33c7d0c79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 08:25:51 +0300 Subject: [PATCH] Bump netty-incubator-transport-native-io_uring (#2186) Bumps [netty-incubator-transport-native-io_uring](https://github.com/netty/netty-incubator-transport-io_uring) from 0.0.13.Final to 0.0.14.Final. - [Release notes](https://github.com/netty/netty-incubator-transport-io_uring/releases) - [Commits](https://github.com/netty/netty-incubator-transport-io_uring/compare/netty-incubator-transport-parent-io_uring-0.0.13.Final...netty-incubator-transport-parent-io_uring-0.0.14.Final) --- updated-dependencies: - dependency-name: io.netty.incubator:netty-incubator-transport-native-io_uring dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c96fff1f04..9ab483dddc 100644 --- a/build.gradle +++ b/build.gradle @@ -103,7 +103,7 @@ ext { nettyVersion = forceNettyVersion println "Netty version defined from command line: ${forceNettyVersion}" } - nettyIoUringVersion = '0.0.13.Final' + nettyIoUringVersion = '0.0.14.Final' nettyQuicVersion = '0.0.26.Final' // Testing