From 8fa732614d885dcaa33a06ad3dbeb0e0cdb4d85f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:35:13 +0000 Subject: [PATCH] Update dependency io.netty:netty-transport-native-kqueue to v4.1.113.Final | datasource | package | from | to | | ---------- | -------------------------------------- | ------------ | ------------- | | maven | io.netty:netty-transport-native-kqueue | 4.1.75.Final | 4.1.113.Final | --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index d48224d..eb58379 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.113.Final" http3 = "4.9.3" githooks = "0.0.2" kotlinBinaryCompatibilityValidator = "0.8.0"