Skip to content

Commit b1a1621

Browse files
authored
chore(deps): bump graalvm.version from 25.0.0 to 25.0.1 [skip ci]
Bumps `graalvm.version` from 25.0.0 to 25.0.1. Updates `org.graalvm.sdk:graal-sdk` from 25.0.0 to 25.0.1 Commits * [`05ec025`](oracle/graal@05ec025) release GraalVM 25.0.1 * [`6ea8be5`](oracle/graal@6ea8be5) [GR-69464] Backport to 25.0: Evaluate Merge Explode PE without ProxyPlaceHold... * [`32edf14`](oracle/graal@32edf14) [GR-69811] Backport to 25.0: Mark compiler threads as crashed in both isolates. * [`e179587`](oracle/graal@e179587) [GR-68927] Backport to 25.0: Analyze and Fix Tier 2 Compile Times on function... * [`386311f`](oracle/graal@386311f) [GR-69429] Backport to 25.0: Speed up LinearScan lifetime analysis by compres... * [`5f699a0`](oracle/graal@5f699a0) Drop metric changes * [`26a139b`](oracle/graal@26a139b) late proxy generation: improvements. * [`921a2d3`](oracle/graal@921a2d3) partial evluation: create proxies after PE not during. * [`579c737`](oracle/graal@579c737) Adapt fix * [`92a598b`](oracle/graal@92a598b) Review comments * Additional commits viewable in [compare view](oracle/graal@vm-25.0.0...vm-25.0.1) Updates `org.graalvm.polyglot:polyglot` from 25.0.0 to 25.0.1 Commits * [`05ec025`](oracle/graal@05ec025) release GraalVM 25.0.1 * [`6ea8be5`](oracle/graal@6ea8be5) [GR-69464] Backport to 25.0: Evaluate Merge Explode PE without ProxyPlaceHold... * [`32edf14`](oracle/graal@32edf14) [GR-69811] Backport to 25.0: Mark compiler threads as crashed in both isolates. * [`e179587`](oracle/graal@e179587) [GR-68927] Backport to 25.0: Analyze and Fix Tier 2 Compile Times on function... * [`386311f`](oracle/graal@386311f) [GR-69429] Backport to 25.0: Speed up LinearScan lifetime analysis by compres... * [`5f699a0`](oracle/graal@5f699a0) Drop metric changes * [`26a139b`](oracle/graal@26a139b) late proxy generation: improvements. * [`921a2d3`](oracle/graal@921a2d3) partial evluation: create proxies after PE not during. * [`579c737`](oracle/graal@579c737) Adapt fix * [`92a598b`](oracle/graal@92a598b) Review comments * Additional commits viewable in [compare view](oracle/graal@vm-25.0.0...vm-25.0.1) Updates `org.graalvm.polyglot:js` from 25.0.0 to 25.0.1 Commits * [`05ec025`](oracle/graal@05ec025) release GraalVM 25.0.1 * [`6ea8be5`](oracle/graal@6ea8be5) [GR-69464] Backport to 25.0: Evaluate Merge Explode PE without ProxyPlaceHold... * [`32edf14`](oracle/graal@32edf14) [GR-69811] Backport to 25.0: Mark compiler threads as crashed in both isolates. * [`e179587`](oracle/graal@e179587) [GR-68927] Backport to 25.0: Analyze and Fix Tier 2 Compile Times on function... * [`386311f`](oracle/graal@386311f) [GR-69429] Backport to 25.0: Speed up LinearScan lifetime analysis by compres... * [`5f699a0`](oracle/graal@5f699a0) Drop metric changes * [`26a139b`](oracle/graal@26a139b) late proxy generation: improvements. * [`921a2d3`](oracle/graal@921a2d3) partial evluation: create proxies after PE not during. * [`579c737`](oracle/graal@579c737) Adapt fix * [`92a598b`](oracle/graal@92a598b) Review comments * Additional commits viewable in [compare view](oracle/graal@vm-25.0.0...vm-25.0.1) 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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)
2 parents 1016769 + cbba904 commit b1a1621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<gson.version>2.13.2</gson.version>
4040
<lz4-java.version>1.8.0</lz4-java.version>
4141
<lucene.version>10.3.1</lucene.version>
42-
<graalvm.version>25.0.0</graalvm.version>
42+
<graalvm.version>25.0.1</graalvm.version>
4343
<hnswlib.version>1.1.0</hnswlib.version>
4444
<spatial4j.version>0.8</spatial4j.version>
4545
<jts-core.version>1.20.0</jts-core.version>

0 commit comments

Comments
 (0)