Skip to content

Bump org.apache.commons:commons-parent from 81 to 83#371

Merged
garydgregory merged 1 commit into
masterfrom
dependabot/maven/org.apache.commons-commons-parent-83
Apr 30, 2025
Merged

Bump org.apache.commons:commons-parent from 81 to 83#371
garydgregory merged 1 commit into
masterfrom
dependabot/maven/org.apache.commons-commons-parent-83

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 30, 2025

Bumps org.apache.commons:commons-parent from 81 to 83.

Changelog

Sourced from org.apache.commons:commons-parent's changelog.

Apache Commons Parent 83 Release Notes

The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 83.

The Apache Commons Parent POM provides common settings for all Apache Commons components.

This is a feature and maintenance release. Java 8 or later is required.

Fixed Bugs

  •               Freeze SpotBugs implementation (commons.spotbugs.impl.version) on Java 8, 9, and 10 to 4.8.6; SpotBugs version 4.9.0 requires Java 11. Thanks to Gary Gregory.
    
  •               Freeze SpotBugs plugin (ommons.spotbugs.plugin.version) on Java 8, 9, and 10 to 4.8.6.6; SpotBugs version 4.9.0 requires Java 11. Thanks to Gary Gregory.
    

Changes

  •               Bump commons.pmd-impl.version from 7.12.0 to 7.13.0 [#617](https://github.com/apache/commons-parent/issues/617). Thanks to Gary Gregory, Dependabot.
    

Historical list of changes: https://commons.apache.org/proper/commons-parent/changes.html

For complete information on Apache Commons Parent, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Parent website:

https://commons.apache.org/proper/commons-parent/

Enjoy! Apache Commons Team


Apache Commons Parent 82 Release Notes

The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 82.

The Apache Commons Parent POM provides common settings for all Apache Commons components.

This is a feature and maintenance release. Java 8 or later is required.

Fixed Bugs

  •               Don't fork maven-jxr-plugin as it breaks in multi-module builds. Thanks to Gary Gregory.
    
  •               Use maven-bundle-plugin 6 on Java 17+ to generate MANIFEST.MF. Thanks to Gary Gregory.
    

Changes

  •               Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 [#590](https://github.com/apache/commons-parent/issues/590). Thanks to Arnout Engelen, Dependabot.
    
  •               Bump com.puppycrawl.tools:checkstyle from 10.21.1 to 10.23.0 on Java 11+. Thanks to Gary Gregory.
    
  •               Bump commons.pmd-impl.version from 7.9.0 to 7.12.0 [#583](https://github.com/apache/commons-parent/issues/583), [#592](https://github.com/apache/commons-parent/issues/592), [#605](https://github.com/apache/commons-parent/issues/605). Thanks to Gary Gregory, Dependabot.
    
  •               Bump org.junit:junit-bom from 5.11.4 to 5.12.2. Thanks to Gary Gregory, Dependabot.
    

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 81 to 83.
- [Changelog](https://github.com/apache/commons-parent/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-parent/commits)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-parent
  dependency-version: '83'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 30, 2025
@garydgregory garydgregory merged commit 1e02f08 into master Apr 30, 2025
15 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/org.apache.commons-commons-parent-83 branch April 30, 2025 12:24
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] <support@github.com>
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raffi Khatchadourian <khatchad@hunter.cuny.edu>
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] <support@github.com>
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raffi Khatchadourian <khatchad@hunter.cuny.edu>
oyvinyg added a commit to navikt/melosys-api that referenced this pull request Nov 6, 2025
Bumps the minor-and-patch group with 52 updates:

| Package | From | To |
| --- | --- | --- |
|
[org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot)
| `3.3.11` | `3.5.7` |
|
[no.nav.melosys:melosys-internt-kodeverk](https://github.com/navikt/melosys-kodeverk-java)
| `5.15.324` | `5.15.326-77cdab1` |
|
[org.springframework.data:spring-data-envers](https://github.com/SpringSource/spring-data-envers)
| `3.3.1` | `3.5.5` |
| [org.antlr:antlr4-runtime](https://github.com/antlr/antlr4) | `4.10.1`
| `4.13.2` |
| [commons-cli:commons-cli](https://github.com/apache/commons-cli) |
`1.5.0` | `1.10.0` |
| [net.java.dev.jna:jna](https://github.com/java-native-access/jna) |
`5.11.0` | `5.18.1` |
|
[net.java.dev.jna:jna-platform](https://github.com/java-native-access/jna)
| `5.11.0` | `5.18.1` |
| [org.scala-lang:scala-library](https://github.com/scala/scala) |
`2.13.9` | `2.13.17` |
| [org.scala-lang:scala-reflect](https://github.com/scala/scala) |
`2.13.9` | `2.13.17` |
|
[org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client)
| `5.2` | `5.5.1` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) |
`1.5.12` | `1.5.20` |
|
[com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine)
| `3.0.6` | `3.2.3` |
|
[io.github.microutils:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging)
| `3.0.0` | `3.0.5` |
|
[io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer)
| `1.13.13` | `1.15.5` |
| [net.minidev:json-smart](https://github.com/netplex/json-smart-v2) |
`2.4.9` | `2.6.0` |
| org.slf4j:slf4j-api | `2.0.3` | `2.0.17` |
| org.apache.commons:commons-collections4 | `4.4` | `4.5.0` |
| org.apache.commons:commons-lang3 | `3.18.0` | `3.19.0` |
| commons-lang:commons-lang | `2.2` | `2.6` |
|
[org.apache.commons:commons-text](https://github.com/apache/commons-text)
| `1.10.0` | `1.14.0` |
| org.apache.cxf:cxf-core | `4.0.7` | `4.1.3` |
| org.apache.cxf:cxf-rt-features-logging | `4.0.7` | `4.1.3` |
| org.apache.cxf:cxf-rt-rs-client | `4.0.7` | `4.1.3` |
| org.apache.cxf:cxf-rt-frontend-jaxws | `4.0.7` | `4.1.3` |
| org.apache.cxf:cxf-rt-ws-security | `4.0.7` | `4.1.3` |
| org.apache.cxf.services.sts:cxf-services-sts-core | `4.0.7` | `4.1.3`
|
|
[org.springframework.kafka:spring-kafka](https://github.com/spring-projects/spring-kafka)
| `3.2.8` | `3.3.10` |
|
[org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry)
| `2.0.11` | `2.0.12` |
| org.apache.neethi:neethi | `3.1.1` | `3.2.1` |
|
[com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone)
| `2.13.1` | `2.43.0` |
| [joda-time:joda-time](https://github.com/JodaOrg/joda-time) |
`2.10.14` | `2.14.0` |
|
[org.checkerframework:checker-qual](https://github.com/typetools/checker-framework)
| `3.22.0` | `3.52.0` |
| org.ow2.asm:asm | `9.6` | `9.9` |
|
[org.threeten:threeten-extra](https://github.com/ThreeTen/threeten-extra)
| `1.7.2` | `1.8.0` |
|
[org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi)
| `2.6.0` | `2.8.14` |
|
[org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin)
| `2.2.10` | `2.2.21` |
|
[org.jetbrains.kotlin:kotlin-test-junit5](https://github.com/JetBrains/kotlin)
| `2.2.10` | `2.2.21` |
| org.jetbrains.kotlin:kotlin-maven-allopen | `2.2.10` | `2.2.21` |
| org.jetbrains.kotlin:kotlin-maven-plugin | `2.2.10` | `2.2.21` |
| org.jetbrains.kotlin:kotlin-maven-noarg | `2.2.10` | `2.2.21` |
|
[org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock)
| `3.0.1` | `3.13.1` |
|
[com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit)
| `1.1.0` | `1.4.1` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.12.5` | `1.14.6`
|
|
[org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin)
| `3.13.0` | `3.14.1` |
|
[org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer)
| `3.4.1` | `3.5.0` |
|
[org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire)
| `3.2.5` | `3.5.4` |
|
[org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin)
| `3.6.1` | `3.8.1` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) |
`10.10.0` | `11.7.2` |
| org.flywaydb:flyway-database-oracle | `10.10.0` | `11.7.2` |
| org.flywaydb:flyway-maven-plugin | `10.10.0` | `11.7.2` |
|
[io.github.kobylynskyi:graphql-codegen-maven-plugin](https://github.com/kobylynskyi/graphql-java-codegen)
| `5.1.0` | `5.10.0` |
|
[org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin)
| `3.3.0` | `3.6.1` |

Updates `org.springframework.boot:spring-boot-starter-parent` from
3.3.11 to 3.5.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-boot/releases">org.springframework.boot:spring-boot-starter-parent's
releases</a>.</em></p>
<blockquote>
<h2>v3.5.7</h2>
<h2>:star: New Features</h2>
<ul>
<li>Add TWENTY_FIVE to JavaVersion enum <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47609">#47609</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>Signed jar verification fails when nested in an uber war running on
an Oracle JVM <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47771">#47771</a></li>
<li>In an uber war, value of the Sbom-Location manifest attribute does
not match the SBOM's actual location <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47737">#47737</a></li>
<li>Homebrew formula for the CLI should use libexec <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47722">#47722</a></li>
<li>When virtual threads are enabled, embedded Jetty does not use
recommended virtual thread configuration <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47717">#47717</a></li>
<li>ClientHttpRequestFactoryRuntimeHints is missing timeout methods with
Duration overloads <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47678">#47678</a></li>
<li>OnBeanCondition no longer correctly finds annotations on scoped
target proxy beans <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47635">#47635</a></li>
<li>JavaVersion doesn't work reliably in native-image <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47620">#47620</a></li>
<li>LiquibaseEndpoint always uses defaultSchema instead of
liquibaseSchema <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47346">#47346</a></li>
<li>Launcher fails to find main method when it is parameterless <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47311">#47311</a></li>
<li>Package private Main class using Java 25 is not found by build
plugins <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47309">#47309</a></li>
<li>Bitnami legacy images are not automatically detected <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47275">#47275</a></li>
<li>Maven plugin does not provide an easy way to exclude optional
dependencies from uber jar <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/25403">#25403</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Some spring.test.* properties are not documented <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47775">#47775</a></li>
<li>Dependency management for Maven AntRun Plugin is missing changelog
link <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47744">#47744</a></li>
<li>Developing Your First Spring Boot Application has outdated tools <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47700">#47700</a></li>
<li>Include deprecated configuration properties in the reference
documentation <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47669">#47669</a></li>
<li>Aggregated Javadoc should link to the proper version of JakartaEE <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47593">#47593</a></li>
<li>Update javadoc of TestRestTemplate following change to redirect
behavior <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47474">#47474</a></li>
<li>Use non-deprecated syntax to configure sourceCompatibility <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47343">#47343</a></li>
<li>Fix link to Framework's <code>@Bean</code> annotation <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47330">#47330</a></li>
<li>Update managed dependency version override examples in documentation
<a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47306">#47306</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Upgrade to ActiveMQ 6.1.8 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47767">#47767</a></li>
<li>Upgrade to Angus Mail 2.0.5 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47525">#47525</a></li>
<li>Upgrade to AssertJ 3.27.6 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47526">#47526</a></li>
<li>Upgrade to Byte Buddy 1.17.8 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47527">#47527</a></li>
<li>Upgrade to Cassandra Driver 4.19.1 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47768">#47768</a></li>
<li>Upgrade to Classmate 1.7.1 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47528">#47528</a></li>
<li>Upgrade to Elasticsearch Client 8.18.8 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47671">#47671</a></li>
<li>Upgrade to Glassfish JAXB 4.0.6 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47529">#47529</a></li>
<li>Upgrade to GraphQL Java 24.3 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47755">#47755</a></li>
<li>Upgrade to Groovy 4.0.29 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47713">#47713</a></li>
<li>Upgrade to Hibernate 6.6.33.Final <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47530">#47530</a></li>
<li>Upgrade to HttpClient5 5.5.1 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47531">#47531</a></li>
<li>Upgrade to HttpCore5 5.3.6 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47532">#47532</a></li>
<li>Upgrade to Jakarta Mail 2.1.5 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47533">#47533</a></li>
<li>Upgrade to Jakarta XML Bind 4.0.4 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47242">#47242</a></li>
<li>Upgrade to Jetty 12.0.29 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47728">#47728</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spring-projects/spring-boot/commit/d3152ea442dcb70976ca7fbe9ad818e67438967f"><code>d3152ea</code></a>
Release v3.5.7</li>
<li><a
href="https://github.com/spring-projects/spring-boot/commit/af07358549ca23f95decb5f6d1ccb239d78f7ddc"><code>af07358</code></a>
Merge branch '3.4.x' into 3.5.x</li>
<li><a
href="https://github.com/spring-projects/spring-boot/commit/b0bef35478cfad7efcc3d065cd6b2652703ef1d6"><code>b0bef35</code></a>
Document missing spring.test.* properties</li>
<li><a
href="https://github.com/spring-projects/spring-boot/commit/6683d0f49665a14821b5f6165a04d68bc29da755"><code>6683d0f</code></a>
Merge branch '3.4.x' into 3.5.x</li>
<li><a
href="https://github.com/spring-projects/spring-boot/commit/5ba3642364fda0988902ac3456ba8c4530ae7ec5"><code>5ba3642</code></a>
Next development version (v3.4.12-SNAPSHOT)</li>
<li><a
href="https://github.com/spring-projects/spring-boot/commit/59aba4e54d75bad73b744667dc08cfb19b7febfb"><code>59aba4e</code></a>
Merge branch '3.4.x' into 3.5.x</li>
<li><a
href="https://github.com/spring-projects/spring-boot/commit/4525a0c3d4221aa26f0b5cedca56d282ae231ad1"><code>4525a0c</code></a>
Merge pull request <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/47284">#47284</a>
from DKARAGODIN</li>
<li><a
href="https://github.com/spring-projects/spring-boot/commit/43d91aee384e83b6e4d3a2195141547d8c1f315e"><code>43d91ae</code></a>
Write signature files to uber wars for Oracle Java 17 verification</li>
<li><a
href="https://github.com/spring-projects/spring-boot/commit/eaad688dd253601e47b96746a4fe3d51dec1194d"><code>eaad688</code></a>
Upgrade to Spring Batch 5.2.4</li>
<li><a
href="https://github.com/spring-projects/spring-boot/commit/edee2de8371dd8d2f25c1fec1121a80849959817"><code>edee2de</code></a>
Upgrade to Cassandra Driver 4.19.1</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-boot/compare/v3.3.11...v3.5.7">compare
view</a></li>
</ul>
</details>
<br />

Updates `no.nav.melosys:melosys-internt-kodeverk` from 5.15.324 to
5.15.326-77cdab1
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/navikt/melosys-kodeverk-java/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.springframework.data:spring-data-envers` from 3.3.1 to
3.5.5
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/SpringSource/spring-data-envers/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.antlr:antlr4-runtime` from 4.10.1 to 4.13.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/antlr/antlr4/releases">org.antlr:antlr4-runtime's
releases</a>.</em></p>
<blockquote>
<h2>4.13.2</h2>
<p>Minor updates release.</p>
<h2>Pull requests grouped by target</h2>
<h3>cpp target</h3>
<ul>
<li><a href="https://redirect.github.com/antlr/antlr4/pull/4661">[Cpp]
Use target_include_dirs for cmake targets</a> (target:cpp)</li>
<li><a href="https://redirect.github.com/antlr/antlr4/pull/4588">Update
C++ documentation to state that C++17 is required</a> (comp:doc,
target:cpp)</li>
</ul>
<h3>go target</h3>
<ul>
<li><a href="https://redirect.github.com/antlr/antlr4/pull/4292">fix
go-target.md, remove duplicate 'get'</a> (comp:doc, target:go)</li>
</ul>
<h3>javascript target</h3>
<ul>
<li><a
href="https://redirect.github.com/antlr/antlr4/pull/4540">fix(javascript):
fix types not being recognized for NodeNext module resolution</a>
(target:javascript)</li>
<li><a
href="https://redirect.github.com/antlr/antlr4/pull/4411">[Javascript]
Fix broken package entrypoints</a> (target:javascript,
type:cleanup)</li>
</ul>
<h3>python3 target</h3>
<ul>
<li><a href="https://redirect.github.com/antlr/antlr4/pull/4312">name
'state' conflict with Python3 runtime.</a> (target:python3)</li>
</ul>
<h2>Contributors</h2>
<ul>
<li>1 items: <a href="https://github.com/njnobles">njnobles</a></li>
<li>1 items: <a href="https://github.com/andreasbuhr">Andreas Buhr</a>
(andreasbuhr)</li>
<li>1 items: <a href="https://github.com/ericvergnaud">Eric Vergnaud</a>
(ericvergnaud)</li>
<li>1 items: <a href="https://github.com/KurtGokhan">Gökhan Kurt</a>
(KurtGokhan)</li>
<li>1 items: <a
href="https://github.com/johannesheesterman">johannesheesterman</a></li>
<li>1 items: <a href="https://github.com/Codex-">Alex Miller</a>
(Codex-)</li>
<li>1 items: <a href="https://github.com/GP4cK">GP4cK</a></li>
<li>1 items: <a href="https://github.com/agatti">Alessandro Gatti</a>
(agatti)</li>
<li>1 items: <a href="https://github.com/cyqw">cyqw</a></li>
<li>1 items: <a href="https://github.com/css521">css521</a>
(css521)</li>
</ul>
<h2>4.13.1</h2>
<h2>Pull requests grouped by target</h2>
<h3>csharp target</h3>
<ul>
<li>[[CSharp] Fix for <a
href="https://redirect.github.com/antlr/antlr4/issues/4386">#4386</a> --
change signatures for ReportAttemptingFullContext() and
ReportContextSensitivity() to be identical to all other targets](<a
href="https://redirect.github.com/antlr/antlr4/pull/4399">antlr/antlr4#4399</a>)
(target:csharp, type:cleanup)</li>
</ul>
<h3>go target</h3>
<ul>
<li><a href="https://redirect.github.com/antlr/antlr4/pull/4397">Move
GetText(), SetText(), and String() from CommonToken to BaseToken</a>
(target:go, type:cleanup)</li>
<li><a href="https://redirect.github.com/antlr/antlr4/pull/4396">Restore
&quot;Obtained from string&quot; source name.</a> (target:go,
type:cleanup)</li>
<li><a href="https://redirect.github.com/antlr/antlr4/pull/4276">fix:
Fix very minor code issues spotted by goreportcard.com</a> (target:go,
type:cleanup)</li>
</ul>
<h3>java target</h3>
<ul>
<li><a href="https://redirect.github.com/antlr/antlr4/pull/4394">Java:
suppress <code>this-escape</code> warning introduced in JDK 21.</a>
(actions, target:java)</li>
</ul>
<h3>javascript target</h3>
<ul>
<li><a href="https://redirect.github.com/antlr/antlr4/pull/4323">Adds
default targets for babel configuration</a> (target:javascript)</li>
<li><a href="https://redirect.github.com/antlr/antlr4/pull/4272">fix
dependabot warnings</a> (target:javascript, type:cleanup)</li>
</ul>
<h3>swift target</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/antlr/antlr4/commit/cc82115a4e7f53d71d9d905caa2c2dfa4da58899"><code>cc82115</code></a>
[maven-release-plugin] prepare release 4.13.2</li>
<li><a
href="https://github.com/antlr/antlr4/commit/b91cecf6d06600433a12a12271a7985d2845d7aa"><code>b91cecf</code></a>
Update 4.13.1 -&gt; 4.13.2</li>
<li><a
href="https://github.com/antlr/antlr4/commit/35ff30df46cfdf71a58d7aafafa12f5aeee7aef9"><code>35ff30d</code></a>
Update release docs to say 4.13.2; rebuild XPathLexers</li>
<li><a
href="https://github.com/antlr/antlr4/commit/25593494e5f761a00ccdbd8727a30f5b953b63cb"><code>2559349</code></a>
fix(javascript): fix types not being recognized for NodeNext module
resolutio...</li>
<li><a
href="https://github.com/antlr/antlr4/commit/e8bf978cb145559e3128beee871f95cd53a58679"><code>e8bf978</code></a>
rule name 'state' conflict with Python runtime.</li>
<li><a
href="https://github.com/antlr/antlr4/commit/88a0c7ab03137dfd6b24c2f235652a46d0edfa39"><code>88a0c7a</code></a>
Support TypeScript bundler module resolution</li>
<li><a
href="https://github.com/antlr/antlr4/commit/caf46b93291088be636a4e2a1fb641942c77fb46"><code>caf46b9</code></a>
[Python3] Replace deprecated <code>assertEquals()</code> to fix py3.12
compat</li>
<li><a
href="https://github.com/antlr/antlr4/commit/17f3f5e590084200142e69e1c83695b7d956b778"><code>17f3f5e</code></a>
Add include dirs direclty to cpp targets</li>
<li><a
href="https://github.com/antlr/antlr4/commit/b3bb7439546d2035203790d5513c505720cf0bdd"><code>b3bb743</code></a>
chore: fix error link</li>
<li><a
href="https://github.com/antlr/antlr4/commit/7d4cea92bc3f7d709f09c3f1ac77c5bbc71a6749"><code>7d4cea9</code></a>
Fix singleton memory leaks</li>
<li>Additional commits viewable in <a
href="https://github.com/antlr/antlr4/compare/4.10.1...4.13.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `commons-cli:commons-cli` from 1.5.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](https://github.com/apache/commons-cli/issues/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](https://github.com/apache/commons-cli/issues/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](https://github.com/apache/commons-cli/issues/302),
[#304](https://github.com/apache/commons-cli/issues/304),
[#310](https://github.com/apache/commons-cli/issues/310),
[#315](https://github.com/apache/commons-cli/issues/315),
[#320](https://github.com/apache/commons-cli/issues/320),
[#327](https://github.com/apache/commons-cli/issues/327),
[#371](https://github.com/apache/commons-cli/issues/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](https://github.com/apache/commons-cli/issues/309),
[#337](https://github.com/apache/commons-cli/issues/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](https://github.com/apache/commons-cli/issues/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/commons-cli-1.5.0...rel/commons-cli-1.10.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `net.java.dev.jna:jna` from 5.11.0 to 5.18.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/java-native-access/jna/blob/master/CHANGES.md">net.java.dev.jna:jna's
changelog</a>.</em></p>
<blockquote>
<h1>Release 5.18.1</h1>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/issues/1686">#1686</a>:
Fix <code>sortFields</code> race condition while getting fields - <a
href="https://github.com/bendk"><code>@​bendk</code></a>.</li>
</ul>
<h1>Release 5.18.0</h1>
<h2>Features</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1671">#1671</a>:
Add <code>isRISCV</code> to <code>c.s.j.Platform</code> - <a
href="https://github.com/Glavo"><code>@​Glavo</code></a>.</li>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1672">#1672</a>:
Add <code>CFLocale</code>, <code>CFLocaleCopyCurrent</code>,
<code>CFCFDateFormatter</code>, <code>CFDateFormatterStyle</code>,
<code>CFDateFormatterCreate</code> and
<code>CFDateFormatterGetFormat</code> to
<code>c.s.j.p.mac.CoreFoundation</code> - <a
href="https://github.com/dbwiddis"><code>@​dbwiddis</code></a>.</li>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1669">#1669</a>:
Document requirement for running on JDK 24+ - <a
href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/issues/1681">#1681</a>:
Fix deadlock in Structure constructor introduced in 5.16.0 - <a
href="https://github.com/brettwooldridge"><code>@​brettwooldridge</code></a>.</li>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1683">#1683</a>:
Fix native build error on Xcode 16.3 / Apple Clang 17 - <a
href="https://github.com/brettwooldridge"><code>@​brettwooldridge</code></a>.</li>
</ul>
<h1>Release 5.17.0</h1>
<h2>Features</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1658">#1658</a>:
Add win32 power event constants, types, and functions - <a
href="https://github.com/eranl"><code>@​eranl</code></a>.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/issues/1647">#1647</a>:
Fix calls to jnidispatch on Android with 16KB page size (part 2) - <a
href="https://github.com/BugsBeGone"><code>@​BugsBeGone</code></a>.</li>
</ul>
<h1>Release 5.16.0</h1>
<h2>Features</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1626">#1626</a>:
Add caching of field list and field validation in <code>Structure</code>
along with more efficient reentrant read-write locking instead of
synchronized() blocks - <a
href="https://github.com/brettwooldridge"><code>@​BrettWooldridge</code></a></li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/issues/1618">#1618</a>:
Fix calls to jnidispatch on Android with 16KB page size - <a
href="https://github.com/Thomyrock"><code>@​Thomyrock</code></a></li>
</ul>
<h1>Release 5.15.0</h1>
<h2>Features</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/java-native-access/jna/commit/3c493c1642b1555d541755e0984c968ba6c0f540"><code>3c493c1</code></a>
Release 5.18.1</li>
<li><a
href="https://github.com/java-native-access/jna/commit/e3838d5396db7b76d45ec44ad3a121f3ba9e164b"><code>e3838d5</code></a>
Merge pull request <a
href="https://redirect.github.com/java-native-access/jna/issues/1680">#1680</a>
from java-native-access/dependabot/github_actions/gi...</li>
<li><a
href="https://github.com/java-native-access/jna/commit/5cac36169eb88f373c709c292c1c4dc36b6f73c8"><code>5cac361</code></a>
Bump the github-actions group with 2 updates</li>
<li><a
href="https://github.com/java-native-access/jna/commit/5511f281d0b59a6dc79c40e62b194cd1da738ae8"><code>5511f28</code></a>
Merge pull request <a
href="https://redirect.github.com/java-native-access/jna/issues/1687">#1687</a>
from bendk/push-yyprxvvrrttk</li>
<li><a
href="https://github.com/java-native-access/jna/commit/c401bca07c3e22ff3ba3ab99fbdbd3b9e772c1ef"><code>c401bca</code></a>
Merge pull request <a
href="https://redirect.github.com/java-native-access/jna/issues/1690">#1690</a>
from jonalmeida/patch-1</li>
<li><a
href="https://github.com/java-native-access/jna/commit/6e7e828eb8ffed1085f49503a293b9398e1437fb"><code>6e7e828</code></a>
Update recommended Android proguard rules</li>
<li><a
href="https://github.com/java-native-access/jna/commit/b665e9e6a2752aba2dcb9a73b00c086a5122f595"><code>b665e9e</code></a>
Avoid threading issues in sortFields (<a
href="https://redirect.github.com/java-native-access/jna/issues/1686">#1686</a>)</li>
<li><a
href="https://github.com/java-native-access/jna/commit/0da700d3005d2a3fc332c47fae93b16b320f51af"><code>0da700d</code></a>
Prepare next development iteration</li>
<li><a
href="https://github.com/java-native-access/jna/commit/285632fa6e4c4f8c49cfad059c76107b64d2a039"><code>285632f</code></a>
Release 5.18.0</li>
<li><a
href="https://github.com/java-native-access/jna/commit/77fe152e751fcaaf82f8a14c59a2f25f136f503c"><code>77fe152</code></a>
Support/Prepare deployment to new maven central repository</li>
<li>Additional commits viewable in <a
href="https://github.com/java-native-access/jna/compare/5.11.0...5.18.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `net.java.dev.jna:jna-platform` from 5.11.0 to 5.18.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/java-native-access/jna/blob/master/CHANGES.md">net.java.dev.jna:jna-platform's
changelog</a>.</em></p>
<blockquote>
<h1>Release 5.18.1</h1>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/issues/1686">#1686</a>:
Fix <code>sortFields</code> race condition while getting fields - <a
href="https://github.com/bendk"><code>@​bendk</code></a>.</li>
</ul>
<h1>Release 5.18.0</h1>
<h2>Features</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1671">#1671</a>:
Add <code>isRISCV</code> to <code>c.s.j.Platform</code> - <a
href="https://github.com/Glavo"><code>@​Glavo</code></a>.</li>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1672">#1672</a>:
Add <code>CFLocale</code>, <code>CFLocaleCopyCurrent</code>,
<code>CFCFDateFormatter</code>, <code>CFDateFormatterStyle</code>,
<code>CFDateFormatterCreate</code> and
<code>CFDateFormatterGetFormat</code> to
<code>c.s.j.p.mac.CoreFoundation</code> - <a
href="https://github.com/dbwiddis"><code>@​dbwiddis</code></a>.</li>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1669">#1669</a>:
Document requirement for running on JDK 24+ - <a
href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/issues/1681">#1681</a>:
Fix deadlock in Structure constructor introduced in 5.16.0 - <a
href="https://github.com/brettwooldridge"><code>@​brettwooldridge</code></a>.</li>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1683">#1683</a>:
Fix native build error on Xcode 16.3 / Apple Clang 17 - <a
href="https://github.com/brettwooldridge"><code>@​brettwooldridge</code></a>.</li>
</ul>
<h1>Release 5.17.0</h1>
<h2>Features</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1658">#1658</a>:
Add win32 power event constants, types, and functions - <a
href="https://github.com/eranl"><code>@​eranl</code></a>.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/issues/1647">#1647</a>:
Fix calls to jnidispatch on Android with 16KB page size (part 2) - <a
href="https://github.com/BugsBeGone"><code>@​BugsBeGone</code></a>.</li>
</ul>
<h1>Release 5.16.0</h1>
<h2>Features</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1626">#1626</a>:
Add caching of field list and field validation in <code>Structure</code>
along with more efficient reentrant read-write locking instead of
synchronized() blocks - <a
href="https://github.com/brettwooldridge"><code>@​BrettWooldridge</code></a></li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/issues/1618">#1618</a>:
Fix calls to jnidispatch on Android with 16KB page size - <a
href="https://github.com/Thomyrock"><code>@​Thomyrock</code></a></li>
</ul>
<h1>Release 5.15.0</h1>
<h2>Features</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/java-native-access/jna/commit/3c493c1642b1555d541755e0984c968ba6c0f540"><code>3c493c1</code></a>
Release 5.18.1</li>
<li><a
href="https://github.com/java-native-access/jna/commit/e3838d5396db7b76d45ec44ad3a121f3ba9e164b"><code>e3838d5</code></a>
Merge pull request <a
href="https://redirect.github.com/java-native-access/jna/issues/1680">#1680</a>
from java-native-access/dependabot/github_actions/gi...</li>
<li><a
href="https://github.com/java-native-access/jna/commit/5cac36169eb88f373c709c292c1c4dc36b6f73c8"><code>5cac361</code></a>
Bump the github-actions group with 2 updates</li>
<li><a
href="https://github.com/java-native-access/jna/commit/5511f281d0b59a6dc79c40e62b194cd1da738ae8"><code>5511f28</code></a>
Merge pull request <a
href="https://redirect.github.com/java-native-access/jna/issues/1687">#1687</a>
from bendk/push-yyprxvvrrttk</li>
<li><a
href="https://github.com/java-native-access/jna/commit/c401bca07c3e22ff3ba3ab99fbdbd3b9e772c1ef"><code>c401bca</code></a>
Merge pull request <a
href="https://redirect.github.com/java-native-access/jna/issues/1690">#1690</a>
from jonalmeida/patch-1</li>
<li><a
href="https://github.com/java-native-access/jna/commit/6e7e828eb8ffed1085f49503a293b9398e1437fb"><code>6e7e828</code></a>
Update recommended Android proguard rules</li>
<li><a
href="https://github.com/java-native-access/jna/commit/b665e9e6a2752aba2dcb9a73b00c086a5122f595"><code>b665e9e</code></a>
Avoid threading issues in sortFields (<a
href="https://redirect.github.com/java-native-access/jna/issues/1686">#1686</a>)</li>
<li><a
href="https://github.com/java-native-access/jna/commit/0da700d3005d2a3fc332c47fae93b16b320f51af"><code>0da700d</code></a>
Prepare next development iteration</li>
<li><a
href="https://github.com/java-native-access/jna/commit/285632fa6e4c4f8c49cfad059c76107b64d2a039"><code>285632f</code></a>
Release 5.18.0</li>
<li><a
href="https://github.com/java-native-access/jna/commit/77fe152e751fcaaf82f8a14c59a2f25f136f503c"><code>77fe152</code></a>
Support/Prepare deployment to new maven central repository</li>
<li>Additional commits viewable in <a
href="https://github.com/java-native-access/jna/compare/5.11.0...5.18.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `net.java.dev.jna:jna-platform` from 5.11.0 to 5.18.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/java-native-access/jna/blob/master/CHANGES.md">net.java.dev.jna:jna-platform's
changelog</a>.</em></p>
<blockquote>
<h1>Release 5.18.1</h1>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/issues/1686">#1686</a>:
Fix <code>sortFields</code> race condition while getting fields - <a
href="https://github.com/bendk"><code>@​bendk</code></a>.</li>
</ul>
<h1>Release 5.18.0</h1>
<h2>Features</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1671">#1671</a>:
Add <code>isRISCV</code> to <code>c.s.j.Platform</code> - <a
href="https://github.com/Glavo"><code>@​Glavo</code></a>.</li>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1672">#1672</a>:
Add <code>CFLocale</code>, <code>CFLocaleCopyCurrent</code>,
<code>CFCFDateFormatter</code>, <code>CFDateFormatterStyle</code>,
<code>CFDateFormatterCreate</code> and
<code>CFDateFormatterGetFormat</code> to
<code>c.s.j.p.mac.CoreFoundation</code> - <a
href="https://github.com/dbwiddis"><code>@​dbwiddis</code></a>.</li>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1669">#1669</a>:
Document requirement for running on JDK 24+ - <a
href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/issues/1681">#1681</a>:
Fix deadlock in Structure constructor introduced in 5.16.0 - <a
href="https://github.com/brettwooldridge"><code>@​brettwooldridge</code></a>.</li>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1683">#1683</a>:
Fix native build error on Xcode 16.3 / Apple Clang 17 - <a
href="https://github.com/brettwooldridge"><code>@​brettwooldridge</code></a>.</li>
</ul>
<h1>Release 5.17.0</h1>
<h2>Features</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1658">#1658</a>:
Add win32 power event constants, types, and functions - <a
href="https://github.com/eranl"><code>@​eranl</code></a>.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/issues/1647">#1647</a>:
Fix calls to jnidispatch on Android with 16KB page size (part 2) - <a
href="https://github.com/BugsBeGone"><code>@​BugsBeGone</code></a>.</li>
</ul>
<h1>Release 5.16.0</h1>
<h2>Features</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1626">#1626</a>:
Add caching of field list and field validation in <code>Structure</code>
along with more efficient reentrant read-write locking instead of
synchronized() blocks - <a
href="https://github.com/brettwooldridge"><code>@​BrettWooldridge</code></a></li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/issues/1618">#1618</a>:
Fix calls to jnidispatch on Android with 16KB page size - <a
href="https://github.com/Thomyrock"><code>@​Thomyrock</code></a></li>
</ul>
<h1>Release 5.15.0</h1>
<h2>Features</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/java-native-access/jna/commit/3c493c1642b1555d541755e0984c968ba6c0f540"><code>3c493c1</code></a>
Release 5.18.1</li>
<li><a
href="https://github.com/java-native-access/jna/commit/e3838d5396db7b76d45ec44ad3a121f3ba9e164b"><code>e3838d5</code></a>
Merge pull request <a
href="https://redirect.github.com/java-native-access/jna/issues/1680">#1680</a>
from java-native-access/dependabot/github_actions/gi...</li>
<li><a
href="https://github.com/java-native-access/jna/commit/5cac36169eb88f373c709c292c1c4dc36b6f73c8"><code>5cac361</code></a>
Bump the github-actions group with 2 updates</li>
<li><a
href="https://github.com/java-native-access/jna/commit/5511f281d0b59a6dc79c40e62b194cd1da738ae8"><code>5511f28</code></a>
Merge pull request <a
href="https://redirect.github.com/java-native-access/jna/issues/1687">#1687</a>
from bendk/push-yyprxvvrrttk</li>
<li><a
href="https://github.com/java-native-access/jna/commit/c401bca07c3e22ff3ba3ab99fbdbd3b9e772c1ef"><code>c401bca</code></a>
Merge pull request <a
href="https://redirect.github.com/java-native-access/jna/issues/1690">#1690</a>
from jonalmeida/patch-1</li>
<li><a
href="https://github.com/java-native-access/jna/commit/6e7e828eb8ffed1085f49503a293b9398e1437fb"><code>6e7e828</code></a>
Update recommended Android proguard rules</li>
<li><a
href="https://github.com/java-native-access/jna/commit/b665e9e6a2752aba2dcb9a73b00c086a5122f595"><code>b665e9e</code></a>
Avoid threading issues in sortFields (<a
href="https://redirect.github.com/java-native-access/jna/issues/1686">#1686</a>)</li>
<li><a
href="https://github.com/java-native-access/jna/commit/0da700d3005d2a3fc332c47fae93b16b320f51af"><code>0da700d</code></a>
Prepare next development iteration</li>
<li><a
href="https://github.com/java-native-access/jna/commit/285632fa6e4c4f8c49cfad059c76107b64d2a039"><code>285632f</code></a>
Release 5.18.0</li>
<li><a
href="https://github.com/java-native-access/jna/commit/77fe152e751fcaaf82f8a14c59a2f25f136f503c"><code>77fe152</code></a>
Support/Prepare deployment to new maven central repository</li>
<li>Additional commits viewable in <a
href="https://github.com/java-native-access/jna/compare/5.11.0...5.18.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.scala-lang:scala-library` from 2.13.9 to 2.13.17
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/scala/scala/releases">org.scala-lang:scala-library's
releases</a>.</em></p>
<blockquote>
<h2>Scala 2.13.17</h2>
<p>The Scala team at Akka is pleased to announce Scala 2.13.17.</p>
<p>This release is compatible with the new JDK 25 LTS.</p>
<p>See below for known issues / regressions in this release.</p>
<p>The following are highlights of this release:</p>
<h3>Compatibility</h3>
<ul>
<li>JDK 25 support in optimizer (<a
href="https://redirect.github.com/scala/scala/pull/11046">#11046</a>)</li>
<li>Support Scala 3.7 in the TASTy reader (<a
href="https://redirect.github.com/scala/scala/pull/11100">#11100</a>)</li>
<li>When parsing Java sources, skip JDK 21+’s JEP 445 compact
compilation units (<a
href="https://redirect.github.com/scala/scala/pull/11066">#11066</a>)</li>
</ul>
<h3>Breaking changes</h3>
<ul>
<li>Mix in the <code>productPrefix</code> hash statically in case class
<code>hashCode</code> (<a
href="https://redirect.github.com/scala/scala/pull/11023">#11023</a>)
<ul>
<li>The synthetic <code>hashCode</code> method of a case class no longer
calls <code>productPrefix</code>. This changes the hash code of case
classes that override <code>productPrefix</code>.</li>
</ul>
</li>
<li>Improve <code>scala.util.Using</code> suppression order
(<code>NonFatal</code> suppresses <code>ControlThrowable</code>) (<a
href="https://redirect.github.com/scala/scala/pull/11000">#11000</a> by
<a href="https://github.com/NthPortal"><code>@​NthPortal</code></a>)
<ul>
<li>When multiple exceptions are thrown, a predefined order determines
which exception is rethrown and which is attached as
&quot;suppressed&quot;</li>
<li>Users of scala-collection-compat can upgrade to <a
href="https://github.com/scala/scala-collection-compat/releases/tag/v2.14.0">2.14.0</a>
to get the same behavior change</li>
<li>If you use <code>Using</code> in a project that crossbuilds to Scala
3, you may wish to wait for a Scala 3 release that includes the 2.13.17
standard library, or use a dependency override to force the upgrade in
your build</li>
</ul>
</li>
</ul>
<h3>Features and notable changes</h3>
<ul>
<li>Fix <code>AnnotationInfo</code> when using named/default arguments,
support custom annotation subclasses (<a
href="https://redirect.github.com/scala/scala/pull/10976">#10976</a>)
<ul>
<li>Users can now define, for example, <code>class nodep extends
annotation.nowarn(&quot;cat=deprecation&quot;)</code> and use
<code>@nodep</code> to silence deprecations</li>
</ul>
</li>
<li>Show <code>nowarn</code>/<code>-Wconf</code> filters for a warning
with <code>@nowarn(&quot;verbose&quot;)</code> (<a
href="https://redirect.github.com/scala/scala/pull/10985">#10985</a>)</li>
<li>Use <code>toVector</code> for XML literal sequences (<a
href="https://redirect.github.com/scala/scala/pull/11065">#11065</a>)</li>
</ul>
<h3>Scala 3 compatibility and migration</h3>
<ul>
<li>Allow using <code>-Xsource-features</code> without
<code>-Xsource:3</code> (<a
href="https://redirect.github.com/scala/scala/pull/11123">#11123</a>)</li>
<li>Lint inferred structural types (<a
href="https://redirect.github.com/scala/scala/pull/10942">#10942</a>)
<ul>
<li>In case this warning is undesired, it can be disabled using
<code>-Xlint:_,-infer-structural</code></li>
</ul>
</li>
<li>Port <code>summonIgnoring</code> from 3.7 as
<code>c.inferImplicitValueIgnoring</code> (<a
href="https://redirect.github.com/scala/scala/pull/11068">#11068</a> by
<a
href="https://github.com/MateuszKubuszok"><code>@​MateuszKubuszok</code></a>)</li>
</ul>
<h3>Notable bug fixes</h3>
<ul>
<li>Allow optimizer use within Bazel (don't attempt inlining methods
without instructions) (<a
href="https://redirect.github.com/scala/scala/pull/11016">#11016</a>)</li>
<li>Reduce memory footprint of evaluated elements in
<code>LazyList</code> (<a
href="https://redirect.github.com/scala/scala/pull/10937">#10937</a>)</li>
<li>Deregister stale callbacks in <code>Future.firstCompletedOf</code>
(prevents memory leaks) (<a
href="https://redirect.github.com/scala/scala/pull/10927">#10927</a>)</li>
<li>Require <code>-Xsource-features:eta-expand-always</code> for
eta-expansion without an expected type (<a
href="https://redirect.github.com/scala/scala/pull/10907">#10907</a> by
<a
href="https://github.com/som-snytt"><code>@​som-snytt</code></a>)</li>
</ul>
<h3>More changes</h3>
<p>For the complete 2.13.17 change lists, see <a
href="https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.17">all
merged PRs</a> and <a
href="https://github.com/scala/bug/issues?utf8=%E2%9C%93&amp;q=is%3Aclosed+milestone%3A2.13.17">all
closed bugs</a>.</p>
<h3>Known issues / regressions</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/scala/scala/commit/05169c7524a8b3fab70bd8e794248edd6106149c"><code>05169c7</code></a>
Merge pull request <a
href="https://redirect.github.com/scala/scala/issues/11142">#11142</a>
from lrytz/central-fix</li>
<li><a
href="https://github.com/scala/scala/commit/b52454d17111b1cdd0f4e95dc90078bdaec1e4f6"><code>b52454d</code></a>
Revert sbt-pgp to 1.1.0</li>
<li><a
href="https://github.com/scala/scala/commit/59590351922b3d3f65863c263c805610aed377a7"><code>5959035</code></a>
Fixes for central repository publishing</li>
<li><a
href="https://github.com/scala/scala/commit/d4384032858d31fe5eca5b8940cd633ab150582e"><code>d438403</code></a>
Merge pull request <a
href="https://redirect.github.com/scala/scala/issues/11141">#11141</a>
from lrytz/central</li>
<li><a
href="https://github.com/scala/scala/commit/ca176ccbbf4db5c2ef905ffa4b5811a3a86af176"><code>ca176cc</code></a>
update publishing scripts for central repository</li>
<li><a
href="https://github.com/scala/scala/commit/07441291664516745c0260e02106f763d03ecf2c"><code>0744129</code></a>
Merge pull request <a
href="https://redirect.github.com/scala/scala/issues/11136">#11136</a>
from hamzaremmal/update-spec</li>
<li><a
href="https://github.com/scala/scala/commit/a940c819acbf1652ffd55ab72bdc72941ec2b60c"><code>a940c81</code></a>
fix: spec should use weak conformance</li>
<li><a
href="https://github.com/scala/scala/commit/2ba79a929f737f916b748fc00779ca6b7ce2a6d6"><code>2ba79a9</code></a>
Merge pull request <a
href="https://redirect.github.com/scala/scala/issues/11135">#11135</a>
from lrytz/jline29</li>
<li><a
href="https://github.com/scala/scala/commit/80a91a5e0239d8bcd1d41f6e5aa1d0a914f6a025"><code>80a91a5</code></a>
Revert JLine to version 3.29.0 for Scala 2.13.17</li>
<li><a
href="https://github.com/scala/scala/commit/b656a79771a223b1a8199e39bbc43bd54a13ae0a"><code>b656a79</code></a>
Merge pull request <a
href="https://redirect.github.com/scala/scala/issues/11133">#11133</a>
from lrytz/merge-212</li>
<li>Additional commits viewable in <a
href="https://github.com/scala/scala/compare/v2.13.9...v2.13.17">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.scala-lang:scala-reflect` from 2.13.9 to 2.13.17
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/scala/scala/releases">org.scala-lang:scala-reflect's
releases</a>.</em></p>
<blockquote>
<h2>Scala 2.13.17</h2>
<p>The Scala team at Akka is pleased to announce Scala 2.13.17.</p>
<p>This release is compatible with the new JDK 25 LTS.</p>
<p>See below for known issues / regressions in this release.</p>
<p>The following are highlights of this release:</p>
<h3>Compatibility</h3>
<ul>
<li>JDK 25 support in optimizer (<a
href="https://redirect.github.com/scala/scala/pull/11046">#11046</a>)</li>
<li>Support Scala 3.7 in the TASTy reader (<a
href="https://redirect.github.com/scala/scala/pull/11100">#11100</a>)</li>
<li>When parsing Java sources, skip JDK 21+’s JEP 445 compact
compilation units (<a
href="https://redirect.github.com/scala/scala/pull/11066">#11066</a>)</li>
</ul>
<h3>Breaking changes</h3>
<ul>
<li>Mix in the <code>productPrefix</code> hash statically in case class
<code>hashCode</code> (<a
href="https://redirect.github.com/scala/scala/pull/11023">#11023</a>)
<ul>
<li>The synthetic <code>hashCode</code> method of a case class no longer
calls <code>productPrefix</code>. This changes the hash code of case
classes that override <code>productPrefix</code>.</li>
</ul>
</li>
<li>Improve <code>scala.util.Using</code> suppression order
(<code>NonFatal</code> suppresses <code>ControlThrowable</code>) (<a
href="https://redirect.github.com/scala/scala/pull/11000">#11000</a> by
<a href="https://github.com/NthPortal"><code>@​NthPortal</code></a>)
<ul>
<li>When multiple exceptions are thrown, a predefined order determines
which exception is rethrown and which is attached as
&quot;suppressed&quot;</li>
<li>Users of scala-collection-compat can upgrade to <a
href="https://github.com/scala/scala-collection-compat/releases/tag/v2.14.0">2.14.0</a>
to get the same behavior change</li>
<li>If you use <code>Using</code> in a project that crossbuilds to Scala
3, you may wish to wait for a Scala 3 release that includes the 2.13.17
standard library, or use a dependency override to force the upgrade in
your build</li>
</ul>
</li>
</ul>
<h3>Features and notable changes</h3>
<ul>
<li>Fix <code>AnnotationInfo</code> when using named/default arguments,
support custom annotation subclasses (<a
href="https://redirect.github.com/scala/scala/pull/10976">#10976</a>)
<ul>
<li>Users can now define, for example, <code>class nodep extends
annotation.nowarn(&quot;cat=deprecation&quot;)</code> and use
<code>@nodep</code> to silence deprecations</li>
</ul>
</li>
<li>Show <code>nowarn</code>/<code>-Wconf</code> filters for a warning
with <code>@nowarn(&quot;verbose&quot;)</code> (<a
href="https://redirect.github.com/scala/scala/pull/10985">#10985</a>)</li>
<li>Use <code>toVector</code> for XML literal sequences (<a
href="https://redirect.github.com/scala/scala/pull/11065">#11065</a>)</li>
</ul>
<h3>Scala 3 compatibility and migration</h3>
<ul>
<li>Allow using <code>-Xsource-features</code> without
<code>-Xsource:3</code> (<a
href="https://redirect.github.com/scala/scala/pull/11123">#11123</a>)</li>
<li>Lint inferred structural types (<a
href="https://redirect.github.com/scala/scala/pull/10942">#10942</a>)
<ul>
<li>In case this warning is undesired, it can be disabled using
<code>-Xlint:_,-infer-structural</code></li>
</ul>
</li>
<li>Port <code>summonIgnoring</code> from 3.7 as
<code>c.inferImplicitValueIgnoring</code> (<a
href="https://redirect.github.com/scala/scala/pull/11068">#11068</a> by
<a
href="https://github.com/MateuszKubuszok"><code>@​MateuszKubuszok</code></a>)</li>
</ul>
<h3>Notable bug fixes</h3>
<ul>
<li>Allow optimizer use within Bazel (don't attempt inlining methods
without instructions) (<a
href="https://redirect.github.com/scala/scala/pull/11016">#11016</a>)</li>
<li>Reduce memory footprint of evaluated elements in
<code>LazyList</code> (<a
href="https://redirect.github.com/scala/scala/pull/10937">#10937</a>)</li>
<li>Deregister stale callbacks in <code>Future.firstCompletedOf</code>
(prevents memory leaks) (<a
href="https://redirect.github.com/scala/scala/pull/10927">#10927</a>)</li>
<li>Require <code>-Xsource-features:eta-expand-always</code> for
eta-expansion without an expected type (<a
href="https://redirect.github.com/scala/scala/pull/10907">#10907</a> by
<a
href="https://github.com/som-snytt"><code>@​som-snytt</code></a>)</li>
</ul>
<h3>More changes</h3>
<p>For the complete 2.13.17 change lists, see <a
href="https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.17">all
merged PRs</a> and <a
href="https://github.com/scala/bug/issues?utf8=%E2%9C%93&amp;q=is%3Aclosed+milestone%3A2.13.17">all
closed bugs</a>.</p>
<h3>Known issues / regressions</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/scala/scala/commit/05169c7524a8b3fab70bd8e794248edd6106149c"><code>05169c7</code></a>
Merge pull request <a
href="https://redirect.github.com/scala/scala/issues/11142">#11142</a>
from lrytz/central-fix</li>
<li><a
href="https://github.com/scala/scala/commit/b52454d17111b1cdd0f4e95dc90078bdaec1e4f6"><code>b52454d</code></a>
Revert sbt-pgp to 1.1.0</li>
<li><a
href="https://github.com/scala/scala/commit/59590351922b3d3f65863c263c805610aed377a7"><code>5959035</code></a>
Fixes for central repository publishing</li>
<li><a
href="https://github.com/scala/scala/commit/d4384032858d31fe5eca5b8940cd633ab150582e"><code>d438403</code></a>
Merge pull request <a
href="https://redirect.github.com/scala/scala/issues/11141">#11141</a>
from lrytz/central</li>
<li><a
href="https://github.com/scala/scala/commit/ca176ccbbf4db5c2ef905ffa4b5811a3a86af176"><code>ca176cc</code></a>
update publishing scripts for central repository</li>
<li><a
href="https://github.com/scala/scala/commit/07441291664516745c0260e02106f763d03ecf2c"><code>0744129</code></a>
Merge pull request <a
href="https://redirect.github.com/scala/scala/issues/11136">#11136</a>
from hamzaremmal/update-spec</li>
<li><a
href="https://github.com/scala/scala/commit/a940c819acbf1652ffd55ab72bdc72941ec2b60c"><code>a940c81</code></a>
fix: spec should use weak conformance</li>
<li><a
href="https://github.com/scala/scala/commit/2ba79a929f737f916b748fc00779ca6b7ce2a6d6"><code>2ba79a9</code></a>
Merge pull request <a
href="https://redirect.github.com/scala/scala/issues/11135">#11135</a>
from lrytz/jline29</li>
<li><a
href="https://github.com/scala/scala/commit/80a91a5e0239d8bcd1d41f6e5aa1d0a914f6a025"><code>80a91a5</code></a>
Revert JLine to version 3.29.0 for Scala 2.13.17</li>
<li><a
href="https://github.com/scala/scala/commit/b656a79771a223b1a8199e39bbc43bd54a13ae0a"><code>b656a79</code></a>
Merge pull request <a
href="https://redirect.github.com/scala/scala/issues/11133">#11133</a>
from lrytz/merge-212</li>
<li>Additional commits viewable in <a
href="https://github.com/scala/scala/compare/v2.13.9...v2.13.17">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.scala-lang:scala-reflect` from 2.13.9 to 2.13.17
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/scala/scala/releases">org.scala-lang:scala-reflect's
releases</a>.</em></p>
<blockquote>
<h2>Scala 2.13.17</h2>
<p>The Scala team at Akka is pleased to announce Scala 2.13.17.</p>
<p>This release is compatible with the new JDK 25 LTS.</p>
<p>See below for known issues / regressions in this release.</p>
<p>The following are highlights of this release:</p>
<h3>Compatibility</h3>
<ul>
<li>JDK 25 support in optimizer (<a
href="https://redirect.github.com/scala/scala/pull/11046">#11046</a>)</li>
<li>Support Scala 3.7 in the TASTy reader (<a
href="https://redirect.github.com/scala/scala/pull/11100">#11100</a>)</li>
<li>When parsing Java sources, skip JDK 21+’s JEP 445 compact
compilation units (<a
href="https://redirect.github.com/scala/scala/pull/11066">#11066</a>)</li>
</ul>
<h3>Breaking changes</h3>
<ul>
<li>Mix in the <code>productPrefix</code> hash statically in case class
<code>hashCode</code> (<a
href="https://redirect.github.com/scala/scala/pull/11023">#11023</a>)
<ul>
<li>The synthetic <code>hashCode</code> method of a case class no longer
calls <code>productPrefix</code>. This changes the hash code of case
classes that override <code>productPrefix</code>.</li>
</ul>
</li>
<li>Improve <code>scala.util.Using</code> suppression order
(<code>NonFatal</code> suppresses <code>ControlThrowable</code>) (<a
href="https://redirect.github.com/scala/scala/pull/11000">#11000</a> by
<a href="https://github.com/NthPortal"><code>@​NthPortal</code></a>)
<ul>
<li>When multiple exceptions are thrown, a predefined order determines
which exception is rethrown and which is attached as
&quot;suppressed&quot;</li>
<li>Users of scala-collection-compat can upgrade to <a
href="https://github.com/scala/scala-collection-compat/releases/tag/v2.14.0">2.14.0</a>
to get the same behavior change</li>
<li>If you use <code>Using</code> in a project that crossbuilds to Scala
3, you may wish to wait for a Scala 3 release that includes the 2.13.17
standard library, or use a dependency override to force the upgrade in
your build</li>
</ul>
</li>
</ul>
<h3>Features and notable changes</h3>
<ul>
<li>Fix <code>AnnotationInfo</code> when using named/default arguments,
support custom annotation subclasses (<a
href="https://redirect.github.com/scala/scala/pull/10976">#10976</a>)
<ul>
<li>Users can now define, for example, <code>class nodep extends
annotation.nowarn(&quot;cat=deprecation&quot;)</code> and use
<code>@nodep</code> to silence deprecations</li>
</ul>
</li>
<li>Show <code>nowarn</code>/<code>-Wconf</code> filters for a warning
with <code>@nowarn(&quot;verbose&quot;)</code> (<a
href="https://redirect.github.com/scala/scala/pull/10985">#10985</a>)</li>
<li>Use <code>toVector</code> for XML literal sequences (<a
href="https://redirect.github.com/scala/scala/pull/11065">#11065</a>)</li>
</ul>
<h3>Scala 3 compatibility and migration</h3>
<ul>
<li>Allow using <code>-Xsource-features</code> without
<code>-Xsource:3</code> (<a
href="https://redirect.github.com/scala/scala/pull/11123">#11123</a>)</li>
<li>Lint inferred structural types (<a
href="https://redirect.github.com/scala/scala/pull/10942">#10942</a>)
<ul>
<li>In case this warning is undesired, it can be disabled using
<code>-Xlint:_,-infer-structural</code></li>
</ul>
</li>
<li>Port <code>summonIgnoring</code> from 3.7 as
<code>c.inferImplicitValueIgnoring</code> (<a
href="https://redirect.github.com/scala/scala/pull/11068">#11068</a> by
<a
href="https://github.com/MateuszKubuszok"><code>@​MateuszKubuszok</code></a>)</li>
</ul>
<h3>Notable bug fixes</h3>
<ul>
<li>Allow optimizer use within Bazel (don't attempt inlining methods
without instructions) (<a
href="https://redirect.github.com/scala/scala/pull/11016">#11016</a>)</li>
<li>Reduce memory footprint of evaluated elements in
<code>LazyList</code> (<a
href="https://redirect.github.com/scala/scala/pull/10937">#10937</a>)</li>
<li>Deregister stale callbacks in <code>Future.firstCompletedOf</code>
(prevents memory leaks) (<a
href="https://redirect.github.com/scala/scala/pull/10927">#10927</a>)</li>
<li>Require <code>-Xsource-features:eta-expand-always</code> for
eta-expansion without an expected type (<a
href="https://redirect.github.com/scala/scala/pull/10907">#10907</a> by
<a
href="https://github.com/som-snytt"><code>@​som-snytt</code></a>)</li>
</ul>
<h3>More changes</h3>
<p>For the complete 2.13.17 change lists, see <a
href="https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.17">all
merged PRs</a> and <a
href="https://github.com/scala/bug/issues?utf8=%E2%9C%93&amp;q=is%3Aclosed+milestone%3A2.13.17">all
closed bugs</a>.</p>
<h3>Known issues / regressions</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/scala/scala/commit/05169c7524a8b3fab70bd8e794248edd6106149c"><code>05169c7</code></a>
Merge pull request <a
href="https://redirect.github.com/scala/scala/issues/11142">#11142</a>
from lrytz/central-fix</li>
<li><a
href="https://github.com/scala/scala/commit/b52454d17111b1cdd0f4e95dc90078bdaec1e4f6"><code>b52454d</code></a>
Revert sbt-pgp to 1.1.0</li>
<li><a
href="https://github.com/scala/scala/commit/59590351922b3d3f65863c263c805610aed377a7"><code>5959035</code></a>
Fixes for central repository publishing</li>
<li><a
href="https://github.com/scala/scala/commit/d4384032858d31fe5eca5b8940cd633ab150582e"><code>d438403</code></a>
Merge pull request <a
href="https://redirect.github.com/scala/scala/issues/11141">#11141</a>
from lrytz/central</li>
<li><a
href="https://github.com/scala/scala/commit/ca176ccbbf4db5c2ef905ffa4b5811a3a86af176"><code>ca176cc</code></a>
update publishing scripts for central repository</li>
<li><a
href="https://github.com/scala/scala/commit/07441291664516745c0260e02106f763d03ecf2c"><code>0744129</code></a>
Merge pull request <a
href="https://redirect.github.com/scala/scala/issues/11136">#11136</a>
from hamzaremmal/update-spec</li>
<li><a
href="https://github.com/scala/scala/commit/a940c819acbf1652ffd55ab72bdc72941ec2b60c"><code>a940c81</code></a>
fix: spec should use weak conformance</li>
<li><a
href="https://github.com/scala/scala/commit/2ba79a929f737f916b748fc00779ca6b7ce2a6d6"><code>2ba79a9</code></a>
Merge pull request <a
href="https://redirect.github.com/scala/scala/issues/11135">#11135</a>
from lrytz/jline29</li>
<li><a
href="https://github.com/scala/scala/commit/80a91a5e0239d8bcd1d41f6e5aa1d0a914f6a025"><code>80a91a5</code></a>
Revert JLine to version 3.29.0 for Scala 2.13.17</li>
<li><a
href="https://github.com/scala/scala/commit/b656a79771a223b1a8199e39bbc43bd54a13ae0a"><code>b656a79</code></a>
Merge pull request <a
href="https://redirect.github.com/scala/scala/issues/11133">#11133</a>
from lrytz/merge-212</li>
<li>Additional commits viewable in <a
href="https://github.com/scala/scala/compare/v2.13.9...v2.13.17">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.apache.httpcomponents.client5:httpclient5` from 5.2 to
5.5.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/httpcomponents-client/blob/rel/v5.5.1/RELEASE_NOTES.txt">org.apache.httpcomponents.client5:httpclient5's
changelog</a>.</em></p>
<blockquote>
<h2>Release 5.5.1</h2>
<p>This is a maintenance release that fixes several defects in the
connection management
code and a regression in the DIGEST authentication reported since the
previous release.
It also upgrades HttpCore to version 5.3.6.</p>
<h2>Change Log</h2>
<ul>
<li>
<p>HTTPCLIENT-2391: Improved GRACEGUL shutdown of ExecutorService used
internally by async
clients.
Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
</li>
<li>
<p>Bug fix: Use a 1 second timeout when closing out connections inside a
connection pool lock.
Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
</li>
<li>
<p>Clarified the behavior of the protocol-level responseTimeout and the
connection management
level socketTimeout and their interrelation.
Contributed by ChangYong <!-- raw HTML omitted --></p>
</li>
<li>
<p>Bug fix: Connection managers to ensure open …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant