From db5e14ec27ea01a8e60d8c1aa988a29e884862a5 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 10 Jul 2025 11:32:43 -0700 Subject: [PATCH] Upgrade GraalVM to one that works with JDK 23+. --- launcher/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/launcher/pom.xml b/launcher/pom.xml index 516b948..be0db99 100644 --- a/launcher/pom.xml +++ b/launcher/pom.xml @@ -46,14 +46,14 @@ org.graalvm.js - js - 20.3.0 + js-language + 24.2.1 test org.graalvm.js js-scriptengine - 20.3.0 + 24.2.1 test