From a70982608ed723d806c4d80b374be5fdb51d7293 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 05:43:46 +0000 Subject: [PATCH] fix(deps): update hexagonversion to v3.7.2 --- kotlin/hexagon-jetty/build.gradle | 2 +- kotlin/hexagon-netty-epoll/build.gradle | 2 +- kotlin/hexagon-netty/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kotlin/hexagon-jetty/build.gradle b/kotlin/hexagon-jetty/build.gradle index 79bb5279d17..ddf2b299f23 100644 --- a/kotlin/hexagon-jetty/build.gradle +++ b/kotlin/hexagon-jetty/build.gradle @@ -4,7 +4,7 @@ plugins { } ext { - hexagonVersion = "3.7.1" + hexagonVersion = "3.7.2" gradleScripts = "https://raw.githubusercontent.com/hexagontk/hexagon/$hexagonVersion/gradle" } diff --git a/kotlin/hexagon-netty-epoll/build.gradle b/kotlin/hexagon-netty-epoll/build.gradle index e042fec43a3..b7b3625d530 100644 --- a/kotlin/hexagon-netty-epoll/build.gradle +++ b/kotlin/hexagon-netty-epoll/build.gradle @@ -4,7 +4,7 @@ plugins { } ext { - hexagonVersion = "3.7.1" + hexagonVersion = "3.7.2" nettyVersion = "4.1.+" gradleScripts = "https://raw.githubusercontent.com/hexagontk/hexagon/$hexagonVersion/gradle" diff --git a/kotlin/hexagon-netty/build.gradle b/kotlin/hexagon-netty/build.gradle index 633d9a74940..56f9c7c0348 100644 --- a/kotlin/hexagon-netty/build.gradle +++ b/kotlin/hexagon-netty/build.gradle @@ -4,7 +4,7 @@ plugins { } ext { - hexagonVersion = "3.7.1" + hexagonVersion = "3.7.2" gradleScripts = "https://raw.githubusercontent.com/hexagontk/hexagon/$hexagonVersion/gradle" }