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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new ec346c8  graalvm: js needs own version; update versions
ec346c8 is described below

commit ec346c846a833d9eb57fe831ace3306cfa57d336
Author: Sebb <s...@apache.org>
AuthorDate: Fri Oct 13 11:30:52 2023 +0100

    graalvm: js needs own version; update versions
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 84a5e5e..9656b78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,7 +268,8 @@
     -->
 
     <!-- JS for Java 11+ (see profiles) -->
-    <graalvm.version>22.3.3</graalvm.version>
+    <graalvm.version>23.0.1</graalvm.version>
+    <graalvm.js.version>23.1.0</graalvm.js.version>
 
     <!-- moditect currently fails. Disable the check until we need to use Java 
plugins -->
     <moditect.skip>true</moditect.skip>
@@ -292,7 +293,7 @@
         <dependency>
           <groupId>org.graalvm.js</groupId>
           <artifactId>js-scriptengine</artifactId>
-          <version>${graalvm.version}</version>
+          <version>${graalvm.js.version}</version>
         </dependency>
       </dependencies>
     </profile>

Reply via email to