From 0711d7995cddbd8e0ff6009bf7620ae51ab46196 Mon Sep 17 00:00:00 2001 From: jaguililla Date: Tue, 11 Feb 2025 19:56:02 +0100 Subject: [PATCH] Update dependencies --- frameworks/Kotlin/hexagon/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/Kotlin/hexagon/build.gradle b/frameworks/Kotlin/hexagon/build.gradle index 2dd26b53971..f139de09d9d 100644 --- a/frameworks/Kotlin/hexagon/build.gradle +++ b/frameworks/Kotlin/hexagon/build.gradle @@ -1,7 +1,7 @@ plugins { id "org.jetbrains.kotlin.jvm" version "2.1.0" apply false - id "org.graalvm.buildtools.native" version "0.10.4" apply false + id "org.graalvm.buildtools.native" version "0.10.5" apply false } version = "1.0.0" @@ -9,7 +9,7 @@ description = "TFB benchmark" group = "com.hexagontk" ext { - hexagonVersion = "4.0.0-B2" + hexagonVersion = "4.0.0-B4" jettyVersion = "12.0.16" nettyVersion = "4.1.117.Final"