Skip to content

Bump graalvm.version from 25.0.1 to 25.0.2#738

Merged
garydgregory merged 1 commit intomasterfrom
dependabot/maven/graalvm.version-25.0.2
Apr 2, 2026
Merged

Bump graalvm.version from 25.0.1 to 25.0.2#738
garydgregory merged 1 commit intomasterfrom
dependabot/maven/graalvm.version-25.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps graalvm.version from 25.0.1 to 25.0.2.
Updates org.graalvm.js:js from 25.0.1 to 25.0.2

Release notes

Sourced from org.graalvm.js:js's releases.

GraalJS 25.0.2

GraalJS is an ECMAScript-compliant runtime to execute JavaScript and Node.js applications. It is fully standard-compliant, executes applications with high performance, and provides all benefits from the GraalVM stack, including language interoperability and common tooling.

GraalJS version 25.0.2 is designed for use with Oracle GraalVM 25.0.2 or GraalVM Community Edition 25.0.2, and can be downloaded separately.

There are two standalone types to choose from:

  • Native Standalone: This contains a Native Image compiled launcher
  • JVM Standalone: This contains JavaScript in the JVM configuration

To distinguish between them, the GraalVM Community Edition version has the suffix -community in its name. A JVM standalone has a -jvm suffix in its name.

Learn more about GraalJS and how to get started on the website at https://www.graalvm.org/javascript/.

Commits
  • f5e5bb6 release GraalVM 25.0.2
  • 96981da [GR-71488] Backport to 25.0: Converting values injected by instruments.
  • 6a4c34c [GR-69709] Backport to 25.0: Clearing temporary variables used during destruc...
  • dbeced4 [GR-69140] Backport to 25: Bump double-conversion version number.
  • 79dddc2 Bump double-conversion version number (no changes).
  • 6d67a8a Testing the handling of short values injected by an instrument.
  • d42ab47 Using ImportValueNode when ScopeVariables are written.
  • e24ea35 Adding IncomingConverter for JavaScriptNode.
  • 2bca3ca Adding regression tests of possible memory leaks during destructuring assignm...
  • 4819c29 Clearing temporary variables used during destructuring assignment.
  • Additional commits viewable in compare view

Updates org.graalvm.js:js-scriptengine from 25.0.1 to 25.0.2

Release notes

Sourced from org.graalvm.js:js-scriptengine's releases.

GraalJS 25.0.2

GraalJS is an ECMAScript-compliant runtime to execute JavaScript and Node.js applications. It is fully standard-compliant, executes applications with high performance, and provides all benefits from the GraalVM stack, including language interoperability and common tooling.

GraalJS version 25.0.2 is designed for use with Oracle GraalVM 25.0.2 or GraalVM Community Edition 25.0.2, and can be downloaded separately.

There are two standalone types to choose from:

  • Native Standalone: This contains a Native Image compiled launcher
  • JVM Standalone: This contains JavaScript in the JVM configuration

To distinguish between them, the GraalVM Community Edition version has the suffix -community in its name. A JVM standalone has a -jvm suffix in its name.

Learn more about GraalJS and how to get started on the website at https://www.graalvm.org/javascript/.

Commits
  • f5e5bb6 release GraalVM 25.0.2
  • 96981da [GR-71488] Backport to 25.0: Converting values injected by instruments.
  • 6a4c34c [GR-69709] Backport to 25.0: Clearing temporary variables used during destruc...
  • dbeced4 [GR-69140] Backport to 25: Bump double-conversion version number.
  • 79dddc2 Bump double-conversion version number (no changes).
  • 6d67a8a Testing the handling of short values injected by an instrument.
  • d42ab47 Using ImportValueNode when ScopeVariables are written.
  • e24ea35 Adding IncomingConverter for JavaScriptNode.
  • 2bca3ca Adding regression tests of possible memory leaks during destructuring assignm...
  • 4819c29 Clearing temporary variables used during destructuring assignment.
  • Additional commits viewable in compare view

Updates org.graalvm.js:js-language from 25.0.1 to 25.0.2

Release notes

Sourced from org.graalvm.js:js-language's releases.

GraalJS 25.0.2

GraalJS is an ECMAScript-compliant runtime to execute JavaScript and Node.js applications. It is fully standard-compliant, executes applications with high performance, and provides all benefits from the GraalVM stack, including language interoperability and common tooling.

GraalJS version 25.0.2 is designed for use with Oracle GraalVM 25.0.2 or GraalVM Community Edition 25.0.2, and can be downloaded separately.

There are two standalone types to choose from:

  • Native Standalone: This contains a Native Image compiled launcher
  • JVM Standalone: This contains JavaScript in the JVM configuration

To distinguish between them, the GraalVM Community Edition version has the suffix -community in its name. A JVM standalone has a -jvm suffix in its name.

Learn more about GraalJS and how to get started on the website at https://www.graalvm.org/javascript/.

Commits
  • f5e5bb6 release GraalVM 25.0.2
  • 96981da [GR-71488] Backport to 25.0: Converting values injected by instruments.
  • 6a4c34c [GR-69709] Backport to 25.0: Clearing temporary variables used during destruc...
  • dbeced4 [GR-69140] Backport to 25: Bump double-conversion version number.
  • 79dddc2 Bump double-conversion version number (no changes).
  • 6d67a8a Testing the handling of short values injected by an instrument.
  • d42ab47 Using ImportValueNode when ScopeVariables are written.
  • e24ea35 Adding IncomingConverter for JavaScriptNode.
  • 2bca3ca Adding regression tests of possible memory leaks during destructuring assignm...
  • 4819c29 Clearing temporary variables used during destructuring assignment.
  • Additional commits viewable in compare view

Updates org.graalvm.truffle:truffle-runtime from 25.0.1 to 25.0.2

Commits
  • 981ecb6 [GR-72395] Release GraalVM 25.0.2
  • 811aa54 release GraalVM 25.0.2
  • aeff345 [GR-70219] Backport to 25.0: Induction variable overflow detection: iv have r...
  • 58ec3b9 [GR-71786] Backport to 25.0: In-place copySwap in JavaMemoryUtil is a no-op.
  • 3df0577 [GR-71011] Backport to 25.0: Make native slot wrappers context-specific. Fixe...
  • ee11ac4 [GR-68985] Backport to 25.0: Fix the reachability-metadata schema and include...
  • ee7da6d [GR-72185] Update labsjdk to 25.0.2+10-jvmci-b01
  • c9260ad [GR-70097] Backport to 25.0: Fix constructor accessor checks.
  • 182c6d5 [GR-71881] Drop RSSTracker from disabled trackers for barista.
  • 0c0e816 [GR-71488] Backport to 25.0: Converting values injected by instruments.
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `graalvm.version` from 25.0.1 to 25.0.2.

Updates `org.graalvm.js:js` from 25.0.1 to 25.0.2
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
- [Commits](oracle/graaljs@vm-25.0.1...vm-25.0.2)

Updates `org.graalvm.js:js-scriptengine` from 25.0.1 to 25.0.2
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
- [Commits](oracle/graaljs@vm-25.0.1...vm-25.0.2)

Updates `org.graalvm.js:js-language` from 25.0.1 to 25.0.2
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
- [Commits](oracle/graaljs@vm-25.0.1...vm-25.0.2)

Updates `org.graalvm.truffle:truffle-runtime` from 25.0.1 to 25.0.2
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-25.0.1...vm-25.0.2)

---
updated-dependencies:
- dependency-name: org.graalvm.js:js
  dependency-version: 25.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.graalvm.js:js-scriptengine
  dependency-version: 25.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.graalvm.js:js-language
  dependency-version: 25.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.graalvm.truffle:truffle-runtime
  dependency-version: 25.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 2, 2026
@garydgregory garydgregory merged commit 3cdc9f7 into master Apr 2, 2026
15 checks passed
@garydgregory garydgregory deleted the dependabot/maven/graalvm.version-25.0.2 branch April 2, 2026 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant