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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7f85ffcc80f build(deps): bump graaljs.version from 22.3.5 to 25.1.3 
(#19838)
7f85ffcc80f is described below

commit 7f85ffcc80f7947b882a69b97c95b591ed15c2e5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 1 10:33:06 2026 +0800

    build(deps): bump graaljs.version from 22.3.5 to 25.1.3 (#19838)
    
    * build(deps): bump graaljs.version from 22.3.5 to 25.1.3
    
    Bumps `graaljs.version` from 22.3.5 to 25.1.3.
    
    Updates `org.graalvm.js:js` from 22.3.5 to 25.1.3
    - [Release notes](https://github.com/graalvm/graaljs/releases)
    - [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/graalvm/graaljs/commits/vm-25.1.3)
    
    Updates `org.graalvm.js:js-scriptengine` from 22.3.5 to 25.1.3
    - [Release notes](https://github.com/graalvm/graaljs/releases)
    - [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/graalvm/graaljs/commits/vm-25.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.graalvm.js:js
      dependency-version: 25.1.3
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.graalvm.js:js-scriptengine
      dependency-version: 25.1.3
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * build(deps): fix GraalJS 25.1.3 metadata
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Frank Chen <[email protected]>
---
 indexing-service/pom.xml |  1 +
 licenses.yaml            | 25 ++++++++++++++++++++++---
 pom.xml                  |  3 ++-
 services/pom.xml         |  1 +
 4 files changed, 26 insertions(+), 4 deletions(-)

diff --git a/indexing-service/pom.xml b/indexing-service/pom.xml
index c97f64bbaa7..b43e6283d0f 100644
--- a/indexing-service/pom.xml
+++ b/indexing-service/pom.xml
@@ -173,6 +173,7 @@
         <dependency>
             <groupId>org.graalvm.js</groupId>
             <artifactId>js</artifactId>
+            <type>pom</type>
             <scope>runtime</scope>
         </dependency>
         <dependency>
diff --git a/licenses.yaml b/licenses.yaml
index e9887ba4c1e..1a2ccda4c29 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -5342,15 +5342,34 @@ name: GraalVM
 license_category: binary
 license_name: Universal Permissive License, Version 1.0
 license_file_path: licenses/bin/graal.UPL
-version: 22.3.5
+version: 25.1.3
 module: core
 libraries:
   - org.graalvm.js: js
+  - org.graalvm.js: js-language
   - org.graalvm.js: js-scriptengine
+  - org.graalvm.polyglot: polyglot
   - org.graalvm.regex: regex
-  - org.graalvm.sdk: graal-sdk
-  - org.graalvm.js: js-scriptengine
+  - org.graalvm.sdk: collections
+  - org.graalvm.sdk: jniutils
+  - org.graalvm.sdk: nativeimage
+  - org.graalvm.sdk: word
+  - org.graalvm.shadowed: xz
   - org.graalvm.truffle: truffle-api
+  - org.graalvm.truffle: truffle-compiler
+  - org.graalvm.truffle: truffle-runtime
+
+---
+
+name: GraalVM Shadowed ICU4J
+license_category: binary
+license_name: Unicode/ICU License
+version: 25.1.3
+copyright: Unicode, Inc.
+license_file_path: licenses/bin/icu4j.ICU
+module: core
+libraries:
+  - org.graalvm.shadowed: icu4j
 
 ---
 
diff --git a/pom.xml b/pom.xml
index 862a73c84f6..bec74b69433 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
         <jna.version>5.18.1</jna.version>
         <jna-platform.version>5.18.1</jna-platform.version>
         <hadoop.compile.version>3.5.0</hadoop.compile.version>
-        <graaljs.version>22.3.5</graaljs.version>
+        <graaljs.version>25.1.3</graaljs.version>
         <mockito.version>5.23.0</mockito.version>
         <!-- AWS SDK v1 is still used as a transitive dependency by Hadoop and 
Ranger extensions.
              It should be removed once those extensions are upgraded or 
dropped (see #19109). -->
@@ -767,6 +767,7 @@
                 <groupId>org.graalvm.js</groupId>
                 <artifactId>js</artifactId>
                 <version>${graaljs.version}</version>
+                <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.graalvm.js</groupId>
diff --git a/services/pom.xml b/services/pom.xml
index 93661b630e6..cf58399f3e4 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -251,6 +251,7 @@
         <dependency>
             <groupId>org.graalvm.js</groupId>
             <artifactId>js</artifactId>
+            <type>pom</type>
             <scope>runtime</scope>
         </dependency>
         <!-- Test Dependencies -->


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to