From 8d71bbf30fb18b58113572eb0afdb5144d72afbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 02:01:30 +0000 Subject: [PATCH] Update dependency io.netty:netty-transport-native-kqueue to v4.1.102.Final | datasource | package | from | to | | ---------- | -------------------------------------- | ------------ | ------------- | | maven | io.netty:netty-transport-native-kqueue | 4.1.75.Final | 4.1.102.Final | --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index d48224d..57c8ebf 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.102.Final" http3 = "4.9.3" githooks = "0.0.2" kotlinBinaryCompatibilityValidator = "0.8.0"