dependabot[bot] opened a new pull request, #665: URL: https://github.com/apache/commons-text/pull/665
Bumps `graalvm.version` from 24.2.0 to 24.2.1. Updates `org.graalvm.js:js` from 24.2.0 to 24.2.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oracle/graal/commit/5d94c2ee4e65e6a0ad564a588d47d76ed003bb7b"><code>5d94c2e</code></a> release GraalVM 24.2.1</li> <li><a href="https://github.com/oracle/graal/commit/5a9db749c71835f9ca735cde4f345125db0e2663"><code>5a9db74</code></a> [GR-63702] Update 3rd party dependencies of GraalVM 24.2.1.</li> <li><a href="https://github.com/oracle/graal/commit/cdea4560ca23e141993a8b3049ad085203ccacf3"><code>cdea456</code></a> TruffleRuby depends on Ruby 3.3.7.</li> <li><a href="https://github.com/oracle/graal/commit/f3c3e0a52f1a28631a815e9f1524c5336350bac8"><code>f3c3e0a</code></a> GraalJS depends on ICU4J 76.1.</li> <li><a href="https://github.com/oracle/graal/commit/7b65a245cea374b0960e3641f727133db9c7f8df"><code>7b65a24</code></a> [GR-63631] Merge backports for the next 24.2 release.</li> <li><a href="https://github.com/oracle/graal/commit/3ef551b3b98632a20bee2ccd0f92f477a9308ece"><code>3ef551b</code></a> [GR-63483] Backport to 24.2: AMD64ArrayIndexOfOp: Fix short jump across unkno...</li> <li><a href="https://github.com/oracle/graal/commit/cb68c4a94e0660f909264a7a1ece1711967cff4e"><code>cb68c4a</code></a> [GR-63521] Backport to 24.2: Prevent rematerialization of SVM's LoadCompresse...</li> <li><a href="https://github.com/oracle/graal/commit/fd7dcc2a486df60bee0b555c0eaa111e4c2dac23"><code>fd7dcc2</code></a> [GR-63542] Backport to 24.2.1: Wasm Memory not cleared when WasmInstance out ...</li> <li><a href="https://github.com/oracle/graal/commit/814d18d23e2200bcb53d10239b52ea312b4dc632"><code>814d18d</code></a> [GR-63540] Backport to 24.2.1: Compilation bailout in WasmFunctionInstance In...</li> <li><a href="https://github.com/oracle/graal/commit/75a32f621fa530295007677f066339b3e30127cd"><code>75a32f6</code></a> [GR-63538] Backport to 24.2.1: Avoid rereading code entries of already instan...</li> <li>Additional commits viewable in <a href="https://github.com/oracle/graal/compare/vm-24.2.0...vm-24.2.1">compare view</a></li> </ul> </details> <br /> Updates `org.graalvm.js:js-scriptengine` from 24.2.0 to 24.2.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/graalvm/graaljs/releases">org.graalvm.js:js-scriptengine's releases</a>.</em></p> <blockquote> <h2>GraalJS 24.2.1</h2> <p>GraalJS is an ECMAScript-compliant runtime to execute JavaScript and Node.js applications. It is fully standard compliant, execute applications with high performance, and provide all benefits from the GraalVM stack, including language interoperability and common tooling.</p> <p>GraalJS version 24.2.1 is designed for use with Oracle GraalVM for JDK 24.0.1 or GraalVM Community Edition for JDK 24.0.1, and can be downloaded separately.</p> <p>There are two standalone types to choose from:</p> <ul> <li>Native Standalone: This contains a Native Image compiled launcher</li> <li>JVM Standalone: This contains JavaScript in the JVM configuration</li> </ul> <p>To distinguish between them, the GraalVM Community Edition version has the suffix <code>-community</code> in the name. A JVM standalone has a <code>-jvm</code> suffix in a name.</p> <p>Learn more about GraalJS and how to get started on the website: <a href="http://www.graalvm.org/reference-manual/js/">https://www.graalvm.org/javascript/</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/oracle/graaljs/blob/vm-24.2.1/CHANGELOG.md">org.graalvm.js:js-scriptengine's changelog</a>.</em></p> <blockquote> <h2>Version 24.2.1</h2> <ul> <li>Made option <code>js.text-encoding</code> stable and allowed in <code>SandboxPolicy.CONSTRAINED</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oracle/graaljs/commit/8b086b096e32a1727c8c584b9e67181dfe343289"><code>8b086b0</code></a> release GraalVM 24.2.1</li> <li><a href="https://github.com/oracle/graaljs/commit/b7a8f309c91fe9aef9c26c4824b81099f0f38046"><code>b7a8f30</code></a> [GR-63275] Backport to 24.2: Set CONSTRAINED sandbox policy for js.webassembl...</li> <li><a href="https://github.com/oracle/graaljs/commit/69fc7bbd4adbacc8323c51b40632d5366504ca74"><code>69fc7bb</code></a> [GR-63339] Backport to 24.2: Make option js.text-encoding stable and allowed ...</li> <li><a href="https://github.com/oracle/graaljs/commit/10a8b0452211a59e6ee4b8c9c11a527cbb33b603"><code>10a8b04</code></a> Update changelog.</li> <li><a href="https://github.com/oracle/graaljs/commit/622d321335a249882da7f4f857e9b2ae54df97bf"><code>622d321</code></a> Make option <code>js.text-encoding</code> stable and allowed in `SandboxPolicy.CONSTRAIN...</li> <li><a href="https://github.com/oracle/graaljs/commit/3eaed56bdf8b3717eece2cb0a87d74cee64bdd7b"><code>3eaed56</code></a> [GR-63245] Backport to 24.2: Fix ClassCastException in super property access.</li> <li><a href="https://github.com/oracle/graaljs/commit/1ee048b4574ddc2a42fd3af3337097568a2bf6b0"><code>1ee048b</code></a> Add regression tests (GR-62433, GR-63216).</li> <li><a href="https://github.com/oracle/graaljs/commit/f70d9a8be4616c497daefa1d68ebb93677c0730e"><code>f70d9a8</code></a> Mark arrow functions using <code>super</code> as also using <code>this</code>.</li> <li><a href="https://github.com/oracle/graaljs/commit/8c710f71de0f138dac17933856594ee32e0d7cb6"><code>8c710f7</code></a> set CONSTRAINED sandbox policy for js.webassembly option</li> <li><a href="https://github.com/oracle/graaljs/commit/900af298ad27ab125e457df770edf7461b92d892"><code>900af29</code></a> [GR-62383] Backport to 24.2: Compilation failure in ImportMetaNode.</li> <li>Additional commits viewable in <a href="https://github.com/graalvm/graaljs/compare/vm-24.2.0...vm-24.2.1">compare view</a></li> </ul> </details> <br /> Updates `org.graalvm.js:js-language` from 24.2.0 to 24.2.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/graalvm/graaljs/releases">org.graalvm.js:js-language's releases</a>.</em></p> <blockquote> <h2>GraalJS 24.2.1</h2> <p>GraalJS is an ECMAScript-compliant runtime to execute JavaScript and Node.js applications. It is fully standard compliant, execute applications with high performance, and provide all benefits from the GraalVM stack, including language interoperability and common tooling.</p> <p>GraalJS version 24.2.1 is designed for use with Oracle GraalVM for JDK 24.0.1 or GraalVM Community Edition for JDK 24.0.1, and can be downloaded separately.</p> <p>There are two standalone types to choose from:</p> <ul> <li>Native Standalone: This contains a Native Image compiled launcher</li> <li>JVM Standalone: This contains JavaScript in the JVM configuration</li> </ul> <p>To distinguish between them, the GraalVM Community Edition version has the suffix <code>-community</code> in the name. A JVM standalone has a <code>-jvm</code> suffix in a name.</p> <p>Learn more about GraalJS and how to get started on the website: <a href="http://www.graalvm.org/reference-manual/js/">https://www.graalvm.org/javascript/</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/oracle/graaljs/blob/vm-24.2.1/CHANGELOG.md">org.graalvm.js:js-language's changelog</a>.</em></p> <blockquote> <h2>Version 24.2.1</h2> <ul> <li>Made option <code>js.text-encoding</code> stable and allowed in <code>SandboxPolicy.CONSTRAINED</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oracle/graaljs/commit/8b086b096e32a1727c8c584b9e67181dfe343289"><code>8b086b0</code></a> release GraalVM 24.2.1</li> <li><a href="https://github.com/oracle/graaljs/commit/b7a8f309c91fe9aef9c26c4824b81099f0f38046"><code>b7a8f30</code></a> [GR-63275] Backport to 24.2: Set CONSTRAINED sandbox policy for js.webassembl...</li> <li><a href="https://github.com/oracle/graaljs/commit/69fc7bbd4adbacc8323c51b40632d5366504ca74"><code>69fc7bb</code></a> [GR-63339] Backport to 24.2: Make option js.text-encoding stable and allowed ...</li> <li><a href="https://github.com/oracle/graaljs/commit/10a8b0452211a59e6ee4b8c9c11a527cbb33b603"><code>10a8b04</code></a> Update changelog.</li> <li><a href="https://github.com/oracle/graaljs/commit/622d321335a249882da7f4f857e9b2ae54df97bf"><code>622d321</code></a> Make option <code>js.text-encoding</code> stable and allowed in `SandboxPolicy.CONSTRAIN...</li> <li><a href="https://github.com/oracle/graaljs/commit/3eaed56bdf8b3717eece2cb0a87d74cee64bdd7b"><code>3eaed56</code></a> [GR-63245] Backport to 24.2: Fix ClassCastException in super property access.</li> <li><a href="https://github.com/oracle/graaljs/commit/1ee048b4574ddc2a42fd3af3337097568a2bf6b0"><code>1ee048b</code></a> Add regression tests (GR-62433, GR-63216).</li> <li><a href="https://github.com/oracle/graaljs/commit/f70d9a8be4616c497daefa1d68ebb93677c0730e"><code>f70d9a8</code></a> Mark arrow functions using <code>super</code> as also using <code>this</code>.</li> <li><a href="https://github.com/oracle/graaljs/commit/8c710f71de0f138dac17933856594ee32e0d7cb6"><code>8c710f7</code></a> set CONSTRAINED sandbox policy for js.webassembly option</li> <li><a href="https://github.com/oracle/graaljs/commit/900af298ad27ab125e457df770edf7461b92d892"><code>900af29</code></a> [GR-62383] Backport to 24.2: Compilation failure in ImportMetaNode.</li> <li>Additional commits viewable in <a href="https://github.com/graalvm/graaljs/compare/vm-24.2.0...vm-24.2.1">compare view</a></li> </ul> </details> <br /> Updates `org.graalvm.truffle:truffle-runtime` from 24.2.0 to 24.2.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oracle/graal/commit/5d94c2ee4e65e6a0ad564a588d47d76ed003bb7b"><code>5d94c2e</code></a> release GraalVM 24.2.1</li> <li><a href="https://github.com/oracle/graal/commit/5a9db749c71835f9ca735cde4f345125db0e2663"><code>5a9db74</code></a> [GR-63702] Update 3rd party dependencies of GraalVM 24.2.1.</li> <li><a href="https://github.com/oracle/graal/commit/cdea4560ca23e141993a8b3049ad085203ccacf3"><code>cdea456</code></a> TruffleRuby depends on Ruby 3.3.7.</li> <li><a href="https://github.com/oracle/graal/commit/f3c3e0a52f1a28631a815e9f1524c5336350bac8"><code>f3c3e0a</code></a> GraalJS depends on ICU4J 76.1.</li> <li><a href="https://github.com/oracle/graal/commit/7b65a245cea374b0960e3641f727133db9c7f8df"><code>7b65a24</code></a> [GR-63631] Merge backports for the next 24.2 release.</li> <li><a href="https://github.com/oracle/graal/commit/3ef551b3b98632a20bee2ccd0f92f477a9308ece"><code>3ef551b</code></a> [GR-63483] Backport to 24.2: AMD64ArrayIndexOfOp: Fix short jump across unkno...</li> <li><a href="https://github.com/oracle/graal/commit/cb68c4a94e0660f909264a7a1ece1711967cff4e"><code>cb68c4a</code></a> [GR-63521] Backport to 24.2: Prevent rematerialization of SVM's LoadCompresse...</li> <li><a href="https://github.com/oracle/graal/commit/fd7dcc2a486df60bee0b555c0eaa111e4c2dac23"><code>fd7dcc2</code></a> [GR-63542] Backport to 24.2.1: Wasm Memory not cleared when WasmInstance out ...</li> <li><a href="https://github.com/oracle/graal/commit/814d18d23e2200bcb53d10239b52ea312b4dc632"><code>814d18d</code></a> [GR-63540] Backport to 24.2.1: Compilation bailout in WasmFunctionInstance In...</li> <li><a href="https://github.com/oracle/graal/commit/75a32f621fa530295007677f066339b3e30127cd"><code>75a32f6</code></a> [GR-63538] Backport to 24.2.1: Avoid rereading code entries of already instan...</li> <li>Additional commits viewable in <a href="https://github.com/oracle/graal/compare/vm-24.2.0...vm-24.2.1">compare view</a></li> </ul> </details> <br /> 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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org