Skip to content

Conversation

@straker
Copy link
Contributor

@straker straker commented Jan 13, 2026

Remember to merge and not squash merge.

No QA required

dependabot bot and others added 8 commits November 3, 2025 15:26
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5
to 6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/setup-node/releases">actions/setup-node's
releases</a>.</em></p>
<blockquote>
<h2>v6.0.0</h2>
<h2>What's Changed</h2>
<p><strong>Breaking Changes</strong></p>
<ul>
<li>Limit automatic caching to npm, update workflows and documentation
by <a
href="https://github.com/priyagupta108"><code>@​priyagupta108</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/1374">actions/setup-node#1374</a></li>
</ul>
<p><strong>Dependency Upgrades</strong></p>
<ul>
<li>Upgrade ts-jest from 29.1.2 to 29.4.1 and document breaking changes
in v5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/actions/setup-node/pull/1336">#1336</a></li>
<li>Upgrade prettier from 2.8.8 to 3.6.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/actions/setup-node/pull/1334">#1334</a></li>
<li>Upgrade actions/publish-action from 0.3.0 to 0.4.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/actions/setup-node/pull/1362">#1362</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v5...v6.0.0">https://github.com/actions/setup-node/compare/v5...v6.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/setup-node/commit/2028fbc5c25fe9cf00d9f06a71cc4710d4507903"><code>2028fbc</code></a>
Limit automatic caching to npm, update workflows and documentation (<a
href="https://redirect.github.com/actions/setup-node/issues/1374">#1374</a>)</li>
<li><a
href="https://github.com/actions/setup-node/commit/13427813f706a0f6c9b74603b31103c40ab1c35a"><code>1342781</code></a>
Bump actions/publish-action from 0.3.0 to 0.4.0 (<a
href="https://redirect.github.com/actions/setup-node/issues/1362">#1362</a>)</li>
<li><a
href="https://github.com/actions/setup-node/commit/89d709d423dc495668cd762a18dd4a070611be3f"><code>89d709d</code></a>
Bump prettier from 2.8.8 to 3.6.2 (<a
href="https://redirect.github.com/actions/setup-node/issues/1334">#1334</a>)</li>
<li><a
href="https://github.com/actions/setup-node/commit/cd2651c46231bc0d6f48d6b34433b845331235fe"><code>cd2651c</code></a>
Bump ts-jest from 29.1.2 to 29.4.1 (<a
href="https://redirect.github.com/actions/setup-node/issues/1336">#1336</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/setup-node/compare/v5...v6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=5&new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Just noticed we're using an older version of node. Updating to node 22

No QA Required
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to
6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/releases">actions/checkout's
releases</a>.</em></p>
<blockquote>
<h2>v6.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update README to include Node.js 24 support details and requirements
by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li>
<li>Persist creds to a separate file by <a
href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li>
<li>v6-beta by <a
href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2298">actions/checkout#2298</a></li>
<li>update readme/changelog for v6 by <a
href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2311">actions/checkout#2311</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v5.0.0...v6.0.0">https://github.com/actions/checkout/compare/v5.0.0...v6.0.0</a></p>
<h2>v6-beta</h2>
<h2>What's Changed</h2>
<p>Updated persist-credentials to store the credentials under
<code>$RUNNER_TEMP</code> instead of directly in the local git
config.</p>
<p>This requires a minimum Actions Runner version of <a
href="https://github.com/actions/runner/releases/tag/v2.329.0">v2.329.0</a>
to access the persisted credentials for <a
href="https://docs.github.com/en/actions/tutorials/use-containerized-services/create-a-docker-container-action">Docker
container action</a> scenarios.</p>
<h2>v5.0.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Port v6 cleanup to v5 by <a
href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v5...v5.0.1">https://github.com/actions/checkout/compare/v5...v5.0.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>V6.0.0</h2>
<ul>
<li>Persist creds to a separate file by <a
href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li>
<li>Update README to include Node.js 24 support details and requirements
by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li>
</ul>
<h2>V5.0.1</h2>
<ul>
<li>Port v6 cleanup to v5 by <a
href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li>
</ul>
<h2>V5.0.0</h2>
<ul>
<li>Update actions checkout to use node 24 by <a
href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li>
</ul>
<h2>V4.3.1</h2>
<ul>
<li>Port v6 cleanup to v4 by <a
href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2305">actions/checkout#2305</a></li>
</ul>
<h2>V4.3.0</h2>
<ul>
<li>docs: update README.md by <a
href="https://github.com/motss"><code>@​motss</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li>
<li>Add internal repos for checking out multiple repositories by <a
href="https://github.com/mouismail"><code>@​mouismail</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li>
<li>Documentation update - add recommended permissions to Readme by <a
href="https://github.com/benwells"><code>@​benwells</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li>
<li>Adjust positioning of user email note and permissions heading by <a
href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li>
<li>Update README.md by <a
href="https://github.com/nebuk89"><code>@​nebuk89</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li>
<li>Update CODEOWNERS for actions by <a
href="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li>
<li>Update package dependencies by <a
href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li>
</ul>
<h2>v4.2.2</h2>
<ul>
<li><code>url-helper.ts</code> now leverages well-known environment
variables by <a href="https://github.com/jww3"><code>@​jww3</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li>
<li>Expand unit test coverage for <code>isGhes</code> by <a
href="https://github.com/jww3"><code>@​jww3</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li>
</ul>
<h2>v4.2.1</h2>
<ul>
<li>Check out other refs/* by commit if provided, fall back to ref by <a
href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li>
</ul>
<h2>v4.2.0</h2>
<ul>
<li>Add Ref and Commit outputs by <a
href="https://github.com/lucacome"><code>@​lucacome</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li>
<li>Dependency updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>- <a
href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>,
<a
href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li>
</ul>
<h2>v4.1.7</h2>
<ul>
<li>Bump the minor-npm-dependencies group across 1 directory with 4
updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li>
<li>Bump actions/checkout from 3 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li>
<li>Check out other refs/* by commit by <a
href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li>
<li>Pin actions/checkout's own workflows to a known, good, stable
version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li>
</ul>
<h2>v4.1.6</h2>
<ul>
<li>Check platform to set archive extension appropriately by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li>
</ul>
<h2>v4.1.5</h2>
<ul>
<li>Update NPM dependencies by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li>
<li>Bump github/codeql-action from 2 to 3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li>
<li>Bump actions/setup-node from 1 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li>
<li>Bump actions/upload-artifact from 2 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/checkout/commit/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3"><code>1af3b93</code></a>
update readme/changelog for v6 (<a
href="https://redirect.github.com/actions/checkout/issues/2311">#2311</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/71cf2267d89c5cb81562390fa70a37fa40b1305e"><code>71cf226</code></a>
v6-beta (<a
href="https://redirect.github.com/actions/checkout/issues/2298">#2298</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/069c6959146423d11cd0184e6accf28f9d45f06e"><code>069c695</code></a>
Persist creds to a separate file (<a
href="https://redirect.github.com/actions/checkout/issues/2286">#2286</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493"><code>ff7abcd</code></a>
Update README to include Node.js 24 support details and requirements (<a
href="https://redirect.github.com/actions/checkout/issues/2248">#2248</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/checkout/compare/v5...v6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=5&new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…es (#554)

Bumps the maven-low-risk group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [commons-io:commons-io](https://github.com/apache/commons-io) |
`2.20.0` | `2.21.0` |
|
[io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager)
| `6.3.2` | `6.3.3` |
| org.apache.commons:commons-lang3 | `3.19.0` | `3.20.0` |
|
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
| `2.20.0` | `2.20.1` |
|
[org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit-framework)
| `6.0.0` | `6.0.1` |
|
[com.github.eirslett:frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin)
| `1.15.1` | `1.15.4` |
|
[org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin)
| `3.3.1` | `3.4.0` |
|
[com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java)
| `1.55.0` | `1.56.0` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec)
| `1.19.0` | `1.20.0` |
| [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) |
`0.8.13` | `0.8.14` |


Updates `commons-io:commons-io` from 2.20.0 to 2.21.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt">commons-io:commons-io's
changelog</a>.</em></p>
<blockquote>
<p>Apache Commons IO 2.21.0 Release Notes</p>
<p>The Apache Commons IO team is pleased to announce the release of
Apache Commons IO 2.21.0.</p>
<h2>Introduction</h2>
<p>The Apache Commons IO library contains utility classes, stream
implementations, file filters,
file comparators, endian transformation classes, and much more.</p>
<p>Version 2.21.0: Java 8 or later is required.</p>
<h2>New features</h2>
<p>o FileUtils#byteCountToDisplaySize() supports Zettabyte, Yottabyte,
Ronnabyte and Quettabyte <a
href="https://redirect.github.com/apache/commons-io/issues/763">#763</a>.
Thanks to strangelookingnerd, Gary Gregory.
o Add org.apache.commons.io.FileUtils.ONE_RB <a
href="https://redirect.github.com/apache/commons-io/issues/763">#763</a>.
Thanks to strangelookingnerd, Gary Gregory.
o Add org.apache.commons.io.FileUtils.ONE_QB <a
href="https://redirect.github.com/apache/commons-io/issues/763">#763</a>.
Thanks to strangelookingnerd, Gary Gregory.
o Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(byte[],
int, int, long). Thanks to Gary Gregory.
o Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(byte[],
long). Thanks to Gary Gregory.
o Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(int,
long). Thanks to Gary Gregory.
o Add length unit support in FileSystem limits. Thanks to Piotr P.
Karwasz.
o Add IOUtils.toByteArray(InputStream, int, int) for safer chunked
reading with size validation. Thanks to Piotr P. Karwasz.
o Add org.apache.commons.io.file.PathUtils.getPath(String, String).
Thanks to Gary Gregory.
o Add org.apache.commons.io.channels.ByteArraySeekableByteChannel.
Thanks to Gary Gregory.
o          Add IOIterable.asIterable(). Thanks to Gary Gregory.
o Add NIO channel support to <code>AbstractStreamBuilder</code>. Thanks
to Piotr P. Karwasz.
o Add CloseShieldChannel to close-shielded NIO Channels <a
href="https://redirect.github.com/apache/commons-io/issues/786">#786</a>.
Thanks to Piotr P. Karwasz.
o Added IOUtils.checkFromIndexSize as a Java 8 backport of
Objects.checkFromIndexSize <a
href="https://redirect.github.com/apache/commons-io/issues/790">#790</a>.
Thanks to Piotr P. Karwasz.</p>
<h2>Fixed Bugs</h2>
<p>o When testing on Java 21 and up, enable
-XX:+EnableDynamicAgentLoading. Thanks to Gary Gregory.
o When testing on Java 24 and up, don't fail FileUtilsListFilesTest for
a different behavior in the JRE. Thanks to Gary Gregory.
o ValidatingObjectInputStream does not validate dynamic proxy
interfaces. Thanks to Stanislav Fort, Gary Gregory.
o BoundedInputStream.getRemaining() now reports Long.MAX_VALUE instead
of 0 when no limit is set. Thanks to Piotr P. Karwasz.
o BoundedInputStream.available() correctly accounts for the maximum read
limit. Thanks to Piotr P. Karwasz.
o Deprecate IOUtils.readFully(InputStream, int) in favor of
toByteArray(InputStream, int). Thanks to Gary Gregory, Piotr P. Karwasz.
o IOUtils.toByteArray(InputStream) now throws IOException on byte array
overflow. Thanks to Piotr P. Karwasz.
o Javadoc general improvements. Thanks to Gary Gregory, Piotr P.
Karwasz.
o IOUtils.toByteArray() now throws EOFException when not enough data is
available <a
href="https://redirect.github.com/apache/commons-io/issues/796">#796</a>.
Thanks to Piotr P. Karwasz.
o Fix IOUtils.skip() usage in concurrent scenarios. Thanks to Piotr P.
Karwasz.
o [javadoc] Fix XmlStreamReader Javadoc to indicate the correct class
that is built <a
href="https://redirect.github.com/apache/commons-io/issues/806">#806</a>.
Thanks to J Hawkins.</p>
<h2>Changes</h2>
<p>o Bump org.apache.commons:commons-parent from 85 to 91 <a
href="https://redirect.github.com/apache/commons-io/issues/774">#774</a>,
<a
href="https://redirect.github.com/apache/commons-io/issues/783">#783</a>,
<a
href="https://redirect.github.com/apache/commons-io/issues/808">#808</a>.
Thanks to Gary Gregory, Dependabot.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/commons-io/commit/54073d3b5fdd2985b98a48040ede95eb59c7ee53"><code>54073d3</code></a>
Prepare for the release candidate 2.21.0 RC1</li>
<li><a
href="https://github.com/apache/commons-io/commit/f141f09d91368543e4f0754cbd649c484768c55c"><code>f141f09</code></a>
Prepare for the next release candidate</li>
<li><a
href="https://github.com/apache/commons-io/commit/adcf1350152faf4dbd8cf53fb2f2649f25dbe227"><code>adcf135</code></a>
Add license header</li>
<li><a
href="https://github.com/apache/commons-io/commit/0f499d060adbd4b36bbd9f47393a7ea6af8149ff"><code>0f499d0</code></a>
Use new oak logo</li>
<li><a
href="https://github.com/apache/commons-io/commit/34a961c3ed58ed96c73836db154ae50f0c45110f"><code>34a961c</code></a>
Use HTTPS in URL</li>
<li><a
href="https://github.com/apache/commons-io/commit/9e511181a03096b77c3a4b9c6077a4ac0b56b510"><code>9e51118</code></a>
Use HTTPS in URL</li>
<li><a
href="https://github.com/apache/commons-io/commit/d715865ee705fdb8ed786582bd6bd4ee996b0665"><code>d715865</code></a>
Add dependabot email [skip ci]</li>
<li><a
href="https://github.com/apache/commons-io/commit/3d6a7e113633e1a33ca254d744c3fcbab61663f3"><code>3d6a7e1</code></a>
Javadoc</li>
<li><a
href="https://github.com/apache/commons-io/commit/ad875d566f273f54094b6b872bf9433be9fd86a7"><code>ad875d5</code></a>
Bump actions/upload-artifact from 4.6.2 to 5.0.0 (<a
href="https://redirect.github.com/apache/commons-io/issues/810">#810</a>)</li>
<li><a
href="https://github.com/apache/commons-io/commit/bc01dee31ec0ff10aa0841ff245b770fa1ecfade"><code>bc01dee</code></a>
Bump github/codeql-action from 4.30.9 to 4.31.2 (<a
href="https://redirect.github.com/apache/commons-io/issues/811">#811</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/commons-io/compare/rel/commons-io-2.20.0...rel/commons-io-2.21.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `io.github.bonigarcia:webdrivermanager` from 6.3.2 to 6.3.3
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md">io.github.bonigarcia:webdrivermanager's
changelog</a>.</em></p>
<blockquote>
<h2>[6.3.3] - 2025-11-08</h2>
<h3>Changed</h3>
<ul>
<li>Use <a
href="https://msedgedriver.microsoft.com/">https://msedgedriver.microsoft.com/</a>
for downloading msedgedriver (<a
href="https://redirect.github.com/bonigarcia/webdrivermanager/issues/1535">#1535</a>)</li>
<li>Change Docker base image to eclipse-temurin:17-jre-jammy</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bonigarcia/webdrivermanager/commit/22acbb1311d0e41f26a933415a8a4c78177dd1f7"><code>22acbb1</code></a>
[maven-release-plugin] prepare release webdrivermanager-6.3.3</li>
<li><a
href="https://github.com/bonigarcia/webdrivermanager/commit/f1bfd47cbe2aca1f6e9643cc56e218e05a6fba56"><code>f1bfd47</code></a>
Update CHANGELOG for version 6.3.3</li>
<li><a
href="https://github.com/bonigarcia/webdrivermanager/commit/8ac53c7337545d7c57d1164f734daa4633f8b209"><code>8ac53c7</code></a>
Disable proxy test using mockserver (broken in JUnit 6)</li>
<li><a
href="https://github.com/bonigarcia/webdrivermanager/commit/6284c1a44fd1e8b7a8846872ef41d549fb223b7d"><code>6284c1a</code></a>
Temporary disabling record test (broken in Chrome 142)</li>
<li><a
href="https://github.com/bonigarcia/webdrivermanager/commit/988a65054a7d965252050523fb179bdbf85f3fdc"><code>988a650</code></a>
Fix Edge manager test</li>
<li><a
href="https://github.com/bonigarcia/webdrivermanager/commit/1c13ad06860773706014cf19e553ecfae22e586d"><code>1c13ad0</code></a>
Use <a
href="https://msedgedriver.microsoft.com/">https://msedgedriver.microsoft.com/</a>
for downloading msedgedriver (<a
href="https://redirect.github.com/bonigarcia/webdrivermanager/issues/1535">#1535</a>)</li>
<li><a
href="https://github.com/bonigarcia/webdrivermanager/commit/fac6a611cb0e173aa08c06c7012496d9273749c1"><code>fac6a61</code></a>
Bump Java version for tests to 17</li>
<li><a
href="https://github.com/bonigarcia/webdrivermanager/commit/860a541c206be31f0e42b6b00daa8ddd47bec06a"><code>860a541</code></a>
Bump org.junit.jupiter:junit-jupiter from 6.0.0 to 6.0.1 (<a
href="https://redirect.github.com/bonigarcia/webdrivermanager/issues/1534">#1534</a>)</li>
<li><a
href="https://github.com/bonigarcia/webdrivermanager/commit/d12cc02adf30c0bec6a3290387189577f8f2431a"><code>d12cc02</code></a>
Update mirror info (Fri Oct 31 00:08:10 UTC 2025)</li>
<li><a
href="https://github.com/bonigarcia/webdrivermanager/commit/f7173aa4d40179172426692c0d903f2d13620279"><code>f7173aa</code></a>
Bump org.asciidoctor:asciidoctorj-pdf from 2.3.21 to 2.3.23 (<a
href="https://redirect.github.com/bonigarcia/webdrivermanager/issues/1533">#1533</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/bonigarcia/webdrivermanager/compare/webdrivermanager-6.3.2...webdrivermanager-6.3.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.apache.commons:commons-lang3` from 3.19.0 to 3.20.0

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.20.0 to
2.20.1
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/FasterXML/jackson/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.junit.vintage:junit-vintage-engine` from 6.0.0 to 6.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/junit-team/junit-framework/releases">org.junit.vintage:junit-vintage-engine's
releases</a>.</em></p>
<blockquote>
<p>JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1</p>
<p>See <a href="https://docs.junit.org/6.0.1/release-notes/">Release
Notes</a>.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1">https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/junit-team/junit-framework/commit/d774b9ccc8550701fd6362c43f92611911da3e2b"><code>d774b9c</code></a>
Release 6.0.1 (second attempt)</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/8178545561e7c39f4775a39fa3e9a7d00b20382c"><code>8178545</code></a>
Mark module as deprecated for removal</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/7b43fcced94dfb08cfd93fd91dd7992b7cb6b71a"><code>7b43fcc</code></a>
Back to snapshots for further development</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/a5ef74652bcaa2a40b0b384a8c6d63c7c3cc5a78"><code>a5ef746</code></a>
Release 6.0.1</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/008be8d9c0a759f74d4093d93c9f36bbd3c0a9d5"><code>008be8d</code></a>
Finalize 5.14.1 release notes</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/b2c55a81cca90d477a35e97b1f3b59b6c5362ffc"><code>b2c55a8</code></a>
Finalize 6.0.1 release notes</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/866c01a6d1b72ad569cb8a6007ccaa7ec2eb366c"><code>866c01a</code></a>
Add note about duplicate test execution with <a
href="https://github.com/Suite"><code>@​Suite</code></a> (<a
href="https://redirect.github.com/junit-team/junit-framework/issues/5080">#5080</a>)</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/de88e8848a263652fb4b45ef5ba73d34a6a2de15"><code>de88e88</code></a>
Fix broken links in documentation</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/9dd132d714ab44f89899143f2b564535034614d6"><code>9dd132d</code></a>
Add Valhalla EA to workflow matrix</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/fedda882590c121e66a26de6a78ba5b532ec8aec"><code>fedda88</code></a>
Make jdk.jfr import optional in OSGi manifest (<a
href="https://redirect.github.com/junit-team/junit-framework/issues/5092">#5092</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `com.github.eirslett:frontend-maven-plugin` from 1.15.1 to
1.15.4
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eirslett/frontend-maven-plugin/blob/master/CHANGELOG.md">com.github.eirslett:frontend-maven-plugin's
changelog</a>.</em></p>
<blockquote>
<h3>1.15.4</h3>
<ul>
<li>Fix https (TLS 1.3) issue</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eirslett/frontend-maven-plugin/commit/1f5dc4ab9a06f308983cd54d74e6646c72d812be"><code>1f5dc4a</code></a>
[maven-release-plugin] prepare release frontend-plugins-1.15.4</li>
<li><a
href="https://github.com/eirslett/frontend-maven-plugin/commit/580644a49ac619d58a659ede902a418d960f90df"><code>580644a</code></a>
Fix missing &lt;name&gt; data</li>
<li><a
href="https://github.com/eirslett/frontend-maven-plugin/commit/63a96446ca32ce78df14facae45de56e3a0e3987"><code>63a9644</code></a>
[maven-release-plugin] rollback the release of
frontend-plugins-1.15.3</li>
<li><a
href="https://github.com/eirslett/frontend-maven-plugin/commit/bccce60ca7349ca77265c8e5554e5fd55faf658c"><code>bccce60</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/eirslett/frontend-maven-plugin/commit/cc7912720a331dd34423fdd7be171e597288bb5a"><code>cc79127</code></a>
[maven-release-plugin] prepare release frontend-plugins-1.15.3</li>
<li><a
href="https://github.com/eirslett/frontend-maven-plugin/commit/664ed95fd48c5d51abea8e9d1f59b43653a90cbd"><code>664ed95</code></a>
New attempt: try to fix publishing</li>
<li><a
href="https://github.com/eirslett/frontend-maven-plugin/commit/825aba998c6a9f027304bed50a5682e2ae19c93f"><code>825aba9</code></a>
Try to fix publishing</li>
<li><a
href="https://github.com/eirslett/frontend-maven-plugin/commit/8871dd4a4ee49d56395d4d10a90599c3f2f018ef"><code>8871dd4</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/eirslett/frontend-maven-plugin/commit/e65b18518b37cecd7e114cbf80269ee9fe0a1934"><code>e65b185</code></a>
[maven-release-plugin] prepare release frontend-plugins-1.15.2</li>
<li><a
href="https://github.com/eirslett/frontend-maven-plugin/commit/ad6b30969e16aff215e6aef79b7df8a36b02224d"><code>ad6b309</code></a>
readme: replace unresolving badge with pointer to github actions</li>
<li>Additional commits viewable in <a
href="https://github.com/eirslett/frontend-maven-plugin/compare/frontend-plugins-1.15.1...frontend-plugins-1.15.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.1 to
3.4.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/maven-source-plugin/releases">org.apache.maven.plugins:maven-source-plugin's
releases</a>.</em></p>
<blockquote>
<h2>3.4.0</h2>
<!-- raw HTML omitted -->
<h2>🐛 Bug Fixes</h2>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/MSOURCES-140">[MSOURCES-140]</a>
- fail only if re-attach different files (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/24">#24</a>)
<a href="https://github.com/hboutemy"><code>@​hboutemy</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li>Bump m-invoker-p to 3.9.1 (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/251">#251</a>)
<a
href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li>
<li>Allow to manually execute release drafter (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/58">#58</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li>GH Issues (Maven 3 branch) (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/57">#57</a>)
<a href="https://github.com/Bukama"><code>@​Bukama</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MNGSITE-529">[MNGSITE-529]</a>
- Rename &quot;Goals&quot; to &quot;Plugin Documentation&quot; (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/49">#49</a>)
<a href="https://github.com/Bukama"><code>@​Bukama</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Use plexus-utils version from parent (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/252">#252</a>)
<a
href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li>
<li>Bump commons-io:commons-io from 2.20.0 to 2.21.0 (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/247">#247</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4 (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/248">#248</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven:maven-archiver from 3.6.4 to 3.6.5 (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/241">#241</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to 4.10.3 (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/242">#242</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
from 3.3.0 to 3.4.0 (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/246">#246</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump mavenVersion from 3.2.5 to 3.9.11 (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/221">#221</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.1 (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/233">#233</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven:maven-archiver from 3.6.3 to 3.6.4 (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/229">#229</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven.plugins:maven-plugins from 41 to 45 (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/218">#218</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 3.6.0 (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/226">#226</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump commons-io:commons-io from 2.19.0 to 2.20.0 (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/222">#222</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump commons-io:commons-io from 2.16.1 to 2.19.0 (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/68">#68</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/63">#63</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven:maven-archiver from 3.6.2 to 3.6.3 (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/66">#66</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump commons-io:commons-io from 2.16.0 to 2.16.1 (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/27">#27</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li><a
href="https://issues.apache.org/jira/browse/MSOURCES-147">[MSOURCES-147]</a>
- Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2 (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/23">#23</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li><a
href="https://issues.apache.org/jira/browse/MSOURCES-146">[MSOURCES-146]</a>
- Bump commons-io:commons-io from 2.11.0 to 2.16.0 (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/25">#25</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li><a
href="https://issues.apache.org/jira/browse/MSOURCES-145">[MSOURCES-145]</a>
- Bump org.apache.maven:maven-archiver from 3.6.1 to 3.6.2 (<a
href="https://redirect.github.com/apache/maven-source-plugin/pull/26">#26</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-source-plugin/commit/ecf937ac27224df8135b3599edb9c9f9a8524a14"><code>ecf937a</code></a>
[maven-release-plugin] prepare release maven-source-plugin-3.4.0</li>
<li><a
href="https://github.com/apache/maven-source-plugin/commit/95b3bf40e10268328b61f1dd0f1e936ebe34497e"><code>95b3bf4</code></a>
Revert &quot;[maven-release-plugin] prepare for next development
iteration&quot;</li>
<li><a
href="https://github.com/apache/maven-source-plugin/commit/7a9a77079e1734d71a4738acf46a314f790545a3"><code>7a9a770</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/apache/maven-source-plugin/commit/292c1ce3a0266e56e7299457c7f6ac0e913b38b4"><code>292c1ce</code></a>
Use plexus-utils version from parent</li>
<li><a
href="https://github.com/apache/maven-source-plugin/commit/bf79b71899727718db8ac5944e13d6e191d87f0c"><code>bf79b71</code></a>
Bump m-invoker-p to 3.9.1</li>
<li><a
href="https://github.com/apache/maven-source-plugin/commit/4f3fcb965bf3a5900cf9a3b5b575ffb69483aff3"><code>4f3fcb9</code></a>
Bump commons-io:commons-io from 2.20.0 to 2.21.0</li>
<li><a
href="https://github.com/apache/maven-source-plugin/commit/a8674428b1b62cfe5e7fecce455383ee2719c366"><code>a867442</code></a>
Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4</li>
<li><a
href="https://github.com/apache/maven-source-plugin/commit/51c66ac844e88b78efb8b78ea2fdd90fb7f85bbf"><code>51c66ac</code></a>
Bump org.apache.maven:maven-archiver from 3.6.4 to 3.6.5</li>
<li><a
href="https://github.com/apache/maven-source-plugin/commit/267df4697b8bfd8414d62d4e81f5e25e12723000"><code>267df46</code></a>
Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to 4.10.3</li>
<li><a
href="https://github.com/apache/maven-source-plugin/commit/ef85324e79ad34c68c118ac6cf649bb6f477664a"><code>ef85324</code></a>
Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.3.1...maven-source-plugin-3.4.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `com.microsoft.playwright:playwright` from 1.55.0 to 1.56.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/playwright-java/releases">com.microsoft.playwright:playwright's
releases</a>.</em></p>
<blockquote>
<h2>v1.56.0</h2>
<h2>New APIs</h2>
<ul>
<li>New methods <a
href="https://playwright.dev/java/docs/api/class-page#page-console-messages">page.consoleMessages()</a>
and <a
href="https://playwright.dev/java/docs/api/class-page#page-page-errors">page.pageErrors()</a>
for retrieving the most recent console messages from the page</li>
<li>New method <a
href="https://playwright.dev/java/docs/api/class-page#page-requests">page.requests()</a>
for retrieving the most recent network requests from the page</li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Event <a
href="https://playwright.dev/java/docs/api/class-browsercontext#browser-context-event-background-page">browserContext.onBackgroundPage</a>
has been deprecated and will not be emitted. Method <a
href="https://playwright.dev/java/docs/api/class-browsercontext#browser-context-background-pages">browserContext.backgroundPages()</a>
will return an empty list</li>
</ul>
<h2>Miscellaneous</h2>
<ul>
<li>Aria snapshots render and compare <code>input</code>
<code>placeholder</code></li>
</ul>
<h2>Browser Versions</h2>
<ul>
<li>Chromium 141.0.7390.37</li>
<li>Mozilla Firefox 142.0.1</li>
<li>WebKit 26.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/playwright-java/commit/4e48d88e33525f4d59936f56708927ef76c7b6b4"><code>4e48d88</code></a>
chore: mark v1.56.0 (<a
href="https://redirect.github.com/microsoft/playwright-java/issues/1852">#1852</a>)</li>
<li><a
href="https://github.com/microsoft/playwright-java/commit/eceeea2070992c1357ec149cd1a9c421a724cc48"><code>eceeea2</code></a>
cherry-pick(<a
href="https://redirect.github.com/microsoft/playwright-java/issues/1855">#1855</a>):
chore: roll 1.56.1 (<a
href="https://redirect.github.com/microsoft/playwright-java/issues/1856">#1856</a>)</li>
<li><a
href="https://github.com/microsoft/playwright-java/commit/a2555ddf9e5b1ebc7a49135c9f20a62aeab5fe21"><code>a2555dd</code></a>
chore(deps): bump the all group with 4 updates (<a
href="https://redirect.github.com/microsoft/playwright-java/issues/1846">#1846</a>)</li>
<li><a
href="https://github.com/microsoft/playwright-java/commit/0deadc2b9027f2a53bb9353fc9a4b893becb59d6"><code>0deadc2</code></a>
chore: roll driver to 1.56.0-beta (<a
href="https://redirect.github.com/microsoft/playwright-java/issues/1849">#1849</a>)</li>
<li><a
href="https://github.com/microsoft/playwright-java/commit/eb1fea9907c3e207bcf2833b3004a247439303bf"><code>eb1fea9</code></a>
fix(trace): waitForLoadState title (<a
href="https://redirect.github.com/microsoft/playwright-java/issues/1840">#1840</a>)</li>
<li><a
href="https://github.com/microsoft/playwright-java/commit/dd99ce8b34c0a23426f2fc2c2b65499d9b08e20f"><code>dd99ce8</code></a>
chore(deps): bump the actions group with 2 updates (<a
href="https://redirect.github.com/microsoft/playwright-java/issues/1838">#1838</a>)</li>
<li><a
href="https://github.com/microsoft/playwright-java/commit/ed8e9c434fae7703eee83237a20258f8c3ba86c9"><code>ed8e9c4</code></a>
chore(deps): bump the all group across 1 directory with 7 updates (<a
href="https://redirect.github.com/microsoft/playwright-java/issues/1839">#1839</a>)</li>
<li>See full diff in <a
href="https://github.com/microsoft/playwright-java/compare/v1.55.0...v1.56.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `commons-codec:commons-codec` from 1.19.0 to 1.20.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt">commons-codec:commons-codec's
changelog</a>.</em></p>
<blockquote>
<h2>Apache Commons Codec 1.20.0 Release Notes</h2>
<p>The Apache Commons Codec team is pleased to announce the release of
Apache Commons Codec 1.20.0.</p>
<p>The Apache Commons Codec component contains encoders and decoders for
formats such as Base16, Base32, Base64, digest, and Hexadecimal. In
addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.</p>
<p>This is a feature and maintenance release. Java 8 or later is
required.</p>
<h2>New features</h2>
<ul>
<li>
<pre><code> Add org.apache.commons.codec.digest.Crc16. Thanks to Fredrik
Kjellberg, Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Add builders to org.apache.commons.codec.digest streams and
deprecate some old constructors. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Add builder to Base16 streams and deprecate some old
constructors. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Add support for SHAKE128-256 and SHAKE256-512 to
`DigestUtils` and `MessageDigestAlgorithms` on Java 25 and up. Thanks to
Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Add BaseNCodec.AbstractBuilder.setDecodeTable(byte[]) and
refactor subclasses. Thanks to Gary Gregory.
</code></pre>
</li>
</ul>
<h2>Changes</h2>
<ul>
<li>
<pre><code> Deprecate all but one Base32 constructor in favor of the
builder added in version 1.17.0. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Deprecate all but one Base64 constructor in favor of the
builder added in version 1.17.0. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> BaseNCodecInputStream subclasses are now type-safe to match
its matching BaseNCodec. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> BaseNCodecOutputStream subclasses are now type-safe to match
its matching BaseNCodec. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Bump org.apache.commons:commons-parent from 85 to 91. Thanks
to Gary Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> [test] Bump org.apache.commons:commons-lang3 from 3.18.0 to
3.19.0. Thanks to Gary Gregory.
</code></pre>
</li>
</ul>
<p>For complete information on Apache Commons Codec, including
instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons Codec
website:</p>
<p><a
href="https://commons.apache.org/proper/commons-codec/">https://commons.apache.org/proper/commons-codec/</a></p>
<p>Download page: <a
href="https://commons.apache.org/proper/commons-codec/download_codec.cgi">https://commons.apache.org/proper/commons-codec/download_codec.cgi</a></p>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/commons-codec/commit/b20db1f1fa6ee7b0536f6a25c9c33f8289c22098"><code>b20db1f</code></a>
Merge branch 'master' into release</li>
<li><a
href="https://github.com/apache/commons-codec/commit/cb344d6cfbdac2ce969c8ed86bc02d25e0a8f2c9"><code>cb344d6</code></a>
Use leaf in overview</li>
<li><a
href="https://github.com/apache/commons-codec/commit/004966ba0d70c24e59a3107edc06d13e56905313"><code>004966b</code></a>
Better package description</li>
<li><a
href="https://github.com/apache/commons-codec/commit/13208005b9cf043ecd09c149a53eff03c1e7db61"><code>1320800</code></a>
Use HTTPS in URL</li>
<li><a
href="https://github.com/apache/commons-codec/commit/fcb8bf612ccdf25c11573ebe82dd9f0474e606d5"><code>fcb8bf6</code></a>
Use component logo</li>
<li><a
href="https://github.com/apache/commons-codec/commit/af58c1af853cd705fa08a5313c7fecd870ed37c6"><code>af58c1a</code></a>
Use final</li>
<li><a
href="https://github.com/apache/commons-codec/commit/4368bfeb57e2283fee80a296ed460d887b96a594"><code>4368bfe</code></a>
Add dependabot email [skip ci]</li>
<li><a
href="https://github.com/apache/commons-codec/commit/cb2b7b69fdb35725f54f2bfa3a96e2d5974e4d56"><code>cb2b7b6</code></a>
Clarify comment</li>
<li><a
href="https://github.com/apache/commons-codec/commit/48bb283c9b11876bedcb26e837a4efee3a71e77c"><code>48bb283</code></a>
Bump github/codeql-action from 4.30.9 to 4.31.2 (<a
href="https://redirect.github.com/apache/commons-codec/issues/414">#414</a>)</li>
<li><a
href="https://github.com/apache/commons-codec/commit/f61c2e6179dabeeceeff0ab2713a0ac7f4eaa64b"><code>f61c2e6</code></a>
Bump actions/upload-artifact from 4.6.2 to 5.0.0 (<a
href="https://redirect.github.com/apache/commons-codec/issues/413">#413</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/commons-codec/compare/rel/commons-codec-1.19.0...rel/commons-codec-1.20.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.jacoco:jacoco-maven-plugin` from 0.8.13 to 0.8.14
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jacoco/jacoco/releases">org.jacoco:jacoco-maven-plugin's
releases</a>.</em></p>
<blockquote>
<h2>0.8.14</h2>
<h2>New Features</h2>
<ul>
<li>JaCoCo now officially supports Java 25 (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1950">#1950</a>).</li>
<li>Experimental support for Java 26 class files (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1807">#1870</a>).</li>
<li>Branches added by the Kotlin compiler for default argument number 33
or higher are filtered out during generation of report (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1655">#1655</a>).</li>
<li>Part of bytecode generated by the Kotlin compiler for elvis operator
that follows safe call operator is filtered out during generation of
report (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1814">#1814</a>,
<a
href="https://redirect.github.com/jacoco/jacoco/issues/1954">#1954</a>).</li>
<li>Part of bytecode generated by the Kotlin compiler for more cases of
chained safe call operators is filtered out during generation of report
(GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1956">#1956</a>).</li>
<li>Part of bytecode generated by the Kotlin compiler for invocations of
suspendCoroutineUninterceptedOrReturn intrinsic is filtered out during
generation of report (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1929">#1929</a>).</li>
<li>Part of bytecode generated by the Kotlin compiler for suspending
lambdas with parameters is filtered out during generation of report
(GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1945">#1945</a>).</li>
<li>Part of bytecode generated by the Kotlin compiler for suspending
functions and lambdas with suspension points that return inline value
class is filtered out during generation of report (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1871">#1871</a>).</li>
<li>Part of bytecode generated by the Kotlin Compose compiler plugin for
pausable composition is filtered out during generation of report (GitHub
<a
href="https://redirect.github.com/jacoco/jacoco/issues/1911">#1911</a>).</li>
<li>Methods generated by the Kotlin serialization compiler plugin are
filtered out (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1885">#1885</a>,
<a
href="https://redirect.github.com/jacoco/jacoco/issues/1970">#1970</a>,
<a
href="https://redirect.github.com/jacoco/jacoco/issues/1971">#1971</a>).</li>
</ul>
<h2>Fixed bugs</h2>
<ul>
<li>Fixed handling of implicit else clause of when with String subject
in Kotlin (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1813">#1813</a>,
<a
href="https://redirect.github.com/jacoco/jacoco/issues/1940">#1940</a>).</li>
<li>Fixed handling of implicit default clause of switch by String in
Java when compiled by ECJ (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1813">#1813</a>,
<a
href="https://redirect.github.com/jacoco/jacoco/issues/1940">#1940</a>).
Fixed handling of exceptions in chains of safe call operators in Kotlin
(GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1819">#1819</a>).</li>
</ul>
<h2>Non-functional Changes</h2>
<ul>
<li>JaCoCo now depends on ASM 9.9 (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1965">#1965</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jacoco/jacoco/commit/2eb248366f0eb63fd964fc7a81804b27229a6edd"><code>2eb2483</code></a>
Prepare release v0.8.14</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/de76181b207b18c5b727051f8d62c115dc2c976c"><code>de76181</code></a>
KotlinSerializableFilter should filter more methods (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1971">#1971</a>)</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/89c4bd5ff39deae410f2a899289fe96739a63c13"><code>89c4bd5</code></a>
Fix NPE in KotlinSerializableFilter (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1970">#1970</a>)</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/098112865bb957084cc9abc1a9ca3f5bbff7219b"><code>0981128</code></a>
Migrate release staging to the Central Publisher Portal (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1968">#1968</a>)</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/d07bc6b7e47959503f878563cc4d18060223f2de"><code>d07bc6b</code></a>
Add filter for bytecode generated by Kotlin serialization compiler
plugin (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1">#1</a>...</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/5e35fd5e1968c9477948f24991368b872e8014b9"><code>5e35fd5</code></a>
Upgrade maven-dependency-plugin to 3.9.0 (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1966">#1966</a>)</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/c2fe5cc54472f188c0d0f1158a0f987295217138"><code>c2fe5cc</code></a>
Upgrade ASM to 9.9 (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1965">#1965</a>)</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/b0f8e23d91d59431124b2863b8e35bdd1b71f7b9"><code>b0f8e23</code></a>
KotlinSafeCallOperatorFilter should filter &quot;unoptimized&quot; safe
call followed b...</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/c7bd3f4e96540d1a8f58690d5d52a94eebf4c471"><code>c7bd3f4</code></a>
Upgrade spotless-maven-plugin to 3.0.0 (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1961">#1961</a>)</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/faa289d2a370fa4f724bed3a09e8591be08cd6c2"><code>faa289d</code></a>
KotlinSafeCallOperatorFilter should not be affected by presence of
pseudo ins...</li>
<li>Additional commits viewable in <a
href="https://github.com/jacoco/jacoco/compare/v0.8.13...v0.8.14">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <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>

No QA required

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Scott Ries <[email protected]>
This pull request updates the version of
[`axe-core`](https://npmjs.org/axe-core) to v4.11.1.

This PR was opened by a robot 🤖 🎉.

No QA required

---------

Co-authored-by: Zidious <[email protected]>
Co-authored-by: Steven Lambert <[email protected]>
##
[4.11.1](v4.11.0...v4.11.1)
(2026-01-09)


### Bug Fixes

* Update axe-core to v4.11.1
([#561](#561))
([ba171bd](ba171bd))

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steven Lambert <[email protected]>
Co-authored-by: Scott Ries <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Zidious <[email protected]>
Co-authored-by: API Team CI User <[email protected]>
@straker straker requested a review from a team as a code owner January 13, 2026 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants