dependabot[bot] opened a new pull request, #1619: URL: https://github.com/apache/maven/pull/1619
Bumps [org.jline:jline](https://github.com/jline/jline3) from 3.26.2 to 3.26.3. <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 3.26.3</h2> <h2>What's Changed</h2> <h3>Bug fixes</h3> <ul> <li>The Diag tool should display the full stack trace (fixes <a href="https://redirect.github.com/jline/jline3/issues/1020">#1020</a>) by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1024">jline/jline3#1024</a></li> <li>Correcting invocation of ScrollConsoleScreenBufferW - using pointers instead of values. by <a href="https://github.com/lahodaj"><code>@lahodaj</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1038">jline/jline3#1038</a></li> <li>Fix windows-arm64 DLL name by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1031">jline/jline3#1031</a></li> <li>IndexOutOfBoundsException in console-ui when header exceeds size of the terminal, fixes <a href="https://redirect.github.com/jline/jline3/issues/1025">#1025</a> by <a href="https://github.com/mattirn"><code>@mattirn</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1026">jline/jline3#1026</a></li> </ul> <h3>Dependencies</h3> <ul> <li>Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1023">jline/jline3#1023</a></li> <li>Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1022">jline/jline3#1022</a></li> <li>Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1019">jline/jline3#1019</a></li> <li>Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1017">jline/jline3#1017</a></li> <li>Bump sshd.version from 2.12.1 to 2.13.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1027">jline/jline3#1027</a></li> <li>Bump groovy.version from 4.0.21 to 4.0.22 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1030">jline/jline3#1030</a></li> <li>Bump junit.version from 5.10.2 to 5.10.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1029">jline/jline3#1029</a></li> <li>Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.0 to 3.7.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1028">jline/jline3#1028</a></li> <li>Bump org.graalvm.sdk:graal-sdk from 24.0.1 to 24.0.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1039">jline/jline3#1039</a></li> <li>Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1037">jline/jline3#1037</a></li> <li>Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/jline/jline3/pull/1032">jline/jline3#1032</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jline/jline3/compare/jline-parent-3.26.2...jline-parent-3.26.3">https://github.com/jline/jline3/compare/jline-parent-3.26.2...jline-parent-3.26.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/blob/master/changelog.md">org.jline:jline's changelog</a>.</em></p> <blockquote> <h2>[JLine 3.26.3][3_26_3]</h2> <p>[3_26_3] <a href="https://repo1.maven.org/maven2/org/jline/jline/3.26.3/">https://repo1.maven.org/maven2/org/jline/jline/3.26.3/</a></p> <ul> <li><a href="https://github.com/jline/jline3/commit/89db55779810970dde3ff7b7880fa2a3b78c8e6b"><code>89db5577</code></a> IndexOutOfBoundsException in console-ui when header exceeds size of the terminal, fixes <a href="https://redirect.github.com/jline/jline3/issues/1025">#1025</a> (<a href="https://redirect.github.com/jline/jline3/issues/1026">#1026</a>)</li> <li><a href="https://github.com/jline/jline3/commit/89a99fc65e78156a52b5690f20cea1bbf165bc8b"><code>89a99fc6</code></a> Fix windows-arm64 DLL name (<a href="https://redirect.github.com/jline/jline3/issues/1031">#1031</a>)</li> <li><a href="https://github.com/jline/jline3/commit/dad7818b31fa09f488c80f01fc8582b460432e20"><code>dad7818b</code></a> Correcting invocation of ScrollConsoleScreenBufferW - using pointers instead of values. (<a href="https://redirect.github.com/jline/jline3/issues/1038">#1038</a>)</li> <li><a href="https://github.com/jline/jline3/commit/9489e1b15bd1ee9dd87393aeec7fc5489fbc8a09"><code>9489e1b1</code></a> The Diag tool should display the full stack trace (fixes <a href="https://redirect.github.com/jline/jline3/issues/1020">#1020</a>) (<a href="https://redirect.github.com/jline/jline3/issues/1024">#1024</a>)</li> <li><a href="https://github.com/jline/jline3/commit/76243b25729726f386d9c8f067486969a5260306"><code>76243b25</code></a> Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 (<a href="https://redirect.github.com/jline/jline3/issues/1032">#1032</a>)</li> <li><a href="https://github.com/jline/jline3/commit/90d283f82562e6822bfc895458391f71b3ce14ff"><code>90d283f8</code></a> Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1 (<a href="https://redirect.github.com/jline/jline3/issues/1037">#1037</a>)</li> <li><a href="https://github.com/jline/jline3/commit/68df8157eac6209fb6c435718e12f8f85bbf4e12"><code>68df8157</code></a> Bump org.graalvm.sdk:graal-sdk from 24.0.1 to 24.0.2 (<a href="https://redirect.github.com/jline/jline3/issues/1039">#1039</a>)</li> <li><a href="https://github.com/jline/jline3/commit/43c5426b3e42a8b0fa7b112c5608e00be6c705e1"><code>43c5426b</code></a> Bump org.apache.maven.plugins:maven-dependency-plugin (<a href="https://redirect.github.com/jline/jline3/issues/1028">#1028</a>)</li> <li><a href="https://github.com/jline/jline3/commit/e1cda58e40d68bdf21294dba500a232231f70fc8"><code>e1cda58e</code></a> Bump junit.version from 5.10.2 to 5.10.3 (<a href="https://redirect.github.com/jline/jline3/issues/1029">#1029</a>)</li> <li><a href="https://github.com/jline/jline3/commit/bbe7c99ef0298fb8d3e8188ad018fddff9807c8d"><code>bbe7c99e</code></a> Bump groovy.version from 4.0.21 to 4.0.22 (<a href="https://redirect.github.com/jline/jline3/issues/1030">#1030</a>)</li> <li><a href="https://github.com/jline/jline3/commit/3670d045a8ccd004cf04d681e72503492317d52e"><code>3670d045</code></a> Bump sshd.version from 2.12.1 to 2.13.1 (<a href="https://redirect.github.com/jline/jline3/issues/1027">#1027</a>)</li> <li><a href="https://github.com/jline/jline3/commit/425646da90b31e5a2eb2e5fc1115cc4a1ff9bfe8"><code>425646da</code></a> Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 (<a href="https://redirect.github.com/jline/jline3/issues/1017">#1017</a>)</li> <li><a href="https://github.com/jline/jline3/commit/16dadb3e39fa8309698afe7a4e5ea990c906c348"><code>16dadb3e</code></a> Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0 (<a href="https://redirect.github.com/jline/jline3/issues/1019">#1019</a>)</li> <li><a href="https://github.com/jline/jline3/commit/691f4c4b5b884ca9cbe40eb44fb0997f74c54968"><code>691f4c4b</code></a> Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 (<a href="https://redirect.github.com/jline/jline3/issues/1022">#1022</a>)</li> <li><a href="https://github.com/jline/jline3/commit/195c96f5ecce1809f4158c5e3f08f2ffb94c3462"><code>195c96f5</code></a> Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 (<a href="https://redirect.github.com/jline/jline3/issues/1023">#1023</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/4400398d51ac3f447a861dc6528591929d387959"><code>4400398</code></a> [maven-release-plugin] prepare release jline-parent-3.26.3</li> <li><a href="https://github.com/jline/jline3/commit/79bf373e7a00c47bdf3c369d833187ca4cd04661"><code>79bf373</code></a> Prepare changelog for release</li> <li><a href="https://github.com/jline/jline3/commit/89db55779810970dde3ff7b7880fa2a3b78c8e6b"><code>89db557</code></a> IndexOutOfBoundsException in console-ui when header exceeds size of the termi...</li> <li><a href="https://github.com/jline/jline3/commit/89a99fc65e78156a52b5690f20cea1bbf165bc8b"><code>89a99fc</code></a> Fix windows-arm64 DLL name (<a href="https://redirect.github.com/jline/jline3/issues/1031">#1031</a>)</li> <li><a href="https://github.com/jline/jline3/commit/76243b25729726f386d9c8f067486969a5260306"><code>76243b2</code></a> Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 (<a href="https://redirect.github.com/jline/jline3/issues/1032">#1032</a>)</li> <li><a href="https://github.com/jline/jline3/commit/90d283f82562e6822bfc895458391f71b3ce14ff"><code>90d283f</code></a> Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1 (<a href="https://redirect.github.com/jline/jline3/issues/1037">#1037</a>)</li> <li><a href="https://github.com/jline/jline3/commit/68df8157eac6209fb6c435718e12f8f85bbf4e12"><code>68df815</code></a> Bump org.graalvm.sdk:graal-sdk from 24.0.1 to 24.0.2 (<a href="https://redirect.github.com/jline/jline3/issues/1039">#1039</a>)</li> <li><a href="https://github.com/jline/jline3/commit/dad7818b31fa09f488c80f01fc8582b460432e20"><code>dad7818</code></a> Correcting invocation of ScrollConsoleScreenBufferW - using pointers instead ...</li> <li><a href="https://github.com/jline/jline3/commit/9489e1b15bd1ee9dd87393aeec7fc5489fbc8a09"><code>9489e1b</code></a> The Diag tool should display the full stack trace (fixes <a href="https://redirect.github.com/jline/jline3/issues/1020">#1020</a>) (<a href="https://redirect.github.com/jline/jline3/issues/1024">#1024</a>)</li> <li><a href="https://github.com/jline/jline3/commit/43c5426b3e42a8b0fa7b112c5608e00be6c705e1"><code>43c5426</code></a> Bump org.apache.maven.plugins:maven-dependency-plugin (<a href="https://redirect.github.com/jline/jline3/issues/1028">#1028</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-parent-3.26.2...jline-parent-3.26.3">compare view</a></li> </ul> </details> <br /> [](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 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org