dependabot[bot] opened a new pull request, #641:
URL: https://github.com/apache/commons-text/pull/641

   Bumps `graalvm.version` from 24.1.1 to 24.1.2.
   Updates `org.graalvm.js:js` from 24.1.1 to 24.1.2
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/oracle/graal/commit/a50c2ec01ee5bab0702c56b3a1136bae73bb759e";><code>a50c2ec</code></a>
 Release GraalVM 24.1.2.</li>
   <li><a 
href="https://github.com/oracle/graal/commit/f7241db2c8ec4f43ffa2117b6649dde36957bd69";><code>f7241db</code></a>
 [GR-60698] Backport to 24.1: Fix int overflow in 
ObjectSizeCalculator#increas...</li>
   <li><a 
href="https://github.com/oracle/graal/commit/2db8306b9035fd185634927dd75d164c632afe7d";><code>2db8306</code></a>
 Fix int overflow in ObjectSizeCalculator#increaseByArraySize.</li>
   <li><a 
href="https://github.com/oracle/graal/commit/e51a3dab608ab5c6bdfc617d72fa7672c792ebfa";><code>e51a3da</code></a>
 [GR-59621] Backport to 24.1: ensure only safepoint usages left</li>
   <li><a 
href="https://github.com/oracle/graal/commit/140a74e7caaa7d5e18d64314175e60ba1254d579";><code>140a74e</code></a>
 [GR-60462] Backport to 24.1: No exit safepoint if end safepoints are 
disabled.</li>
   <li><a 
href="https://github.com/oracle/graal/commit/6b8583347342bb5981fc045c13d2710452af6173";><code>6b85833</code></a>
 [GR-59948] Backport to 24.1: Use a safe cast when retrieving the storage in 
a...</li>
   <li><a 
href="https://github.com/oracle/graal/commit/2b80bcb6629f442f3da98e9466400048990fdd8a";><code>2b80bcb</code></a>
 [GR-58956] [GR-59164] [GR-58956] Backport to 24.1: Add barista benchmark 
suite.</li>
   <li><a 
href="https://github.com/oracle/graal/commit/c6cf550c6f1928c8d5d1c646a4adbb43ec20a83e";><code>c6cf550</code></a>
 [GR-59040] Update labsjdk to 23.0.2+7-jvmci-b01</li>
   <li><a 
href="https://github.com/oracle/graal/commit/d44a1dbd36c6e9bf31dcc8082bf7a409b34f8765";><code>d44a1db</code></a>
 no exit safepoint if end safepoints are disabled</li>
   <li><a 
href="https://github.com/oracle/graal/commit/c19640641b84b92f60c8b1d107953f1d6af1fc11";><code>c196406</code></a>
 update JVMCI to 23.0.2+7-jvmci-b01</li>
   <li>Additional commits viewable in <a 
href="https://github.com/oracle/graal/compare/vm-24.1.1...vm-24.1.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.graalvm.js:js-scriptengine` from 24.1.1 to 24.1.2
   <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.1.2</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.1.2 is designed for use with Oracle GraalVM for JDK 
23.0.2 or GraalVM Community Edition for JDK 23.0.2, 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>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/oracle/graaljs/commit/0baf5ed684b86b792fd16c55a05cd14382e62b7e";><code>0baf5ed</code></a>
 Release GraalVM 24.1.2.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/18e6934b4d91b09c8c26fc470fbba27a9141d8ae";><code>18e6934</code></a>
 [GR-55134] Backport to 24.1: Improve manifest files.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/9dbab7a8d5df20072522e2f7dff336b67f809092";><code>9dbab7a</code></a>
 Developer info is consistent with other suites.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/541cc10fdb1bc3df068af30747013c70481545a4";><code>541cc10</code></a>
 [GR-59335] Backport to 24.1: Handle mixing overloaded operators with 
non-nume...</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/ef70ba989e674812988bab8e83b16bf661e71c84";><code>ef70ba9</code></a>
 Handle mixing overloaded operators with non-numeric primitives</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/8def10094a82eb12a2f48290d1d11b30761eff21";><code>8def100</code></a>
 [GR-58725] Backport to 24.1: Fix missing return value conversion in 
Polyglot....</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/dbb4185fc4687375c30176ecd3facec8d844b094";><code>dbb4185</code></a>
 [GR-58687] Add regression test for Polyglot.eval returning a 
java.lang.String.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/b213e33a9f234b3a8fa292f1e2b31a53bba44745";><code>b213e33</code></a>
 [GR-56805] Include wasm in js standalone.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/2ce4ba6906c669f5cef045ac8b8b8f80cca8f80f";><code>2ce4ba6</code></a>
 [GR-59077] Backport to 24.1: Fix of top-level for-await-of in a module.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/58e33f2ceda806cf850ccf09a3a8879c76c22552";><code>58e33f2</code></a>
 Regression test of the usage of for-await-of in the body of a module.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/graalvm/graaljs/compare/vm-24.1.1...vm-24.1.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.graalvm.js:js-language` from 24.1.1 to 24.1.2
   <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.1.2</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.1.2 is designed for use with Oracle GraalVM for JDK 
23.0.2 or GraalVM Community Edition for JDK 23.0.2, 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>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/oracle/graaljs/commit/0baf5ed684b86b792fd16c55a05cd14382e62b7e";><code>0baf5ed</code></a>
 Release GraalVM 24.1.2.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/18e6934b4d91b09c8c26fc470fbba27a9141d8ae";><code>18e6934</code></a>
 [GR-55134] Backport to 24.1: Improve manifest files.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/9dbab7a8d5df20072522e2f7dff336b67f809092";><code>9dbab7a</code></a>
 Developer info is consistent with other suites.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/541cc10fdb1bc3df068af30747013c70481545a4";><code>541cc10</code></a>
 [GR-59335] Backport to 24.1: Handle mixing overloaded operators with 
non-nume...</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/ef70ba989e674812988bab8e83b16bf661e71c84";><code>ef70ba9</code></a>
 Handle mixing overloaded operators with non-numeric primitives</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/8def10094a82eb12a2f48290d1d11b30761eff21";><code>8def100</code></a>
 [GR-58725] Backport to 24.1: Fix missing return value conversion in 
Polyglot....</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/dbb4185fc4687375c30176ecd3facec8d844b094";><code>dbb4185</code></a>
 [GR-58687] Add regression test for Polyglot.eval returning a 
java.lang.String.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/b213e33a9f234b3a8fa292f1e2b31a53bba44745";><code>b213e33</code></a>
 [GR-56805] Include wasm in js standalone.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/2ce4ba6906c669f5cef045ac8b8b8f80cca8f80f";><code>2ce4ba6</code></a>
 [GR-59077] Backport to 24.1: Fix of top-level for-await-of in a module.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/58e33f2ceda806cf850ccf09a3a8879c76c22552";><code>58e33f2</code></a>
 Regression test of the usage of for-await-of in the body of a module.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/graalvm/graaljs/compare/vm-24.1.1...vm-24.1.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.graalvm.truffle:truffle-runtime` from 24.1.1 to 24.1.2
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/oracle/graal/commit/a50c2ec01ee5bab0702c56b3a1136bae73bb759e";><code>a50c2ec</code></a>
 Release GraalVM 24.1.2.</li>
   <li><a 
href="https://github.com/oracle/graal/commit/f7241db2c8ec4f43ffa2117b6649dde36957bd69";><code>f7241db</code></a>
 [GR-60698] Backport to 24.1: Fix int overflow in 
ObjectSizeCalculator#increas...</li>
   <li><a 
href="https://github.com/oracle/graal/commit/2db8306b9035fd185634927dd75d164c632afe7d";><code>2db8306</code></a>
 Fix int overflow in ObjectSizeCalculator#increaseByArraySize.</li>
   <li><a 
href="https://github.com/oracle/graal/commit/e51a3dab608ab5c6bdfc617d72fa7672c792ebfa";><code>e51a3da</code></a>
 [GR-59621] Backport to 24.1: ensure only safepoint usages left</li>
   <li><a 
href="https://github.com/oracle/graal/commit/140a74e7caaa7d5e18d64314175e60ba1254d579";><code>140a74e</code></a>
 [GR-60462] Backport to 24.1: No exit safepoint if end safepoints are 
disabled.</li>
   <li><a 
href="https://github.com/oracle/graal/commit/6b8583347342bb5981fc045c13d2710452af6173";><code>6b85833</code></a>
 [GR-59948] Backport to 24.1: Use a safe cast when retrieving the storage in 
a...</li>
   <li><a 
href="https://github.com/oracle/graal/commit/2b80bcb6629f442f3da98e9466400048990fdd8a";><code>2b80bcb</code></a>
 [GR-58956] [GR-59164] [GR-58956] Backport to 24.1: Add barista benchmark 
suite.</li>
   <li><a 
href="https://github.com/oracle/graal/commit/c6cf550c6f1928c8d5d1c646a4adbb43ec20a83e";><code>c6cf550</code></a>
 [GR-59040] Update labsjdk to 23.0.2+7-jvmci-b01</li>
   <li><a 
href="https://github.com/oracle/graal/commit/d44a1dbd36c6e9bf31dcc8082bf7a409b34f8765";><code>d44a1db</code></a>
 no exit safepoint if end safepoints are disabled</li>
   <li><a 
href="https://github.com/oracle/graal/commit/c19640641b84b92f60c8b1d107953f1d6af1fc11";><code>c196406</code></a>
 update JVMCI to 23.0.2+7-jvmci-b01</li>
   <li>Additional commits viewable in <a 
href="https://github.com/oracle/graal/compare/vm-24.1.1...vm-24.1.2";>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

Reply via email to