From fac8ad80e2d1bbd83bb1e78a063addcba47e8258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:50:57 +0000 Subject: [PATCH] build(deps): bump io.netty:netty-transport-native-epoll Bumps [io.netty:netty-transport-native-epoll](https://github.com/netty/netty) from linux-x86_64 to 4.1.113.Final. - [Commits](https://github.com/netty/netty/commits/netty-4.1.113.Final) --- updated-dependencies: - dependency-name: io.netty:netty-transport-native-epoll dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- zuul-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul-core/build.gradle b/zuul-core/build.gradle index 2879a64cd5..4a01048fd4 100644 --- a/zuul-core/build.gradle +++ b/zuul-core/build.gradle @@ -33,7 +33,7 @@ dependencies { api "io.netty:netty-transport" implementation "io.netty:netty-codec-haproxy" - implementation "io.netty:netty-transport-native-epoll:linux-x86_64" + implementation "io.netty:netty-transport-native-epoll:4.1.113.Final" implementation "io.netty:netty-transport-native-kqueue:osx-x86_64" implementation "io.netty.incubator:netty-incubator-transport-native-io_uring:${versions_netty_io_uring}:linux-x86_64"