From bdf6df5fe04c5dab07f0982c12e870763f8feb46 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Sat, 16 Mar 2024 19:45:33 +0530 Subject: [PATCH] upgrade graaljs version --- fetch.xml | 2 +- lib/libraries.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fetch.xml b/fetch.xml index 599b8f298d..85bbf7524e 100644 --- a/fetch.xml +++ b/fetch.xml @@ -328,7 +328,7 @@ Set -Ddest=LOCATION on the command line - + diff --git a/lib/libraries.properties b/lib/libraries.properties index 0899082759..b5081b6c3d 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -42,8 +42,8 @@ bsh.version=2.0b5 commons-net.version=3.9.0 commons-logging.version=1.1 commons-logging-api.version=${commons-logging.version} -js.version=20.1.0 -js-scriptengine.version=${js.version} +js-language.version=23.1.2 +js-scriptengine.version=${js-language.version} # Note - When updating the hamcrest versions here, make sure to also update the # "src-dist" target in build.xml to copy the correct hamcrest jars # into the source distribution. Also update the hamcrest dependency