Skip to content

Conversation

@raboof
Copy link
Member

@raboof raboof commented Jan 21, 2025

  • Read the contribution guidelines for this project.
  • Run a successful build using the default Maven goal with mvn; that's mvn on the command line by itself.
  • Write unit tests that match behavioral changes, where the tests fail if the changes to the runtime are not applied. This may not always be possible but is a best-practice.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Each commit in the pull request should have a meaningful subject line and body. Note that commits might be squashed by a maintainer on merge.

@garydgregory garydgregory merged commit 2c15c84 into apache:master Jan 22, 2025
8 of 9 checks passed
garydgregory added a commit that referenced this pull request Jan 22, 2025
ottlinger added a commit to ottlinger/mailclena that referenced this pull request Aug 5, 2025
Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli)
from 1.9.0 to 1.10.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt">commons-cli:commons-cli's
changelog</a>.</em></p>
<blockquote>
<h2>Apache Commons CLI 1.10.0 Release Notes</h2>
<p>The Apache Commons CLI team is pleased to announce the release of
Apache Commons CLI 1.10.0.</p>
<p>Apache Commons CLI provides a simple API for presenting, processing,
and validating a Command Line Interface.</p>
<p>This is a feature and maintenance release. Java 8 or later is
required.</p>
<h2>New Features</h2>
<ul>
<li>CLI-339: Help formatter extension in the new package <a
href="https://redirect.github.com/apache/commons-cli/issues/314">#314</a>.
Thanks to Claude Warren, Gary Gregory.</li>
<li>
<pre><code> CommandLine.Builder implements Supplier&lt;CommandLine&gt;.
Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> DefaultParser.Builder implements
Supplier&lt;DefaultParser&gt;. Thanks to Gary Gregory.
</code></pre>
</li>
<li>CLI-340: Add CommandLine.getParsedOptionValues() <a
href="https://redirect.github.com/apache/commons-cli/issues/334">#334</a>.
Thanks to Claude Warren, Gary Gregory.</li>
<li>CLI-333: org.apache.commons.cli.Option.Builder implements
Supplier<!-- raw HTML omitted -->. Thanks to Claude Warren, Gary
Gregory.</li>
</ul>
<h2>Fixed Bugs</h2>
<ul>
<li>
<pre><code> Deprecate CommandLine.Builder() in favor of
CommandLine.builder(). Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Deprecate DeprecatedAttributes.Builder() in favor of
DeprecatedAttributes.builder(). Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Refactor default parser test
[#294](apache/commons-cli#294). Thanks to
Dávid Szigecsán.
</code></pre>
</li>
<li>
<pre><code>      Port to JUnit 5. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Generics for Converter should use Exception not Throwable.
Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Pick up maven-antrun-plugin version from parent POM
org.apache:apache. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Javadoc is missing its Overview page. Thanks to Gary
Gregory.
</code></pre>
</li>
<li>
<pre><code> Get mockito version from parent pom
([#351](apache/commons-cli#351)). Thanks to
Arnout Engelen.
</code></pre>
</li>
<li>
<pre><code> Remove -nouses directive from maven-bundle-plugin. OSGi
package imports now state 'uses' definitions for package imports, this
doesn't affect JPMS (from org.apache.commons:commons-parent:80). Thanks
to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Deprecate PatternOptionBuilder.PatternOptionBuilder().
Thanks to Arnout Engelen.
</code></pre>
</li>
<li>CLI-341: HelpFormatter infinite loop with 0 width input. Thanks to
Ruiqi Dong, Gary Gregory.</li>
<li>CLI-349: Fail faster with a more precise NullPointerException:
Option.processValue() throws NullPointerException when passed null value
with value separator configured. Thanks to Leo Fernandes, Gary
Gregory.</li>
<li>CLI-344: Fail faster with a more precise NullPointerException:
DefaultParser.parse() throws NullPointerException when options parameter
is null. Thanks to Ruiqi Dong, Gary Gregory.</li>
<li>CLI-347: Options.addOptionGroup(OptionGroup) does not remove
required options from requiredOpts list. Thanks to Ruiqi Dong, Gary
Gregory.</li>
<li>
<pre><code> org.apache.commons.cli.Option.Builder.get() should throw
IllegalStateException instead of IllegalArgumentException. Thanks to
Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> org.apache.commons.cli.Option.processValue(String) should
throw IllegalStateException instead of IllegalArgumentException. Thanks
to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> org.apache.commons.cli.OptionBuilder.create() should throw
IllegalStateException instead of IllegalArgumentException. Thanks to
Gary Gregory.
</code></pre>
</li>
</ul>
<h2>Updates</h2>
<ul>
<li>
<pre><code> Bump org.apache.commons:commons-parent from 72 to 85
[#302](apache/commons-cli#302),
[#304](apache/commons-cli#304),
[#310](apache/commons-cli#310),
[#315](apache/commons-cli#315),
[#320](apache/commons-cli#320),
[#327](apache/commons-cli#327),
[#371](apache/commons-cli#371). Thanks to Gary
Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> [test] Bump commons-io:commons-io from 2.16.1 to 2.20.0
[#309](apache/commons-cli#309),
[#337](apache/commons-cli#337). Thanks to Gary
Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> [test] Bump org.apache.commons:commons-text from 1.12.0 to
1.14.0 [#344](apache/commons-cli#344). Thanks
to Gary Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> Update site documentation to
https://maven.apache.org/xsd/xdoc-2.0.xsd. Thanks to Gary Gregory.
</code></pre>
</li>
</ul>
<p>Historical list of changes: <a
href="https://commons.apache.org/proper/commons-cli/changes.html">https://commons.apache.org/proper/commons-cli/changes.html</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/commons-cli/commit/04581158dbebe688518a6d384cf7b611a074ef7a"><code>0458115</code></a>
Prepare for the release candidate 1.10.0 RC1</li>
<li><a
href="https://github.com/apache/commons-cli/commit/6667053aa734dceb19c510e0d33fbe9bba9e4901"><code>6667053</code></a>
Prepare for the next release candidate</li>
<li><a
href="https://github.com/apache/commons-cli/commit/d9e46ab348f3dc213094625f8964543edf1d8320"><code>d9e46ab</code></a>
Prepare for the next release candidate</li>
<li><a
href="https://github.com/apache/commons-cli/commit/045ffbb390b7f904b770672ed3bbc7e1954c0be7"><code>045ffbb</code></a>
Use JUnit convention</li>
<li><a
href="https://github.com/apache/commons-cli/commit/0ab5c5c5f0b1e2994e604237a31a59591a3bd285"><code>0ab5c5c</code></a>
Add <a
href="https://github.com/Override"><code>@​Override</code></a></li>
<li><a
href="https://github.com/apache/commons-cli/commit/859d5e5e749c1ec6a4c7f7ead88a587f316d8065"><code>859d5e5</code></a>
[CLI-343] OptionFormatter.getBothOpt() lacks validation for Options</li>
<li><a
href="https://github.com/apache/commons-cli/commit/ea9e408813e0cdf10d3e35fadfe4de19da74f4b0"><code>ea9e408</code></a>
Better parameter names</li>
<li><a
href="https://github.com/apache/commons-cli/commit/7835c1cd5cfd2d201277d01f354aaf3b75763619"><code>7835c1c</code></a>
Fix Javadoc for Java 11</li>
<li><a
href="https://github.com/apache/commons-cli/commit/13563d031a39176b446dcaea5fdc30f2f2940b29"><code>13563d0</code></a>
Force sync with Apache GitBox</li>
<li><a
href="https://github.com/apache/commons-cli/commit/d93119547097041f3f0fb036ec0791f5a697beb2"><code>d931195</code></a>
Fix HTML markup</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/commons-cli/compare/rel/commons-cli-1.9.0...rel/commons-cli-1.10.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-cli:commons-cli&package-manager=maven&previous-version=1.9.0&new-version=1.10.0)](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>
github-actions bot pushed a commit to B3Partners/brmo that referenced this pull request Aug 5, 2025
Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli)
from 1.9.0 to 1.10.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt">commons-cli:commons-cli's
changelog</a>.</em></p>
<blockquote>
<h2>Apache Commons CLI 1.10.0 Release Notes</h2>
<p>The Apache Commons CLI team is pleased to announce the release of
Apache Commons CLI 1.10.0.</p>
<p>Apache Commons CLI provides a simple API for presenting, processing,
and validating a Command Line Interface.</p>
<p>This is a feature and maintenance release. Java 8 or later is
required.</p>
<h2>New Features</h2>
<ul>
<li>CLI-339: Help formatter extension in the new package <a
href="https://redirect.github.com/apache/commons-cli/issues/314">#314</a>.
Thanks to Claude Warren, Gary Gregory.</li>
<li>
<pre><code> CommandLine.Builder implements Supplier&lt;CommandLine&gt;.
Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> DefaultParser.Builder implements
Supplier&lt;DefaultParser&gt;. Thanks to Gary Gregory.
</code></pre>
</li>
<li>CLI-340: Add CommandLine.getParsedOptionValues() <a
href="https://redirect.github.com/apache/commons-cli/issues/334">#334</a>.
Thanks to Claude Warren, Gary Gregory.</li>
<li>CLI-333: org.apache.commons.cli.Option.Builder implements
Supplier<!-- raw HTML omitted -->. Thanks to Claude Warren, Gary
Gregory.</li>
</ul>
<h2>Fixed Bugs</h2>
<ul>
<li>
<pre><code> Deprecate CommandLine.Builder() in favor of
CommandLine.builder(). Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Deprecate DeprecatedAttributes.Builder() in favor of
DeprecatedAttributes.builder(). Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Refactor default parser test
[#294](apache/commons-cli#294). Thanks to
Dávid Szigecsán.
</code></pre>
</li>
<li>
<pre><code>      Port to JUnit 5. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Generics for Converter should use Exception not Throwable.
Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Pick up maven-antrun-plugin version from parent POM
org.apache:apache. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Javadoc is missing its Overview page. Thanks to Gary
Gregory.
</code></pre>
</li>
<li>
<pre><code> Get mockito version from parent pom
([#351](apache/commons-cli#351)). Thanks to
Arnout Engelen.
</code></pre>
</li>
<li>
<pre><code> Remove -nouses directive from maven-bundle-plugin. OSGi
package imports now state 'uses' definitions for package imports, this
doesn't affect JPMS (from org.apache.commons:commons-parent:80). Thanks
to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Deprecate PatternOptionBuilder.PatternOptionBuilder().
Thanks to Arnout Engelen.
</code></pre>
</li>
<li>CLI-341: HelpFormatter infinite loop with 0 width input. Thanks to
Ruiqi Dong, Gary Gregory.</li>
<li>CLI-349: Fail faster with a more precise NullPointerException:
Option.processValue() throws NullPointerException when passed null value
with value separator configured. Thanks to Leo Fernandes, Gary
Gregory.</li>
<li>CLI-344: Fail faster with a more precise NullPointerException:
DefaultParser.parse() throws NullPointerException when options parameter
is null. Thanks to Ruiqi Dong, Gary Gregory.</li>
<li>CLI-347: Options.addOptionGroup(OptionGroup) does not remove
required options from requiredOpts list. Thanks to Ruiqi Dong, Gary
Gregory.</li>
<li>
<pre><code> org.apache.commons.cli.Option.Builder.get() should throw
IllegalStateException instead of IllegalArgumentException. Thanks to
Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> org.apache.commons.cli.Option.processValue(String) should
throw IllegalStateException instead of IllegalArgumentException. Thanks
to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> org.apache.commons.cli.OptionBuilder.create() should throw
IllegalStateException instead of IllegalArgumentException. Thanks to
Gary Gregory.
</code></pre>
</li>
</ul>
<h2>Updates</h2>
<ul>
<li>
<pre><code> Bump org.apache.commons:commons-parent from 72 to 85
[#302](apache/commons-cli#302),
[#304](apache/commons-cli#304),
[#310](apache/commons-cli#310),
[#315](apache/commons-cli#315),
[#320](apache/commons-cli#320),
[#327](apache/commons-cli#327),
[#371](apache/commons-cli#371). Thanks to Gary
Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> [test] Bump commons-io:commons-io from 2.16.1 to 2.20.0
[#309](apache/commons-cli#309),
[#337](apache/commons-cli#337). Thanks to Gary
Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> [test] Bump org.apache.commons:commons-text from 1.12.0 to
1.14.0 [#344](apache/commons-cli#344). Thanks
to Gary Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> Update site documentation to
https://maven.apache.org/xsd/xdoc-2.0.xsd. Thanks to Gary Gregory.
</code></pre>
</li>
</ul>
<p>Historical list of changes: <a
href="https://commons.apache.org/proper/commons-cli/changes.html">https://commons.apache.org/proper/commons-cli/changes.html</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/commons-cli/commit/04581158dbebe688518a6d384cf7b611a074ef7a"><code>0458115</code></a>
Prepare for the release candidate 1.10.0 RC1</li>
<li><a
href="https://github.com/apache/commons-cli/commit/6667053aa734dceb19c510e0d33fbe9bba9e4901"><code>6667053</code></a>
Prepare for the next release candidate</li>
<li><a
href="https://github.com/apache/commons-cli/commit/d9e46ab348f3dc213094625f8964543edf1d8320"><code>d9e46ab</code></a>
Prepare for the next release candidate</li>
<li><a
href="https://github.com/apache/commons-cli/commit/045ffbb390b7f904b770672ed3bbc7e1954c0be7"><code>045ffbb</code></a>
Use JUnit convention</li>
<li><a
href="https://github.com/apache/commons-cli/commit/0ab5c5c5f0b1e2994e604237a31a59591a3bd285"><code>0ab5c5c</code></a>
Add <a
href="https://github.com/Override"><code>@​Override</code></a></li>
<li><a
href="https://github.com/apache/commons-cli/commit/859d5e5e749c1ec6a4c7f7ead88a587f316d8065"><code>859d5e5</code></a>
[CLI-343] OptionFormatter.getBothOpt() lacks validation for Options</li>
<li><a
href="https://github.com/apache/commons-cli/commit/ea9e408813e0cdf10d3e35fadfe4de19da74f4b0"><code>ea9e408</code></a>
Better parameter names</li>
<li><a
href="https://github.com/apache/commons-cli/commit/7835c1cd5cfd2d201277d01f354aaf3b75763619"><code>7835c1c</code></a>
Fix Javadoc for Java 11</li>
<li><a
href="https://github.com/apache/commons-cli/commit/13563d031a39176b446dcaea5fdc30f2f2940b29"><code>13563d0</code></a>
Force sync with Apache GitBox</li>
<li><a
href="https://github.com/apache/commons-cli/commit/d93119547097041f3f0fb036ec0791f5a697beb2"><code>d931195</code></a>
Fix HTML markup</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/commons-cli/compare/rel/commons-cli-1.9.0...rel/commons-cli-1.10.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-cli:commons-cli&package-manager=maven&previous-version=1.9.0&new-version=1.10.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
khatchad added a commit to wala/ML that referenced this pull request Aug 18, 2025
Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli)
from 1.9.0 to 1.10.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt">commons-cli:commons-cli's
changelog</a>.</em></p>
<blockquote>
<h2>Apache Commons CLI 1.10.0 Release Notes</h2>
<p>The Apache Commons CLI team is pleased to announce the release of
Apache Commons CLI 1.10.0.</p>
<p>Apache Commons CLI provides a simple API for presenting, processing,
and validating a Command Line Interface.</p>
<p>This is a feature and maintenance release. Java 8 or later is
required.</p>
<h2>New Features</h2>
<ul>
<li>CLI-339: Help formatter extension in the new package <a
href="https://redirect.github.com/apache/commons-cli/issues/314">#314</a>.
Thanks to Claude Warren, Gary Gregory.</li>
<li>
<pre><code> CommandLine.Builder implements Supplier&lt;CommandLine&gt;.
Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> DefaultParser.Builder implements
Supplier&lt;DefaultParser&gt;. Thanks to Gary Gregory.
</code></pre>
</li>
<li>CLI-340: Add CommandLine.getParsedOptionValues() <a
href="https://redirect.github.com/apache/commons-cli/issues/334">#334</a>.
Thanks to Claude Warren, Gary Gregory.</li>
<li>CLI-333: org.apache.commons.cli.Option.Builder implements
Supplier<!-- raw HTML omitted -->. Thanks to Claude Warren, Gary
Gregory.</li>
</ul>
<h2>Fixed Bugs</h2>
<ul>
<li>
<pre><code> Deprecate CommandLine.Builder() in favor of
CommandLine.builder(). Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Deprecate DeprecatedAttributes.Builder() in favor of
DeprecatedAttributes.builder(). Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Refactor default parser test
[#294](apache/commons-cli#294). Thanks to
Dávid Szigecsán.
</code></pre>
</li>
<li>
<pre><code>      Port to JUnit 5. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Generics for Converter should use Exception not Throwable.
Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Pick up maven-antrun-plugin version from parent POM
org.apache:apache. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Javadoc is missing its Overview page. Thanks to Gary
Gregory.
</code></pre>
</li>
<li>
<pre><code> Get mockito version from parent pom
([#351](apache/commons-cli#351)). Thanks to
Arnout Engelen.
</code></pre>
</li>
<li>
<pre><code> Remove -nouses directive from maven-bundle-plugin. OSGi
package imports now state 'uses' definitions for package imports, this
doesn't affect JPMS (from org.apache.commons:commons-parent:80). Thanks
to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Deprecate PatternOptionBuilder.PatternOptionBuilder().
Thanks to Arnout Engelen.
</code></pre>
</li>
<li>CLI-341: HelpFormatter infinite loop with 0 width input. Thanks to
Ruiqi Dong, Gary Gregory.</li>
<li>CLI-349: Fail faster with a more precise NullPointerException:
Option.processValue() throws NullPointerException when passed null value
with value separator configured. Thanks to Leo Fernandes, Gary
Gregory.</li>
<li>CLI-344: Fail faster with a more precise NullPointerException:
DefaultParser.parse() throws NullPointerException when options parameter
is null. Thanks to Ruiqi Dong, Gary Gregory.</li>
<li>CLI-347: Options.addOptionGroup(OptionGroup) does not remove
required options from requiredOpts list. Thanks to Ruiqi Dong, Gary
Gregory.</li>
<li>
<pre><code> org.apache.commons.cli.Option.Builder.get() should throw
IllegalStateException instead of IllegalArgumentException. Thanks to
Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> org.apache.commons.cli.Option.processValue(String) should
throw IllegalStateException instead of IllegalArgumentException. Thanks
to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> org.apache.commons.cli.OptionBuilder.create() should throw
IllegalStateException instead of IllegalArgumentException. Thanks to
Gary Gregory.
</code></pre>
</li>
</ul>
<h2>Updates</h2>
<ul>
<li>
<pre><code> Bump org.apache.commons:commons-parent from 72 to 85
[#302](apache/commons-cli#302),
[#304](apache/commons-cli#304),
[#310](apache/commons-cli#310),
[#315](apache/commons-cli#315),
[#320](apache/commons-cli#320),
[#327](apache/commons-cli#327),
[#371](apache/commons-cli#371). Thanks to Gary
Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> [test] Bump commons-io:commons-io from 2.16.1 to 2.20.0
[#309](apache/commons-cli#309),
[#337](apache/commons-cli#337). Thanks to Gary
Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> [test] Bump org.apache.commons:commons-text from 1.12.0 to
1.14.0 [#344](apache/commons-cli#344). Thanks
to Gary Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> Update site documentation to
https://maven.apache.org/xsd/xdoc-2.0.xsd. Thanks to Gary Gregory.
</code></pre>
</li>
</ul>
<p>Historical list of changes: <a
href="https://commons.apache.org/proper/commons-cli/changes.html">https://commons.apache.org/proper/commons-cli/changes.html</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/commons-cli/commit/04581158dbebe688518a6d384cf7b611a074ef7a"><code>0458115</code></a>
Prepare for the release candidate 1.10.0 RC1</li>
<li><a
href="https://github.com/apache/commons-cli/commit/6667053aa734dceb19c510e0d33fbe9bba9e4901"><code>6667053</code></a>
Prepare for the next release candidate</li>
<li><a
href="https://github.com/apache/commons-cli/commit/d9e46ab348f3dc213094625f8964543edf1d8320"><code>d9e46ab</code></a>
Prepare for the next release candidate</li>
<li><a
href="https://github.com/apache/commons-cli/commit/045ffbb390b7f904b770672ed3bbc7e1954c0be7"><code>045ffbb</code></a>
Use JUnit convention</li>
<li><a
href="https://github.com/apache/commons-cli/commit/0ab5c5c5f0b1e2994e604237a31a59591a3bd285"><code>0ab5c5c</code></a>
Add <a
href="https://github.com/Override"><code>@​Override</code></a></li>
<li><a
href="https://github.com/apache/commons-cli/commit/859d5e5e749c1ec6a4c7f7ead88a587f316d8065"><code>859d5e5</code></a>
[CLI-343] OptionFormatter.getBothOpt() lacks validation for Options</li>
<li><a
href="https://github.com/apache/commons-cli/commit/ea9e408813e0cdf10d3e35fadfe4de19da74f4b0"><code>ea9e408</code></a>
Better parameter names</li>
<li><a
href="https://github.com/apache/commons-cli/commit/7835c1cd5cfd2d201277d01f354aaf3b75763619"><code>7835c1c</code></a>
Fix Javadoc for Java 11</li>
<li><a
href="https://github.com/apache/commons-cli/commit/13563d031a39176b446dcaea5fdc30f2f2940b29"><code>13563d0</code></a>
Force sync with Apache GitBox</li>
<li><a
href="https://github.com/apache/commons-cli/commit/d93119547097041f3f0fb036ec0791f5a697beb2"><code>d931195</code></a>
Fix HTML markup</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/commons-cli/compare/rel/commons-cli-1.9.0...rel/commons-cli-1.10.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-cli:commons-cli&package-manager=maven&previous-version=1.9.0&new-version=1.10.0)](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>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raffi Khatchadourian <[email protected]>
bonita-ci pushed a commit to bonitasoft/bonita-engine that referenced this pull request Aug 25, 2025
…y with 7 updates (#3494)

Bumps the production-dependencies group with 7 updates in the /community
directory:

| Package | From | To |
| --- | --- | --- |
| org.apache.tomcat:tomcat-dbcp | `9.0.107` | `9.0.108` |
| [commons-cli:commons-cli](https://github.com/apache/commons-cli) |
`1.9.0` | `1.10.0` |
|
[org.apache.commons:commons-text](https://github.com/apache/commons-text)
| `1.13.1` | `1.14.0` |
|
[io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer)
| `1.15.2` | `1.15.3` |
|
[io.micrometer:micrometer-registry-jmx](https://github.com/micrometer-metrics/micrometer)
| `1.15.2` | `1.15.3` |
|
[io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer)
| `1.15.2` | `1.15.3` |
| com.oracle.database.jdbc:ojdbc8 | `19.27.0.0` | `19.28.0.0` |


Updates `org.apache.tomcat:tomcat-dbcp` from 9.0.107 to 9.0.108

Updates `commons-cli:commons-cli` from 1.9.0 to 1.10.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt">commons-cli:commons-cli's
changelog</a>.</em></p>
<blockquote>
<h2>Apache Commons CLI 1.10.0 Release Notes</h2>
<p>The Apache Commons CLI team is pleased to announce the release of
Apache Commons CLI 1.10.0.</p>
<p>Apache Commons CLI provides a simple API for presenting, processing,
and validating a Command Line Interface.</p>
<p>This is a feature and maintenance release. Java 8 or later is
required.</p>
<h2>New Features</h2>
<ul>
<li>CLI-339: Help formatter extension in the new package <a
href="https://redirect.github.com/apache/commons-cli/issues/314">#314</a>.
Thanks to Claude Warren, Gary Gregory.</li>
<li>
<pre><code> CommandLine.Builder implements Supplier&lt;CommandLine&gt;.
Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> DefaultParser.Builder implements
Supplier&lt;DefaultParser&gt;. Thanks to Gary Gregory.
</code></pre>
</li>
<li>CLI-340: Add CommandLine.getParsedOptionValues() <a
href="https://redirect.github.com/apache/commons-cli/issues/334">#334</a>.
Thanks to Claude Warren, Gary Gregory.</li>
<li>CLI-333: org.apache.commons.cli.Option.Builder implements
Supplier<!-- raw HTML omitted -->. Thanks to Claude Warren, Gary
Gregory.</li>
</ul>
<h2>Fixed Bugs</h2>
<ul>
<li>
<pre><code> Deprecate CommandLine.Builder() in favor of
CommandLine.builder(). Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Deprecate DeprecatedAttributes.Builder() in favor of
DeprecatedAttributes.builder(). Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Refactor default parser test
[#294](apache/commons-cli#294). Thanks to
Dávid Szigecsán.
</code></pre>
</li>
<li>
<pre><code>      Port to JUnit 5. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Generics for Converter should use Exception not Throwable.
Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Pick up maven-antrun-plugin version from parent POM
org.apache:apache. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Javadoc is missing its Overview page. Thanks to Gary
Gregory.
</code></pre>
</li>
<li>
<pre><code> Get mockito version from parent pom
([#351](apache/commons-cli#351)). Thanks to
Arnout Engelen.
</code></pre>
</li>
<li>
<pre><code> Remove -nouses directive from maven-bundle-plugin. OSGi
package imports now state 'uses' definitions for package imports, this
doesn't affect JPMS (from org.apache.commons:commons-parent:80). Thanks
to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Deprecate PatternOptionBuilder.PatternOptionBuilder().
Thanks to Arnout Engelen.
</code></pre>
</li>
<li>CLI-341: HelpFormatter infinite loop with 0 width input. Thanks to
Ruiqi Dong, Gary Gregory.</li>
<li>CLI-349: Fail faster with a more precise NullPointerException:
Option.processValue() throws NullPointerException when passed null value
with value separator configured. Thanks to Leo Fernandes, Gary
Gregory.</li>
<li>CLI-344: Fail faster with a more precise NullPointerException:
DefaultParser.parse() throws NullPointerException when options parameter
is null. Thanks to Ruiqi Dong, Gary Gregory.</li>
<li>CLI-347: Options.addOptionGroup(OptionGroup) does not remove
required options from requiredOpts list. Thanks to Ruiqi Dong, Gary
Gregory.</li>
<li>
<pre><code> org.apache.commons.cli.Option.Builder.get() should throw
IllegalStateException instead of IllegalArgumentException. Thanks to
Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> org.apache.commons.cli.Option.processValue(String) should
throw IllegalStateException instead of IllegalArgumentException. Thanks
to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> org.apache.commons.cli.OptionBuilder.create() should throw
IllegalStateException instead of IllegalArgumentException. Thanks to
Gary Gregory.
</code></pre>
</li>
</ul>
<h2>Updates</h2>
<ul>
<li>
<pre><code> Bump org.apache.commons:commons-parent from 72 to 85
[#302](apache/commons-cli#302),
[#304](apache/commons-cli#304),
[#310](apache/commons-cli#310),
[#315](apache/commons-cli#315),
[#320](apache/commons-cli#320),
[#327](apache/commons-cli#327),
[#371](apache/commons-cli#371). Thanks to Gary
Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> [test] Bump commons-io:commons-io from 2.16.1 to 2.20.0
[#309](apache/commons-cli#309),
[#337](apache/commons-cli#337). Thanks to Gary
Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> [test] Bump org.apache.commons:commons-text from 1.12.0 to
1.14.0 [#344](apache/commons-cli#344). Thanks
to Gary Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> Update site documentation to
https://maven.apache.org/xsd/xdoc-2.0.xsd. Thanks to Gary Gregory.
</code></pre>
</li>
</ul>
<p>Historical list of changes: <a
href="https://commons.apache.org/proper/commons-cli/changes.html">https://commons.apache.org/proper/commons-cli/changes.html</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/commons-cli/commit/04581158dbebe688518a6d384cf7b611a074ef7a"><code>0458115</code></a>
Prepare for the release candidate 1.10.0 RC1</li>
<li><a
href="https://github.com/apache/commons-cli/commit/6667053aa734dceb19c510e0d33fbe9bba9e4901"><code>6667053</code></a>
Prepare for the next release candidate</li>
<li><a
href="https://github.com/apache/commons-cli/commit/d9e46ab348f3dc213094625f8964543edf1d8320"><code>d9e46ab</code></a>
Prepare for the next release candidate</li>
<li><a
href="https://github.com/apache/commons-cli/commit/045ffbb390b7f904b770672ed3bbc7e1954c0be7"><code>045ffbb</code></a>
Use JUnit convention</li>
<li><a
href="https://github.com/apache/commons-cli/commit/0ab5c5c5f0b1e2994e604237a31a59591a3bd285"><code>0ab5c5c</code></a>
Add <a
href="https://github.com/Override"><code>@​Override</code></a></li>
<li><a
href="https://github.com/apache/commons-cli/commit/859d5e5e749c1ec6a4c7f7ead88a587f316d8065"><code>859d5e5</code></a>
[CLI-343] OptionFormatter.getBothOpt() lacks validation for Options</li>
<li><a
href="https://github.com/apache/commons-cli/commit/ea9e408813e0cdf10d3e35fadfe4de19da74f4b0"><code>ea9e408</code></a>
Better parameter names</li>
<li><a
href="https://github.com/apache/commons-cli/commit/7835c1cd5cfd2d201277d01f354aaf3b75763619"><code>7835c1c</code></a>
Fix Javadoc for Java 11</li>
<li><a
href="https://github.com/apache/commons-cli/commit/13563d031a39176b446dcaea5fdc30f2f2940b29"><code>13563d0</code></a>
Force sync with Apache GitBox</li>
<li><a
href="https://github.com/apache/commons-cli/commit/d93119547097041f3f0fb036ec0791f5a697beb2"><code>d931195</code></a>
Fix HTML markup</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/commons-cli/compare/rel/commons-cli-1.9.0...rel/commons-cli-1.10.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.apache.commons:commons-text` from 1.13.1 to 1.14.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt">org.apache.commons:commons-text's
changelog</a>.</em></p>
<blockquote>
<h2>Apache Commons Text 1.14.0 Release Notes</h2>
<p>The Apache Commons Text team is pleased to announce the release of
Apache Commons Text 1.14.0.</p>
<p>Apache Commons Text is a set of utility functions and reusable
components for processing
and manipulating text in a Java environment.</p>
<p>Release 1.14.0. Requires Java 8 or above.</p>
<h2>New features</h2>
<ul>
<li>
<pre><code> Interface StringLookup now extends
UnaryOperator&lt;String&gt;. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Interface TextRandomProvider extends IntUnaryOperator.
Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Add
RandomStringGenerator.Builder.usingRandom(IntUnaryOperator). Thanks to
Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Add PMD check to default Maven goal. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Add
org.apache.commons.text.RandomStringGenerator.Builder.setAccumulate(boolean).
Thanks to Gary Gregory.
</code></pre>
</li>
</ul>
<h2>Fixed Bugs</h2>
<ul>
<li>
<pre><code> Fix PMD UnnecessaryFullyQualifiedName in
StringLookupFactory. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Fix PMD UnnecessaryFullyQualifiedName in
DefaultStringLookupsHolder. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Fix PMD UnnecessaryFullyQualifiedName in
PropertiesStringLookup. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Fix PMD UnnecessaryFullyQualifiedName in
JavaPlatformStringLookup. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Fix PMD UnnecessaryFullyQualifiedName in StringSubstitutor.
Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Fix PMD UnnecessaryFullyQualifiedName in StrSubstitutor.
Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Fix PMD UnnecessaryFullyQualifiedName in AlphabetConverter.
Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Fix PMD AvoidBranchingStatementAsLastInLoop in
TextStringBuilder. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Fix PMD AvoidBranchingStatementAsLastInLoop in StrBuilder.
Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code>
org.apache.commons.text.translate.LookupTranslator.LookupTranslator(Map
CharSequence&gt;) now throws NullPointerException instead of
java.security.InvalidParameterException. Thanks to Gary Gregory.
</code></pre>
</li>
</ul>
<h2>Changes</h2>
<ul>
<li>
<pre><code> Bump org.apache.commons:commons-parent from 81 to 85
[#668](apache/commons-text#668). Thanks to
Dependabot, Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Bump commons-io:commons-io from 2.18.0 to 2.20.0. Thanks to
Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Bump graalvm.version from 24.2.0 to 24.2.2
[#665](apache/commons-text#665),
[#681](apache/commons-text#681). Thanks to
Dependabot, Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Bump commons.bytebuddy.version from 1.17.5 to 1.17.6
([#677](apache/commons-text#677)). Thanks to
Dependabot.
</code></pre>
</li>
<li>
<pre><code> Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0
[#680](apache/commons-text#680). Thanks to
Dependabot.
</code></pre>
</li>
</ul>
<p>Historical list of changes: <a
href="https://commons.apache.org/proper/commons-text/changes.html">https://commons.apache.org/proper/commons-text/changes.html</a></p>
<p>For complete information on Apache Commons Text, including
instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons Text
website:</p>
<p><a
href="https://commons.apache.org/proper/commons-text">https://commons.apache.org/proper/commons-text</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/commons-text/commit/0a343ae4eec94a028d875d8c2200e7f5620d152c"><code>0a343ae</code></a>
Update the GitHub pull request template for AI</li>
<li><a
href="https://github.com/apache/commons-text/commit/2c9212adb960b4b6180438745e8fcae3eae084f4"><code>2c9212a</code></a>
Merge branch 'master' into release</li>
<li><a
href="https://github.com/apache/commons-text/commit/f7b8d467bb519fc24ff9e518af1bdfae02bafb8d"><code>f7b8d46</code></a>
Javadoc</li>
<li><a
href="https://github.com/apache/commons-text/commit/5fea6e2183e0832ea332a28228bc1fc773b4c647"><code>5fea6e2</code></a>
Javadoc</li>
<li><a
href="https://github.com/apache/commons-text/commit/2f50c4f412612865494ba91cfa42008d3084022e"><code>2f50c4f</code></a>
Javadoc</li>
<li><a
href="https://github.com/apache/commons-text/commit/2afc236395968c1bf262f8f3f320bbd20b58da95"><code>2afc236</code></a>
Javadoc</li>
<li><a
href="https://github.com/apache/commons-text/commit/c819ed70bae8cbfebd402d31324caa26faa6f341"><code>c819ed7</code></a>
Javadoc</li>
<li><a
href="https://github.com/apache/commons-text/commit/74e54eece9d5e77fe7a95bb8f498ce4179420995"><code>74e54ee</code></a>
Javadoc</li>
<li><a
href="https://github.com/apache/commons-text/commit/a1f3288ac72897d511b04734eb82bbae121bf0d2"><code>a1f3288</code></a>
Javadoc</li>
<li><a
href="https://github.com/apache/commons-text/commit/1d7b5caeadeeff3329cce283411876fa92315d25"><code>1d7b5ca</code></a>
Javadoc</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/commons-text/compare/rel/commons-text-1.13.1...rel/commons-text-1.14.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `io.micrometer:micrometer-core` from 1.15.2 to 1.15.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/micrometer-metrics/micrometer/releases">io.micrometer:micrometer-core's
releases</a>.</em></p>
<blockquote>
<h2>1.15.3</h2>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>Catch IllegalArgumentException in VirtualThreadMetrics <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6584">#6584</a></li>
<li>Handle ArrayIndexOutOfBoundsException from DoubleHistogram in
TimeWindowPercentileHistogram.accumulate() defensively <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6563">#6563</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Bump jersey3 from 3.1.10 to 3.1.11 <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6607">#6607</a></li>
<li>Bump com.netflix.spectator:spectator-reg-atlas from 1.8.16 to 1.8.17
<a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6600">#6600</a></li>
<li>Bump io.netty:netty-bom from 4.1.122.Final to 4.1.123.Final <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6537">#6537</a></li>
</ul>
<h2>:heart: Contributors</h2>
<p>Thank you to all the contributors who worked on this release:</p>
<p><a href="https://github.com/genuss"><code>@​genuss</code></a> and <a
href="https://github.com/izeye"><code>@​izeye</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/5b196107904eb875c0519e60dbba286439c2a343"><code>5b19610</code></a>
Merge branch '1.14.x' into 1.15.x</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/942ac71ed57b27635cf045c605a181f75b1d04cd"><code>942ac71</code></a>
Fix javadoc in StringEscapeUtils</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/240cdd34d1638b5ef677f92b679f74bef982940f"><code>240cdd3</code></a>
Merge branch '1.14.x' into 1.15.x</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/7ef45eab42e8e6651330e50bb1cc5032936c7039"><code>7ef45ea</code></a>
Resolve AlmostJavadoc from Error Prone (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6611">#6611</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/f08fd1c1c894ef518b28ee15fed5765ac8c8de30"><code>f08fd1c</code></a>
Sync OutputCapture from Spring Boot (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6608">#6608</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/8f9ec4ffb18801537d215f02b3c5930b4f46862b"><code>8f9ec4f</code></a>
Bump jersey3 from 2.45 to 3.1.11 (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6607">#6607</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/1c200619262652a1fd052148dd00cf1fd1fa9566"><code>1c20061</code></a>
Bump jersey3 from 2.45 to 3.1.11 (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6603">#6603</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/f88770cf1964fce12bebc2dc11815846bf78da1b"><code>f88770c</code></a>
Merge branch '1.14.x' into 1.15.x</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/69251027097473444b969b16f13bdf16a41a01eb"><code>6925102</code></a>
Polish (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6602">#6602</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/8c5048973dabe8f734af067d48cc9998b887d9c2"><code>8c50489</code></a>
Bump com.netflix.spectator:spectator-reg-atlas from 1.8.16 to 1.8.17 (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6601">#6601</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/micrometer-metrics/micrometer/compare/v1.15.2...v1.15.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `io.micrometer:micrometer-registry-jmx` from 1.15.2 to 1.15.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/micrometer-metrics/micrometer/releases">io.micrometer:micrometer-registry-jmx's
releases</a>.</em></p>
<blockquote>
<h2>1.15.3</h2>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>Catch IllegalArgumentException in VirtualThreadMetrics <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6584">#6584</a></li>
<li>Handle ArrayIndexOutOfBoundsException from DoubleHistogram in
TimeWindowPercentileHistogram.accumulate() defensively <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6563">#6563</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Bump jersey3 from 3.1.10 to 3.1.11 <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6607">#6607</a></li>
<li>Bump com.netflix.spectator:spectator-reg-atlas from 1.8.16 to 1.8.17
<a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6600">#6600</a></li>
<li>Bump io.netty:netty-bom from 4.1.122.Final to 4.1.123.Final <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6537">#6537</a></li>
</ul>
<h2>:heart: Contributors</h2>
<p>Thank you to all the contributors who worked on this release:</p>
<p><a href="https://github.com/genuss"><code>@​genuss</code></a> and <a
href="https://github.com/izeye"><code>@​izeye</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/5b196107904eb875c0519e60dbba286439c2a343"><code>5b19610</code></a>
Merge branch '1.14.x' into 1.15.x</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/942ac71ed57b27635cf045c605a181f75b1d04cd"><code>942ac71</code></a>
Fix javadoc in StringEscapeUtils</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/240cdd34d1638b5ef677f92b679f74bef982940f"><code>240cdd3</code></a>
Merge branch '1.14.x' into 1.15.x</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/7ef45eab42e8e6651330e50bb1cc5032936c7039"><code>7ef45ea</code></a>
Resolve AlmostJavadoc from Error Prone (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6611">#6611</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/f08fd1c1c894ef518b28ee15fed5765ac8c8de30"><code>f08fd1c</code></a>
Sync OutputCapture from Spring Boot (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6608">#6608</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/8f9ec4ffb18801537d215f02b3c5930b4f46862b"><code>8f9ec4f</code></a>
Bump jersey3 from 2.45 to 3.1.11 (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6607">#6607</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/1c200619262652a1fd052148dd00cf1fd1fa9566"><code>1c20061</code></a>
Bump jersey3 from 2.45 to 3.1.11 (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6603">#6603</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/f88770cf1964fce12bebc2dc11815846bf78da1b"><code>f88770c</code></a>
Merge branch '1.14.x' into 1.15.x</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/69251027097473444b969b16f13bdf16a41a01eb"><code>6925102</code></a>
Polish (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6602">#6602</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/8c5048973dabe8f734af067d48cc9998b887d9c2"><code>8c50489</code></a>
Bump com.netflix.spectator:spectator-reg-atlas from 1.8.16 to 1.8.17 (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6601">#6601</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/micrometer-metrics/micrometer/compare/v1.15.2...v1.15.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `io.micrometer:micrometer-registry-prometheus` from 1.15.2 to
1.15.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/micrometer-metrics/micrometer/releases">io.micrometer:micrometer-registry-prometheus's
releases</a>.</em></p>
<blockquote>
<h2>1.15.3</h2>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>Catch IllegalArgumentException in VirtualThreadMetrics <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6584">#6584</a></li>
<li>Handle ArrayIndexOutOfBoundsException from DoubleHistogram in
TimeWindowPercentileHistogram.accumulate() defensively <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6563">#6563</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Bump jersey3 from 3.1.10 to 3.1.11 <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6607">#6607</a></li>
<li>Bump com.netflix.spectator:spectator-reg-atlas from 1.8.16 to 1.8.17
<a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6600">#6600</a></li>
<li>Bump io.netty:netty-bom from 4.1.122.Final to 4.1.123.Final <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6537">#6537</a></li>
</ul>
<h2>:heart: Contributors</h2>
<p>Thank you to all the contributors who worked on this release:</p>
<p><a href="https://github.com/genuss"><code>@​genuss</code></a> and <a
href="https://github.com/izeye"><code>@​izeye</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/5b196107904eb875c0519e60dbba286439c2a343"><code>5b19610</code></a>
Merge branch '1.14.x' into 1.15.x</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/942ac71ed57b27635cf045c605a181f75b1d04cd"><code>942ac71</code></a>
Fix javadoc in StringEscapeUtils</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/240cdd34d1638b5ef677f92b679f74bef982940f"><code>240cdd3</code></a>
Merge branch '1.14.x' into 1.15.x</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/7ef45eab42e8e6651330e50bb1cc5032936c7039"><code>7ef45ea</code></a>
Resolve AlmostJavadoc from Error Prone (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6611">#6611</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/f08fd1c1c894ef518b28ee15fed5765ac8c8de30"><code>f08fd1c</code></a>
Sync OutputCapture from Spring Boot (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6608">#6608</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/8f9ec4ffb18801537d215f02b3c5930b4f46862b"><code>8f9ec4f</code></a>
Bump jersey3 from 2.45 to 3.1.11 (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6607">#6607</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/1c200619262652a1fd052148dd00cf1fd1fa9566"><code>1c20061</code></a>
Bump jersey3 from 2.45 to 3.1.11 (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6603">#6603</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/f88770cf1964fce12bebc2dc11815846bf78da1b"><code>f88770c</code></a>
Merge branch '1.14.x' into 1.15.x</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/69251027097473444b969b16f13bdf16a41a01eb"><code>6925102</code></a>
Polish (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6602">#6602</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/8c5048973dabe8f734af067d48cc9998b887d9c2"><code>8c50489</code></a>
Bump com.netflix.spectator:spectator-reg-atlas from 1.8.16 to 1.8.17 (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6601">#6601</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/micrometer-metrics/micrometer/compare/v1.15.2...v1.15.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `io.micrometer:micrometer-registry-jmx` from 1.15.2 to 1.15.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/micrometer-metrics/micrometer/releases">io.micrometer:micrometer-registry-jmx's
releases</a>.</em></p>
<blockquote>
<h2>1.15.3</h2>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>Catch IllegalArgumentException in VirtualThreadMetrics <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6584">#6584</a></li>
<li>Handle ArrayIndexOutOfBoundsException from DoubleHistogram in
TimeWindowPercentileHistogram.accumulate() defensively <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6563">#6563</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Bump jersey3 from 3.1.10 to 3.1.11 <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6607">#6607</a></li>
<li>Bump com.netflix.spectator:spectator-reg-atlas from 1.8.16 to 1.8.17
<a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6600">#6600</a></li>
<li>Bump io.netty:netty-bom from 4.1.122.Final to 4.1.123.Final <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6537">#6537</a></li>
</ul>
<h2>:heart: Contributors</h2>
<p>Thank you to all the contributors who worked on this release:</p>
<p><a href="https://github.com/genuss"><code>@​genuss</code></a> and <a
href="https://github.com/izeye"><code>@​izeye</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/5b196107904eb875c0519e60dbba286439c2a343"><code>5b19610</code></a>
Merge branch '1.14.x' into 1.15.x</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/942ac71ed57b27635cf045c605a181f75b1d04cd"><code>942ac71</code></a>
Fix javadoc in StringEscapeUtils</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/240cdd34d1638b5ef677f92b679f74bef982940f"><code>240cdd3</code></a>
Merge branch '1.14.x' into 1.15.x</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/7ef45eab42e8e6651330e50bb1cc5032936c7039"><code>7ef45ea</code></a>
Resolve AlmostJavadoc from Error Prone (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6611">#6611</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/f08fd1c1c894ef518b28ee15fed5765ac8c8de30"><code>f08fd1c</code></a>
Sync OutputCapture from Spring Boot (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6608">#6608</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/8f9ec4ffb18801537d215f02b3c5930b4f46862b"><code>8f9ec4f</code></a>
Bump jersey3 from 2.45 to 3.1.11 (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6607">#6607</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/1c200619262652a1fd052148dd00cf1fd1fa9566"><code>1c20061</code></a>
Bump jersey3 from 2.45 to 3.1.11 (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6603">#6603</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/f88770cf1964fce12bebc2dc11815846bf78da1b"><code>f88770c</code></a>
Merge branch '1.14.x' into 1.15.x</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/69251027097473444b969b16f13bdf16a41a01eb"><code>6925102</code></a>
Polish (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6602">#6602</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/8c5048973dabe8f734af067d48cc9998b887d9c2"><code>8c50489</code></a>
Bump com.netflix.spectator:spectator-reg-atlas from 1.8.16 to 1.8.17 (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6601">#6601</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/micrometer-metrics/micrometer/compare/v1.15.2...v1.15.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `io.micrometer:micrometer-registry-prometheus` from 1.15.2 to
1.15.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/micrometer-metrics/micrometer/releases">io.micrometer:micrometer-registry-prometheus's
releases</a>.</em></p>
<blockquote>
<h2>1.15.3</h2>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>Catch IllegalArgumentException in VirtualThreadMetrics <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6584">#6584</a></li>
<li>Handle ArrayIndexOutOfBoundsException from DoubleHistogram in
TimeWindowPercentileHistogram.accumulate() defensively <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6563">#6563</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Bump jersey3 from 3.1.10 to 3.1.11 <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6607">#6607</a></li>
<li>Bump com.netflix.spectator:spectator-reg-atlas from 1.8.16 to 1.8.17
<a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6600">#6600</a></li>
<li>Bump io.netty:netty-bom from 4.1.122.Final to 4.1.123.Final <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6537">#6537</a></li>
</ul>
<h2>:heart: Contributors</h2>
<p>Thank you to all the contributors who worked on this release:</p>
<p><a href="https://github.com/genuss"><code>@​genuss</code></a> and <a
href="https://github.com/izeye"><code>@​izeye</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/5b196107904eb875c0519e60dbba286439c2a343"><code>5b19610</code></a>
Merge branch '1.14.x' into 1.15.x</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/942ac71ed57b27635cf045c605a181f75b1d04cd"><code>942ac71</code></a>
Fix javadoc in StringEscapeUtils</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/240cdd34d1638b5ef677f92b679f74bef982940f"><code>240cdd3</code></a>
Merge branch '1.14.x' into 1.15.x</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/7ef45eab42e8e6651330e50bb1cc5032936c7039"><code>7ef45ea</code></a>
Resolve AlmostJavadoc from Error Prone (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6611">#6611</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/f08fd1c1c894ef518b28ee15fed5765ac8c8de30"><code>f08fd1c</code></a>
Sync OutputCapture from Spring Boot (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6608">#6608</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/8f9ec4ffb18801537d215f02b3c5930b4f46862b"><code>8f9ec4f</code></a>
Bump jersey3 from 2.45 to 3.1.11 (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6607">#6607</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/1c200619262652a1fd052148dd00cf1fd1fa9566"><code>1c20061</code></a>
Bump jersey3 from 2.45 to 3.1.11 (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6603">#6603</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/f88770cf1964fce12bebc2dc11815846bf78da1b"><code>f88770c</code></a>
Merge branch '1.14.x' into 1.15.x</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/69251027097473444b969b16f13bdf16a41a01eb"><code>6925102</code></a>
Polish (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6602">#6602</a>)</li>
<li><a
href="https://github.com/micrometer-metrics/micrometer/commit/8c5048973dabe8f734af067d48cc9998b887d9c2"><code>8c50489</code></a>
Bump com.netflix.spectator:spectator-reg-atlas from 1.8.16 to 1.8.17 (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6601">#6601</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/micrometer-metrics/micrometer/compare/v1.15.2...v1.15.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `com.oracle.database.jdbc:ojdbc8` from 19.27.0.0 to 19.28.0.0


You can trigger a rebase of this PR 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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

---
runOracleTests

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
khatchad added a commit to wala/ML that referenced this pull request Sep 9, 2025
Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli)
from 1.9.0 to 1.10.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt">commons-cli:commons-cli's
changelog</a>.</em></p>
<blockquote>
<h2>Apache Commons CLI 1.10.0 Release Notes</h2>
<p>The Apache Commons CLI team is pleased to announce the release of
Apache Commons CLI 1.10.0.</p>
<p>Apache Commons CLI provides a simple API for presenting, processing,
and validating a Command Line Interface.</p>
<p>This is a feature and maintenance release. Java 8 or later is
required.</p>
<h2>New Features</h2>
<ul>
<li>CLI-339: Help formatter extension in the new package <a
href="https://redirect.github.com/apache/commons-cli/issues/314">#314</a>.
Thanks to Claude Warren, Gary Gregory.</li>
<li>
<pre><code> CommandLine.Builder implements Supplier&lt;CommandLine&gt;.
Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> DefaultParser.Builder implements
Supplier&lt;DefaultParser&gt;. Thanks to Gary Gregory.
</code></pre>
</li>
<li>CLI-340: Add CommandLine.getParsedOptionValues() <a
href="https://redirect.github.com/apache/commons-cli/issues/334">#334</a>.
Thanks to Claude Warren, Gary Gregory.</li>
<li>CLI-333: org.apache.commons.cli.Option.Builder implements
Supplier<!-- raw HTML omitted -->. Thanks to Claude Warren, Gary
Gregory.</li>
</ul>
<h2>Fixed Bugs</h2>
<ul>
<li>
<pre><code> Deprecate CommandLine.Builder() in favor of
CommandLine.builder(). Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Deprecate DeprecatedAttributes.Builder() in favor of
DeprecatedAttributes.builder(). Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Refactor default parser test
[#294](apache/commons-cli#294). Thanks to
Dávid Szigecsán.
</code></pre>
</li>
<li>
<pre><code>      Port to JUnit 5. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Generics for Converter should use Exception not Throwable.
Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Pick up maven-antrun-plugin version from parent POM
org.apache:apache. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Javadoc is missing its Overview page. Thanks to Gary
Gregory.
</code></pre>
</li>
<li>
<pre><code> Get mockito version from parent pom
([#351](apache/commons-cli#351)). Thanks to
Arnout Engelen.
</code></pre>
</li>
<li>
<pre><code> Remove -nouses directive from maven-bundle-plugin. OSGi
package imports now state 'uses' definitions for package imports, this
doesn't affect JPMS (from org.apache.commons:commons-parent:80). Thanks
to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Deprecate PatternOptionBuilder.PatternOptionBuilder().
Thanks to Arnout Engelen.
</code></pre>
</li>
<li>CLI-341: HelpFormatter infinite loop with 0 width input. Thanks to
Ruiqi Dong, Gary Gregory.</li>
<li>CLI-349: Fail faster with a more precise NullPointerException:
Option.processValue() throws NullPointerException when passed null value
with value separator configured. Thanks to Leo Fernandes, Gary
Gregory.</li>
<li>CLI-344: Fail faster with a more precise NullPointerException:
DefaultParser.parse() throws NullPointerException when options parameter
is null. Thanks to Ruiqi Dong, Gary Gregory.</li>
<li>CLI-347: Options.addOptionGroup(OptionGroup) does not remove
required options from requiredOpts list. Thanks to Ruiqi Dong, Gary
Gregory.</li>
<li>
<pre><code> org.apache.commons.cli.Option.Builder.get() should throw
IllegalStateException instead of IllegalArgumentException. Thanks to
Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> org.apache.commons.cli.Option.processValue(String) should
throw IllegalStateException instead of IllegalArgumentException. Thanks
to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> org.apache.commons.cli.OptionBuilder.create() should throw
IllegalStateException instead of IllegalArgumentException. Thanks to
Gary Gregory.
</code></pre>
</li>
</ul>
<h2>Updates</h2>
<ul>
<li>
<pre><code> Bump org.apache.commons:commons-parent from 72 to 85
[#302](apache/commons-cli#302),
[#304](apache/commons-cli#304),
[#310](apache/commons-cli#310),
[#315](apache/commons-cli#315),
[#320](apache/commons-cli#320),
[#327](apache/commons-cli#327),
[#371](apache/commons-cli#371). Thanks to Gary
Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> [test] Bump commons-io:commons-io from 2.16.1 to 2.20.0
[#309](apache/commons-cli#309),
[#337](apache/commons-cli#337). Thanks to Gary
Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> [test] Bump org.apache.commons:commons-text from 1.12.0 to
1.14.0 [#344](apache/commons-cli#344). Thanks
to Gary Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> Update site documentation to
https://maven.apache.org/xsd/xdoc-2.0.xsd. Thanks to Gary Gregory.
</code></pre>
</li>
</ul>
<p>Historical list of changes: <a
href="https://commons.apache.org/proper/commons-cli/changes.html">https://commons.apache.org/proper/commons-cli/changes.html</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/commons-cli/commit/04581158dbebe688518a6d384cf7b611a074ef7a"><code>0458115</code></a>
Prepare for the release candidate 1.10.0 RC1</li>
<li><a
href="https://github.com/apache/commons-cli/commit/6667053aa734dceb19c510e0d33fbe9bba9e4901"><code>6667053</code></a>
Prepare for the next release candidate</li>
<li><a
href="https://github.com/apache/commons-cli/commit/d9e46ab348f3dc213094625f8964543edf1d8320"><code>d9e46ab</code></a>
Prepare for the next release candidate</li>
<li><a
href="https://github.com/apache/commons-cli/commit/045ffbb390b7f904b770672ed3bbc7e1954c0be7"><code>045ffbb</code></a>
Use JUnit convention</li>
<li><a
href="https://github.com/apache/commons-cli/commit/0ab5c5c5f0b1e2994e604237a31a59591a3bd285"><code>0ab5c5c</code></a>
Add <a
href="https://github.com/Override"><code>@​Override</code></a></li>
<li><a
href="https://github.com/apache/commons-cli/commit/859d5e5e749c1ec6a4c7f7ead88a587f316d8065"><code>859d5e5</code></a>
[CLI-343] OptionFormatter.getBothOpt() lacks validation for Options</li>
<li><a
href="https://github.com/apache/commons-cli/commit/ea9e408813e0cdf10d3e35fadfe4de19da74f4b0"><code>ea9e408</code></a>
Better parameter names</li>
<li><a
href="https://github.com/apache/commons-cli/commit/7835c1cd5cfd2d201277d01f354aaf3b75763619"><code>7835c1c</code></a>
Fix Javadoc for Java 11</li>
<li><a
href="https://github.com/apache/commons-cli/commit/13563d031a39176b446dcaea5fdc30f2f2940b29"><code>13563d0</code></a>
Force sync with Apache GitBox</li>
<li><a
href="https://github.com/apache/commons-cli/commit/d93119547097041f3f0fb036ec0791f5a697beb2"><code>d931195</code></a>
Fix HTML markup</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/commons-cli/compare/rel/commons-cli-1.9.0...rel/commons-cli-1.10.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-cli:commons-cli&package-manager=maven&previous-version=1.9.0&new-version=1.10.0)](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>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raffi Khatchadourian <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants