From 29cf8b3b1b1d43528fd783e111d5e90c6ec161b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 18:41:44 +0000 Subject: [PATCH] Update dependency io.netty:netty-transport-native-kqueue to v4.1.85.Final | datasource | package | from | to | | ---------- | -------------------------------------- | ------------ | ------------ | | maven | io.netty:netty-transport-native-kqueue | 4.1.75.Final | 4.1.85.Final | --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index d48224d..6b54a91 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -16,7 +16,7 @@ kotestGradle = "5.2.3" graphQL = "16.2" kotlinGraphQL = "4.0.0-alpha.17" http4k = "4.25.8.0" -nettyTransport = "4.1.75.Final" +nettyTransport = "4.1.85.Final" http3 = "4.9.3" githooks = "0.0.2" kotlinBinaryCompatibilityValidator = "0.8.0"