Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5652,7 +5652,7 @@ name: GraalVM
license_category: binary
license_name: Universal Permissive License, Version 1.0
license_file_path: licenses/bin/graal.UPL
version: 25.2.4
version: 25.3.4.1
module: core
libraries:
- org.graalvm.js: js
Expand All @@ -5674,7 +5674,7 @@ libraries:
name: GraalVM Shadowed ICU4J
license_category: binary
license_name: Unicode/ICU License
version: 25.2.4
version: 25.3.4.1
copyright: Unicode, Inc.
license_file_path: licenses/bin/icu4j.ICU
module: core
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<jna.version>5.19.1</jna.version>
<jna-platform.version>5.19.1</jna-platform.version>
<hadoop.compile.version>3.5.0</hadoop.compile.version>
<graaljs.version>25.2.4</graaljs.version>
<graaljs.version>25.3.4.1</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). -->
Expand Down
Loading