From 937c452df704322049a18c2e037b4882bbde5b98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:15:33 +0000 Subject: [PATCH] Update dependency io.netty:netty-transport-native-kqueue to v4.1.111.Final | datasource | package | from | to | | ---------- | -------------------------------------- | ------------ | ------------- | | maven | io.netty:netty-transport-native-kqueue | 4.1.75.Final | 4.1.111.Final | --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index d48224d..e66412d 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.111.Final" http3 = "4.9.3" githooks = "0.0.2" kotlinBinaryCompatibilityValidator = "0.8.0"