dependabot[bot] opened a new pull request, #818:
URL: https://github.com/apache/aries/pull/818

   Bumps [org.jline:jline](https://github.com/jline/jline3) from 4.0.10 to 
4.0.11.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jline/jline3/releases";>org.jline:jline's 
releases</a>.</em></p>
   <blockquote>
   <h2>JLine 4.0.11</h2>
   <p><strong>JLine 4.0.11</strong> improves <strong>SwingTerminal rendering 
fidelity</strong> and <strong>grapheme cluster performance</strong>. 
SwingTerminal now correctly renders dim, italic, and conceal attributes and 
matches the ScreenTerminal HTML color logic. A BreakIterator caching fix 
eliminates repeated object allocation in grapheme cluster width loops, and a 
spurious-wakeup guard hardens the ScreenTerminal dirty-wait path.</p>
   <h2>🚀 New features and improvements</h2>
   <ul>
   <li>feat: add direct dump method for ScreenTerminal HTML string (<a 
href="https://redirect.github.com/jline/jline3/pull/1759";>#1759</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix: guard waitDirty against spurious wakeups (<a 
href="https://redirect.github.com/jline/jline3/pull/1765";>#1765</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   <li>fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim 
interaction (<a 
href="https://redirect.github.com/jline/jline3/pull/1758";>#1758</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   <li>fix: Match SwingTerminal color logic to new HTML color logic (<a 
href="https://redirect.github.com/jline/jline3/pull/1757";>#1757</a>) <a 
href="https://github.com/Elec332";><code>@​Elec332</code></a></li>
   <li>fix: cache BreakIterator in grapheme cluster loops (<a 
href="https://redirect.github.com/jline/jline3/issues/1762";>#1762</a>) (<a 
href="https://redirect.github.com/jline/jline3/pull/1763";>#1763</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 (<a 
href="https://redirect.github.com/jline/jline3/pull/1760";>#1760</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   </ul>
   <h2>👻 Maintenance</h2>
   <ul>
   <li>chore: suppress deprecation warnings in tests for deprecated console API 
(<a href="https://redirect.github.com/jline/jline3/pull/1764";>#1764</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>🔧 Build</h2>
   <ul>
   <li>fix: update Maven wrapper to 3.9.14 (<a 
href="https://redirect.github.com/jline/jline3/pull/1761";>#1761</a>) <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jline/jline3/commit/28dd6260b2a238640912a638bfbc66d3dc67de6b";><code>28dd626</code></a>
 fix: guard waitDirty against spurious wakeups (<a 
href="https://redirect.github.com/jline/jline3/issues/1765";>#1765</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/bbe5f1bd5909d3e68a0ba7bfa7d34dbbc083eaf3";><code>bbe5f1b</code></a>
 chore: suppress deprecation warnings in tests for deprecated console API (<a 
href="https://redirect.github.com/jline/jline3/issues/1764";>#1764</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/e3bba82f71abcd1a833159b7196d38dc6d75d5d1";><code>e3bba82</code></a>
 fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim 
intera...</li>
   <li><a 
href="https://github.com/jline/jline3/commit/97baf7bf61bb7bb6d85c9f940e411d8cbaac3cf6";><code>97baf7b</code></a>
 fix: correct 4-bit to 8-bit color expansion in SwingTerminal (fixes <a 
href="https://redirect.github.com/jline/jline3/issues/1757";>#1757</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/5c0f479864f2834532b48cdc38eb1f4d736f33c3";><code>5c0f479</code></a>
 feat: add direct dump method for ScreenTerminal HTML string (<a 
href="https://redirect.github.com/jline/jline3/issues/1759";>#1759</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/529e2520c89f79fbf035e772fb157cbba51ff6f4";><code>529e252</code></a>
 fix: cache BreakIterator in grapheme cluster loops (<a 
href="https://redirect.github.com/jline/jline3/issues/1762";>#1762</a>) (<a 
href="https://redirect.github.com/jline/jline3/issues/1763";>#1763</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/0ffa1a3503d14d4a44f7d7d28d4af55bbb0cbc76";><code>0ffa1a3</code></a>
 chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 (<a 
href="https://redirect.github.com/jline/jline3/issues/1760";>#1760</a>)</li>
   <li><a 
href="https://github.com/jline/jline3/commit/1301c8dacd4b5915ff560681cc34166c8bce776b";><code>1301c8d</code></a>
 fix: update Maven wrapper to 3.9.14 (<a 
href="https://redirect.github.com/jline/jline3/issues/1761";>#1761</a>)</li>
   <li>See full diff in <a 
href="https://github.com/jline/jline3/compare/4.0.10...4.0.11";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jline:jline&package-manager=maven&previous-version=4.0.10&new-version=4.0.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to