From 9f5beb6b3b4863ba46cc53ebf7a8d00805ed8e76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:52:30 +0200 Subject: [PATCH] fix(deps): update hexagonversion to v3.4.0 (#6856) * fix(deps): update hexagonversion to v3.4.0 * update version in results * cleanup --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marwan --- kotlin/hexagon-jetty/build.gradle | 2 +- kotlin/hexagon-jetty/config.yaml | 2 +- kotlin/hexagon-netty-async/.gitignore | 8 -------- kotlin/hexagon-netty-epoll/build.gradle | 2 +- kotlin/hexagon-netty-epoll/config.yaml | 2 +- kotlin/hexagon-netty/build.gradle | 2 +- kotlin/hexagon-netty/config.yaml | 2 +- 7 files changed, 6 insertions(+), 14 deletions(-) delete mode 100644 kotlin/hexagon-netty-async/.gitignore diff --git a/kotlin/hexagon-jetty/build.gradle b/kotlin/hexagon-jetty/build.gradle index a27bb09f488..883ceb4f4f1 100644 --- a/kotlin/hexagon-jetty/build.gradle +++ b/kotlin/hexagon-jetty/build.gradle @@ -4,7 +4,7 @@ plugins { } ext { - hexagonVersion = "3.3.1" + hexagonVersion = "3.4.0" gradleScripts = "https://raw.githubusercontent.com/hexagonkt/hexagon/$hexagonVersion/gradle" } diff --git a/kotlin/hexagon-jetty/config.yaml b/kotlin/hexagon-jetty/config.yaml index 137967b6854..7f62d1c0655 100644 --- a/kotlin/hexagon-jetty/config.yaml +++ b/kotlin/hexagon-jetty/config.yaml @@ -1,3 +1,3 @@ framework: website: hexagonkt.com - version: 3.3 + version: 3.4 diff --git a/kotlin/hexagon-netty-async/.gitignore b/kotlin/hexagon-netty-async/.gitignore deleted file mode 100644 index f7c812f92d4..00000000000 --- a/kotlin/hexagon-netty-async/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ - -.gradle/ -gradle/ -build/ -out/ - -gradlew* -*.iml diff --git a/kotlin/hexagon-netty-epoll/build.gradle b/kotlin/hexagon-netty-epoll/build.gradle index 047d712dffc..5312805c4be 100644 --- a/kotlin/hexagon-netty-epoll/build.gradle +++ b/kotlin/hexagon-netty-epoll/build.gradle @@ -4,7 +4,7 @@ plugins { } ext { - hexagonVersion = "3.3.1" + hexagonVersion = "3.4.0" nettyVersion = "4.1.+" gradleScripts = "https://raw.githubusercontent.com/hexagonkt/hexagon/$hexagonVersion/gradle" diff --git a/kotlin/hexagon-netty-epoll/config.yaml b/kotlin/hexagon-netty-epoll/config.yaml index 137967b6854..7f62d1c0655 100644 --- a/kotlin/hexagon-netty-epoll/config.yaml +++ b/kotlin/hexagon-netty-epoll/config.yaml @@ -1,3 +1,3 @@ framework: website: hexagonkt.com - version: 3.3 + version: 3.4 diff --git a/kotlin/hexagon-netty/build.gradle b/kotlin/hexagon-netty/build.gradle index d5e2d51397a..ef9b4376728 100644 --- a/kotlin/hexagon-netty/build.gradle +++ b/kotlin/hexagon-netty/build.gradle @@ -4,7 +4,7 @@ plugins { } ext { - hexagonVersion = "3.3.1" + hexagonVersion = "3.4.0" gradleScripts = "https://raw.githubusercontent.com/hexagonkt/hexagon/$hexagonVersion/gradle" } diff --git a/kotlin/hexagon-netty/config.yaml b/kotlin/hexagon-netty/config.yaml index 137967b6854..7f62d1c0655 100644 --- a/kotlin/hexagon-netty/config.yaml +++ b/kotlin/hexagon-netty/config.yaml @@ -1,3 +1,3 @@ framework: website: hexagonkt.com - version: 3.3 + version: 3.4