You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/10 12:35:52 UTC

[camel] branch main updated: CAMEL-19596: Upgrade GraalJS 23.0.0

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new b9fc8f255e2 CAMEL-19596: Upgrade GraalJS 23.0.0
b9fc8f255e2 is described below

commit b9fc8f255e22de63a13d04be03d24f43f130c387
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 10 14:35:43 2023 +0200

    CAMEL-19596: Upgrade GraalJS 23.0.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ecae8687267..f0ff3dacd2c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -184,7 +184,7 @@
         <google-cloud-bom-version>26.18.0</google-cloud-bom-version>
         <google-cloud-functions-bom-version>2.22.0</google-cloud-functions-bom-version>
         <google-cloud-secretmanager-bom-version>2.20.0</google-cloud-secretmanager-bom-version>
-        <graaljs-version>22.3.2</graaljs-version>
+        <graaljs-version>23.0.0</graaljs-version>
         <graphql-java-version>18.4</graphql-java-version>
         <greenmail-version>2.0.0</greenmail-version>
         <grizzly-websockets-version>2.4.4</grizzly-websockets-version>