Skip to content

Bump the dependencies group in /value with 3 updates#2060

Merged
copybara-service[bot] merged 1 commit into
mainfrom
test_923059550
May 29, 2026
Merged

Bump the dependencies group in /value with 3 updates#2060
copybara-service[bot] merged 1 commit into
mainfrom
test_923059550

Conversation

@copybara-service
Copy link
Copy Markdown
Contributor

Bump the dependencies group in /value with 3 updates

Bumps the dependencies group in /value with 3 updates: org.ow2.asm:asm, org.apache.maven.plugins:maven-surefire-plugin and org.apache.maven.plugins:maven-failsafe-plugin.

Updates org.ow2.asm:asm from 9.10 to 9.10.1

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6

Release notes

Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.

3.5.6

🚀 New features and improvements

  • Introduce reportTestTimestamp option and include timestamp for test sets and test cases (#3261) (#3302) @​olamy

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • 25ea054 [maven-release-plugin] prepare release surefire-3.5.6
  • e5f374c Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3
  • dadd55b Issue #2613 Debugging failsafe tests: Message 'Listening for transport dt_soc...
  • 39dd250 Bump commons-io:commons-io from 2.21.0 to 2.22.0
  • 2774273 Ensure that the statistics filename is calculated only once. (#3326) (#3327)
  • 0d5df8a 3.5.x/bug/cherry pick embedded mode its (#3328)
  • 04ad9a2 Use surefire 3.5.5 by project itself for testing
  • 37e8f69 Add flakes attribute to use in testsuite report (#3306) (#3308)
  • a970fef Introduce reportTestTimestamp option and include timestamp for test sets and ...
  • e838393 deploy 3.5.x branch to nexus
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-failsafe-plugin from 3.5.5 to 3.5.6

Release notes

Sourced from org.apache.maven.plugins:maven-failsafe-plugin's releases.

3.5.6

🚀 New features and improvements

  • Introduce reportTestTimestamp option and include timestamp for test sets and test cases (#3261) (#3302) @​olamy

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • 25ea054 [maven-release-plugin] prepare release surefire-3.5.6
  • e5f374c Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3
  • dadd55b Issue #2613 Debugging failsafe tests: Message 'Listening for transport dt_soc...
  • 39dd250 Bump commons-io:commons-io from 2.21.0 to 2.22.0
  • 2774273 Ensure that the statistics filename is calculated only once. (#3326) (#3327)
  • 0d5df8a 3.5.x/bug/cherry pick embedded mode its (#3328)
  • 04ad9a2 Use surefire 3.5.5 by project itself for testing
  • 37e8f69 Add flakes attribute to use in testsuite report (#3306) (#3308)
  • a970fef Introduce reportTestTimestamp option and include timestamp for test sets and ...
  • e838393 deploy 3.5.x branch to nexus
  • Additional commits viewable in compare view

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 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

Fixes #2058

FUTURE_COPYBARA_INTEGRATE_REVIEW=#2058 from google:dependabot/maven/value/dependencies-b508cd4fc6 d2decc8

Bumps the dependencies group in /value with 3 updates: org.ow2.asm:asm, [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) and [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire).

Updates `org.ow2.asm:asm` from 9.10 to 9.10.1

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.5 to 3.5.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/apache/maven-surefire/releases">org.apache.maven.plugins:maven-surefire-plugin's releases</a>.</em></p>
<blockquote>
<h2>3.5.6</h2>
<!-- raw HTML omitted -->
<h2>🚀 New features and improvements</h2>
<ul>
<li>Introduce reportTestTimestamp option and include timestamp for test sets and test cases (<a href="https://redirect.github.com/apache/maven-surefire/issues/3261">#3261</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3302">#3302</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Issue <a href="https://redirect.github.com/apache/maven-surefire/issues/2613">#2613</a> Debugging failsafe tests: Message 'Listening for transport dt_socket at address' is not displayed anymore when using maven.surefire.debug (<a href="https://redirect.github.com/apache/maven-surefire/issues/3353">#3353</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3354">#3354</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
<li>Ensure that the statistics filename is calculated only once. (<a href="https://redirect.github.com/apache/maven-surefire/issues/3326">#3326</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3327">#3327</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
<li>Add <code>flakes</code> attribute to use in <code>testsuite</code> report (<a href="https://redirect.github.com/apache/maven-surefire/issues/3306">#3306</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3308">#3308</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
<li>[BACKPORT 3.5.x] <a href="https://issues.apache.org/jira/browse/SUREFIRE-2049">[SUREFIRE-2049]</a> - Fix SHUTDOWN type lost during command serialization. (<a href="https://redirect.github.com/apache/maven-surefire/issues/3270">#3270</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3289">#3289</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
<li>fix: null guard for context map (<a href="https://redirect.github.com/apache/maven-surefire/issues/3269">#3269</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3272">#3272</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li>3.5.x/bug/cherry pick embedded mode its (<a href="https://redirect.github.com/apache/maven-surefire/pull/3328">#3328</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
<li>Use surefire 3.5.5 by project itself for testing (<a href="https://redirect.github.com/apache/maven-surefire/pull/3324">#3324</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li>Follow Oracle javadoc guidelines (<a href="https://redirect.github.com/apache/maven-surefire/pull/3177">#3177</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3334">#3334</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump commons-io:commons-io from 2.21.0 to 2.22.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3350">#3350</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-surefire/commit/25ea054860a5c1e5932b360d8aa0a31944c2b841"><code>25ea054</code></a> [maven-release-plugin] prepare release surefire-3.5.6</li>
<li><a href="https://github.com/apache/maven-surefire/commit/e5f374ccdefd5b40d75e0072a754708183d9ec5e"><code>e5f374c</code></a> Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3</li>
<li><a href="https://github.com/apache/maven-surefire/commit/dadd55b7a6a3a0336c253413f68c4f08092328c2"><code>dadd55b</code></a> Issue <a href="https://redirect.github.com/apache/maven-surefire/issues/2613">#2613</a> Debugging failsafe tests: Message 'Listening for transport dt_soc...</li>
<li><a href="https://github.com/apache/maven-surefire/commit/39dd250a44f1f2f1f18ea1881d78ac341222ea97"><code>39dd250</code></a> Bump commons-io:commons-io from 2.21.0 to 2.22.0</li>
<li><a href="https://github.com/apache/maven-surefire/commit/27742739c8cc6e4676611ac4bfe42870f74fd0f3"><code>2774273</code></a> Ensure that the statistics filename is calculated only once. (<a href="https://redirect.github.com/apache/maven-surefire/issues/3326">#3326</a>) (<a href="https://redirect.github.com/apache/maven-surefire/issues/3327">#3327</a>)</li>
<li><a href="https://github.com/apache/maven-surefire/commit/0d5df8a3b4606622a67922405488d4b182409893"><code>0d5df8a</code></a> 3.5.x/bug/cherry pick embedded mode its (<a href="https://redirect.github.com/apache/maven-surefire/issues/3328">#3328</a>)</li>
<li><a href="https://github.com/apache/maven-surefire/commit/04ad9a293f5cee5e95c5cd5a2e751723be66deff"><code>04ad9a2</code></a> Use surefire 3.5.5 by project itself for testing</li>
<li><a href="https://github.com/apache/maven-surefire/commit/37e8f694c18ca664a8e45e934a43d4870e799c45"><code>37e8f69</code></a> Add <code>flakes</code> attribute to use in <code>testsuite</code> report (<a href="https://redirect.github.com/apache/maven-surefire/issues/3306">#3306</a>) (<a href="https://redirect.github.com/apache/maven-surefire/issues/3308">#3308</a>)</li>
<li><a href="https://github.com/apache/maven-surefire/commit/a970fefe4dbc173acacf79389d812f91f6ef027a"><code>a970fef</code></a> Introduce reportTestTimestamp option and include timestamp for test sets and ...</li>
<li><a href="https://github.com/apache/maven-surefire/commit/e838393bbb127a7798d13283b9af7cfa0afec3a8"><code>e838393</code></a> deploy 3.5.x branch to nexus</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-surefire/compare/surefire-3.5.5...surefire-3.5.6">compare view</a></li>
</ul>
</details>
<br />

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.5 to 3.5.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/apache/maven-surefire/releases">org.apache.maven.plugins:maven-failsafe-plugin's releases</a>.</em></p>
<blockquote>
<h2>3.5.6</h2>
<!-- raw HTML omitted -->
<h2>🚀 New features and improvements</h2>
<ul>
<li>Introduce reportTestTimestamp option and include timestamp for test sets and test cases (<a href="https://redirect.github.com/apache/maven-surefire/issues/3261">#3261</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3302">#3302</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Issue <a href="https://redirect.github.com/apache/maven-surefire/issues/2613">#2613</a> Debugging failsafe tests: Message 'Listening for transport dt_socket at address' is not displayed anymore when using maven.surefire.debug (<a href="https://redirect.github.com/apache/maven-surefire/issues/3353">#3353</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3354">#3354</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
<li>Ensure that the statistics filename is calculated only once. (<a href="https://redirect.github.com/apache/maven-surefire/issues/3326">#3326</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3327">#3327</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
<li>Add <code>flakes</code> attribute to use in <code>testsuite</code> report (<a href="https://redirect.github.com/apache/maven-surefire/issues/3306">#3306</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3308">#3308</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
<li>[BACKPORT 3.5.x] <a href="https://issues.apache.org/jira/browse/SUREFIRE-2049">[SUREFIRE-2049]</a> - Fix SHUTDOWN type lost during command serialization. (<a href="https://redirect.github.com/apache/maven-surefire/issues/3270">#3270</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3289">#3289</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
<li>fix: null guard for context map (<a href="https://redirect.github.com/apache/maven-surefire/issues/3269">#3269</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3272">#3272</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li>3.5.x/bug/cherry pick embedded mode its (<a href="https://redirect.github.com/apache/maven-surefire/pull/3328">#3328</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
<li>Use surefire 3.5.5 by project itself for testing (<a href="https://redirect.github.com/apache/maven-surefire/pull/3324">#3324</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li>Follow Oracle javadoc guidelines (<a href="https://redirect.github.com/apache/maven-surefire/pull/3177">#3177</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3334">#3334</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump commons-io:commons-io from 2.21.0 to 2.22.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3350">#3350</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-surefire/commit/25ea054860a5c1e5932b360d8aa0a31944c2b841"><code>25ea054</code></a> [maven-release-plugin] prepare release surefire-3.5.6</li>
<li><a href="https://github.com/apache/maven-surefire/commit/e5f374ccdefd5b40d75e0072a754708183d9ec5e"><code>e5f374c</code></a> Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3</li>
<li><a href="https://github.com/apache/maven-surefire/commit/dadd55b7a6a3a0336c253413f68c4f08092328c2"><code>dadd55b</code></a> Issue <a href="https://redirect.github.com/apache/maven-surefire/issues/2613">#2613</a> Debugging failsafe tests: Message 'Listening for transport dt_soc...</li>
<li><a href="https://github.com/apache/maven-surefire/commit/39dd250a44f1f2f1f18ea1881d78ac341222ea97"><code>39dd250</code></a> Bump commons-io:commons-io from 2.21.0 to 2.22.0</li>
<li><a href="https://github.com/apache/maven-surefire/commit/27742739c8cc6e4676611ac4bfe42870f74fd0f3"><code>2774273</code></a> Ensure that the statistics filename is calculated only once. (<a href="https://redirect.github.com/apache/maven-surefire/issues/3326">#3326</a>) (<a href="https://redirect.github.com/apache/maven-surefire/issues/3327">#3327</a>)</li>
<li><a href="https://github.com/apache/maven-surefire/commit/0d5df8a3b4606622a67922405488d4b182409893"><code>0d5df8a</code></a> 3.5.x/bug/cherry pick embedded mode its (<a href="https://redirect.github.com/apache/maven-surefire/issues/3328">#3328</a>)</li>
<li><a href="https://github.com/apache/maven-surefire/commit/04ad9a293f5cee5e95c5cd5a2e751723be66deff"><code>04ad9a2</code></a> Use surefire 3.5.5 by project itself for testing</li>
<li><a href="https://github.com/apache/maven-surefire/commit/37e8f694c18ca664a8e45e934a43d4870e799c45"><code>37e8f69</code></a> Add <code>flakes</code> attribute to use in <code>testsuite</code> report (<a href="https://redirect.github.com/apache/maven-surefire/issues/3306">#3306</a>) (<a href="https://redirect.github.com/apache/maven-surefire/issues/3308">#3308</a>)</li>
<li><a href="https://github.com/apache/maven-surefire/commit/a970fefe4dbc173acacf79389d812f91f6ef027a"><code>a970fef</code></a> Introduce reportTestTimestamp option and include timestamp for test sets and ...</li>
<li><a href="https://github.com/apache/maven-surefire/commit/e838393bbb127a7798d13283b9af7cfa0afec3a8"><code>e838393</code></a> deploy 3.5.x branch to nexus</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-surefire/compare/surefire-3.5.5...surefire-3.5.6">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 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>

Fixes #2058

COPYBARA_INTEGRATE_REVIEW=#2058 from google:dependabot/maven/value/dependencies-b508cd4fc6 d2decc8
PiperOrigin-RevId: 923113673
@copybara-service copybara-service Bot merged commit c43d81a into main May 29, 2026
1 check passed
@copybara-service copybara-service Bot deleted the test_923059550 branch May 29, 2026 02:40
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.

0 participants