This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new bdf6df5fe upgrade graaljs version
bdf6df5fe is described below

commit bdf6df5fe04c5dab07f0982c12e870763f8feb46
Author: Jaikiran Pai <jaiki...@apache.org>
AuthorDate: Sat Mar 16 19:45:33 2024 +0530

    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 599b8f298..85bbf7524 100644
--- a/fetch.xml
+++ b/fetch.xml
@@ -328,7 +328,7 @@ Set -Ddest=LOCATION on the command line
 
   <target name="graal.js"
           description="load Graal.js">
-    <f2 project="org.graalvm.js" archive="js"/>
+    <f2 project="org.graalvm.js" archive="js-language"/>
     <f2 project="org.graalvm.js" archive="js-scriptengine"/>
   </target>
 
diff --git a/lib/libraries.properties b/lib/libraries.properties
index 089908275..b5081b6c3 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

Reply via email to