Skip to content

Bump the dependencies group with 2 updates - #558

Merged
copybara-service[bot] merged 1 commit into
mainfrom
test_977832725
Sep 8, 2026
Merged

Bump the dependencies group with 2 updates#558
copybara-service[bot] merged 1 commit into
mainfrom
test_977832725

Conversation

@copybara-service

Copy link
Copy Markdown

Bump the dependencies group with 2 updates

Bumps the dependencies group with 2 updates: org.apache.maven.plugins:maven-compiler-plugin and org.apache.maven.plugins:maven-surefire-plugin.

Updates org.apache.maven.plugins:maven-compiler-plugin from 3.15.0 to 3.16.0

Release notes

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

3.16.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

Commits
  • e7bba6e [maven-release-plugin] prepare release maven-compiler-plugin-3.16.0
  • c906809 Avoid using deprecated method CompilerConfiguration.setCompilerVersion
  • ad74fee Replace adopt-openj9 by semeru JDK distribution on GH
  • beb0eda Recompile when dependencies change (#1102)
  • a0b689e [MCOMPILER-578] Track outputs across compiler executions (#1091)
  • 2e81228 Fix incremental detection of empty sources, 3.x (#1075)
  • 2132f5b configure ATR project
  • 5992b77 Build fails when annotation processor list is empty (but present) (#1077)
  • acccef7 Bump plexusCompilerVersion from 2.16.2 to 2.17.0
  • 72bc445 Bump org.codehaus.plexus:plexus-java from 1.5.2 to 1.6.0
  • Additional commits viewable in compare view

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

Release notes

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

3.6.0

Please refer to the main page for what's new https://maven.apache.org/surefire/ And the migration page https://maven.apache.org/surefire/maven-surefire-plugin/whats-new-3-6-0.html

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

... (truncated)

Commits
  • 0ff622b [maven-release-plugin] prepare release surefire-3.6.0
  • bb3932a Let's go for 3.6.0 release
  • 3002a16 Bump mavenVersion from 3.9.14 to 3.9.16
  • 61a531d Bump Maven parent version from 47 to 49 (#3449)
  • e52ead4 [SUREFIRE-523] Link all reported tests to source XRef (#3445)
  • 45102fa [SUREFIRE-3446] Fix direct selection of JUnit Jupiter @​Nested classes (#3447)
  • b2e1f70 Fix #3303: distinguish JUnit 6 ParameterizedClass invocations (#3432)
  • c051938 Discover tests in a fork when a toolchain JDK is used (#3444)
  • db75df8 Bump org.codehaus.plexus:plexus-java from 1.5.2 to 1.6.0 (#3441)
  • 77f2759 Bump org.codehaus.plexus:plexus-interpolation from 1.29 to 1.30.0
  • 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 #557

FUTURE_COPYBARA_INTEGRATE_REVIEW=#557 from google:dependabot/maven/dependencies-0445f9bf55 38088cd

Bumps the dependencies group with 2 updates: [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) and [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire).

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.15.0 to 3.16.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/apache/maven-compiler-plugin/releases">org.apache.maven.plugins:maven-compiler-plugin's releases</a>.</em></p>
<blockquote>
<h2>3.16.0</h2>
<!-- raw HTML omitted -->
<h2>🚀 New features and improvements</h2>
<ul>
<li>Recompile when dependencies change (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1102">#1102</a>) <a href="https://github.com/wilx"><code>@​wilx</code></a></li>
<li>Fix incremental detection of empty sources, 3.x (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1075">#1075</a>) <a href="https://github.com/wilx"><code>@​wilx</code></a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li><a href="https://issues.apache.org/jira/browse/MCOMPILER-578">[MCOMPILER-578]</a> - Track outputs across compiler executions (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1091">#1091</a>) <a href="https://github.com/wilx"><code>@​wilx</code></a></li>
<li>Build fails when annotation processor list is empty (but present) (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1077">#1077</a>) <a href="https://github.com/wilx"><code>@​wilx</code></a></li>
<li><a href="https://issues.apache.org/jira/browse/MCOMPILER-374">[MCOMPILER-374]</a> - Unable to compile MR-JAR code against older directories when module-info.java is present (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1093">#1093</a>) <a href="https://github.com/wilx"><code>@​wilx</code></a></li>
<li>Make mcompiler-120 IT locale independent (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1063">#1063</a>) <a href="https://github.com/anilvdl"><code>@​anilvdl</code></a></li>
</ul>
<h2>📝 Documentation updates</h2>
<ul>
<li><a href="https://issues.apache.org/jira/browse/MCOMPILER-569">[MCOMPILER-569]</a> - Document implicitly compiled excluded sources (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1092">#1092</a>) <a href="https://github.com/wilx"><code>@​wilx</code></a></li>
<li>Add AGENTS.md + SECURITY.md security-model pointer for scanner discoverability (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1074">#1074</a>) <a href="https://github.com/potiuk"><code>@​potiuk</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li>Avoid using deprecated method CompilerConfiguration.setCompilerVersion (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1121">#1121</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li>Replace adopt-openj9 by semeru JDK distribution on GH (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1122">#1122</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li>Port the site documentation from APT to Markdown (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1110">#1110</a>) <a href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li>
<li>Verify against Maven 4.0.0-rc-6 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1105">#1105</a>) <a href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li>
<li>Fix tests on Jenkins (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1100">#1100</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li>Add AGENTS.md + SECURITY.md security-model pointer for scanner discoverability (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1074">#1074</a>) <a href="https://github.com/potiuk"><code>@​potiuk</code></a></li>
<li>Refactor compiler mojo to use dependency injection and improve string… (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1066">#1066</a>) <a href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li>
<li>Fix ITs for Maven 3.10.x (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1061">#1061</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li>Update maven-surefire-plugin version to 3.x in the MCOMPILER-481 IT (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1035">#1035</a>) <a href="https://github.com/cdouillard"><code>@​cdouillard</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Bump plexusCompilerVersion from 2.16.2 to 2.17.0 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1112">#1112</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.codehaus.plexus:plexus-java from 1.5.2 to 1.6.0 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1113">#1113</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>use latest Maven 4 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1045">#1045</a>) <a href="https://github.com/hboutemy"><code>@​hboutemy</code></a></li>
<li>Bump apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml from 4 to 5 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1083">#1083</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml from 4 to 5 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1082">#1082</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml from 4 to 5 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1084">#1084</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven.plugins:maven-plugins from 48 to 49 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1068">#1068</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven.plugins:maven-invoker-plugin from 3.9.1 to 3.10.1 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1047">#1047</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven.plugins:maven-plugins from 47 to 48 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1050">#1050</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump mavenVersion from 3.9.14 to 3.9.16 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1054">#1054</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.ow2.asm:asm from 9.10 to 9.10.1 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1059">#1059</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.ow2.asm:asm from 9.9.1 to 9.10 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1053">#1053</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump mavenVersion from 3.9.13 to 3.9.14 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1041">#1041</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump mavenVersion from 3.9.12 to 3.9.13 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1038">#1038</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.5.0 to 3.5.1 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/1032">#1032</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-compiler-plugin/commit/e7bba6ed5f9c17003d5c5d1413144bb214177408"><code>e7bba6e</code></a> [maven-release-plugin] prepare release maven-compiler-plugin-3.16.0</li>
<li><a href="https://github.com/apache/maven-compiler-plugin/commit/c906809e0c0b2c79e8a03165cb942f152a911416"><code>c906809</code></a> Avoid using deprecated method CompilerConfiguration.setCompilerVersion</li>
<li><a href="https://github.com/apache/maven-compiler-plugin/commit/ad74fee36865d7a1752c9b96ff9a9e702565fdb3"><code>ad74fee</code></a> Replace adopt-openj9 by semeru JDK distribution on GH</li>
<li><a href="https://github.com/apache/maven-compiler-plugin/commit/beb0eda2100e77d3f01bf4cc89edd5b721411f63"><code>beb0eda</code></a> Recompile when dependencies change (<a href="https://redirect.github.com/apache/maven-compiler-plugin/issues/1102">#1102</a>)</li>
<li><a href="https://github.com/apache/maven-compiler-plugin/commit/a0b689e0e7f13d3a7dded7847a807fe6453e0358"><code>a0b689e</code></a> [MCOMPILER-578] Track outputs across compiler executions (<a href="https://redirect.github.com/apache/maven-compiler-plugin/issues/1091">#1091</a>)</li>
<li><a href="https://github.com/apache/maven-compiler-plugin/commit/2e8122841d9b10d2d83a90cc07530d7a09eebc47"><code>2e81228</code></a> Fix incremental detection of empty sources, 3.x (<a href="https://redirect.github.com/apache/maven-compiler-plugin/issues/1075">#1075</a>)</li>
<li><a href="https://github.com/apache/maven-compiler-plugin/commit/2132f5bf0cbfcde26301084c4833f1a9420f1baf"><code>2132f5b</code></a> configure ATR project</li>
<li><a href="https://github.com/apache/maven-compiler-plugin/commit/5992b772033a7488767c4b3aa806f080eba96593"><code>5992b77</code></a> Build fails when annotation processor list is empty (but present) (<a href="https://redirect.github.com/apache/maven-compiler-plugin/issues/1077">#1077</a>)</li>
<li><a href="https://github.com/apache/maven-compiler-plugin/commit/acccef703e5491c29c6dd9e8381677d3e7927589"><code>acccef7</code></a> Bump plexusCompilerVersion from 2.16.2 to 2.17.0</li>
<li><a href="https://github.com/apache/maven-compiler-plugin/commit/72bc4454dfdcd1c3551137e5b27560f88b4480ae"><code>72bc445</code></a> Bump org.codehaus.plexus:plexus-java from 1.5.2 to 1.6.0</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.15.0...maven-compiler-plugin-3.16.0">compare view</a></li>
</ul>
</details>
<br />

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.6 to 3.6.0
<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.6.0</h2>
<!-- raw HTML omitted -->
<p>Please refer to the main page for what's new <a href="https://maven.apache.org/surefire/">https://maven.apache.org/surefire/</a>
And the migration page <a href="https://maven.apache.org/surefire/maven-surefire-plugin/whats-new-3-6-0.html">https://maven.apache.org/surefire/maven-surefire-plugin/whats-new-3-6-0.html</a></p>
<h2>🚀 New features and improvements</h2>
<ul>
<li>Fix <a href="https://redirect.github.com/apache/maven-surefire/issues/3303">#3303</a>: distinguish JUnit 6 ParameterizedClass invocations (<a href="https://redirect.github.com/apache/maven-surefire/pull/3432">#3432</a>) <a href="https://github.com/AzazelSensei"><code>@​AzazelSensei</code></a></li>
<li><a href="https://issues.apache.org/jira/browse/SUREFIRE-1639">[SUREFIRE-1639]</a> - Add ability to configure JUnit 5 TestExecutionListener (<a href="https://redirect.github.com/apache/maven-surefire/pull/3438">#3438</a>) <a href="https://github.com/pan3793"><code>@​pan3793</code></a></li>
<li>Issue <a href="https://redirect.github.com/apache/maven-surefire/issues/838">#838</a> Implement extension point to run diagnosis tools when forked JVM times out (<a href="https://redirect.github.com/apache/maven-surefire/pull/3372">#3372</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
<li><a href="https://issues.apache.org/jira/browse/SUREFIRE-2148">[SUREFIRE-2148]</a> - Verify recovered BeforeAll does not fail build (<a href="https://redirect.github.com/apache/maven-surefire/pull/3419">#3419</a>) <a href="https://github.com/wilx"><code>@​wilx</code></a></li>
<li><a href="https://issues.apache.org/jira/browse/SUREFIRE-823">[SUREFIRE-823]</a> - Decouple -DskipTests from Failsafe plugin (<a href="https://redirect.github.com/apache/maven-surefire/pull/3371">#3371</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
<li>Use StackWalker in StackTraceProvider when available (Java 9+) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3374">#3374</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
<li>[Issue-3380] Send sourceQualifiedName to forked clients (<a href="https://redirect.github.com/apache/maven-surefire/issues/3380">#3380</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3381">#3381</a>) <a href="https://github.com/fabriciorby"><code>@​fabriciorby</code></a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li><a href="https://issues.apache.org/jira/browse/SUREFIRE-523">[SUREFIRE-523]</a> - Link all reported tests to source XRef (<a href="https://redirect.github.com/apache/maven-surefire/pull/3445">#3445</a>) <a href="https://github.com/wilx"><code>@​wilx</code></a></li>
<li><a href="https://issues.apache.org/jira/browse/SUREFIRE-3446">[SUREFIRE-3446]</a> - Fix direct selection of JUnit Jupiter <a href="https://github.com/Nested"><code>@​Nested</code></a> classes (<a href="https://redirect.github.com/apache/maven-surefire/pull/3447">#3447</a>) <a href="https://github.com/wilx"><code>@​wilx</code></a></li>
<li>Discover tests in a fork when a toolchain JDK is used (<a href="https://redirect.github.com/apache/maven-surefire/pull/3444">#3444</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
<li>[SUREFIRE-2239, SUREFIRE-2241, SUREFIRE-2260, SUREFIRE-2274, SUREFIRE-2300] Preserve JUnit Platform test identity across reruns (<a href="https://redirect.github.com/apache/maven-surefire/pull/3418">#3418</a>) <a href="https://github.com/wilx"><code>@​wilx</code></a></li>
<li>Fix <a href="https://redirect.github.com/apache/maven-surefire/issues/3428">#3428</a>: resolve parents via TestPlan.getParent for pre-1.8 platforms (<a href="https://redirect.github.com/apache/maven-surefire/pull/3429">#3429</a>) <a href="https://github.com/kalayciburak"><code>@​kalayciburak</code></a></li>
<li><a href="https://issues.apache.org/jira/browse/SUREFIRE-859">[SUREFIRE-859]</a> - Make random test order reproducible (<a href="https://redirect.github.com/apache/maven-surefire/pull/3421">#3421</a>) <a href="https://github.com/wilx"><code>@​wilx</code></a></li>
<li>[SUREFIRE-862, SUREFIRE-3178] Handle missing Failsafe summary files (<a href="https://redirect.github.com/apache/maven-surefire/pull/3417">#3417</a>) <a href="https://github.com/wilx"><code>@​wilx</code></a></li>
<li>fix: report AfterAll/AfterClass exceptions as errors again (<a href="https://redirect.github.com/apache/maven-surefire/issues/3412">#3412</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3413">#3413</a>) <a href="https://github.com/arimu1"><code>@​arimu1</code></a></li>
<li>Fixes <a href="https://redirect.github.com/apache/maven-surefire/issues/3264">#3264</a> : tests inside <a href="https://github.com/Suite"><code>@​Suite</code></a> incorrectly classified as flakes (<a href="https://redirect.github.com/apache/maven-surefire/pull/3342">#3342</a>) <a href="https://github.com/mirkoalicastro"><code>@​mirkoalicastro</code></a></li>
<li>Fix Windows flake in CommandChannelDecoderTest (<a href="https://redirect.github.com/apache/maven-surefire/pull/3400">#3400</a>) <a href="https://github.com/ascheman"><code>@​ascheman</code></a></li>
<li>Fix reportNameSuffix in XML testcase classname (<a href="https://redirect.github.com/apache/maven-surefire/pull/3379">#3379</a>) <a href="https://github.com/goutamadwant"><code>@​goutamadwant</code></a></li>
<li>Fix: resolve relative classpath elements against the fork's working dir (<a href="https://redirect.github.com/apache/maven-surefire/pull/3333">#3333</a>) <a href="https://github.com/cwegener-79"><code>@​cwegener-79</code></a></li>
</ul>
<h2>📝 Documentation updates</h2>
<ul>
<li>Magnify the home, well at least have something rather than nothing :) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3377">#3377</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
<li>Restore the straight quotes the FAQ conversion turned typographic (<a href="https://redirect.github.com/apache/maven-surefire/pull/3425">#3425</a>) <a href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li>
<li>Restore the table borders lost in the APT conversion (<a href="https://redirect.github.com/apache/maven-surefire/pull/3424">#3424</a>) <a href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li>
<li>Convert the FAQ from FML to Markdown (<a href="https://redirect.github.com/apache/maven-surefire/pull/3423">#3423</a>) <a href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li>
<li>Convert the remaining site documentation from APT to Markdown (<a href="https://redirect.github.com/apache/maven-surefire/pull/3422">#3422</a>) <a href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li>
<li>javadoc: clarify statelessTestsetReporter, consoleOutputReporter, (<a href="https://redirect.github.com/apache/maven-surefire/pull/3410">#3410</a>) <a href="https://github.com/joshinii"><code>@​joshinii</code></a></li>
<li>Add AGENTS.md + SECURITY.md security-model pointer for scanner discoverability (<a href="https://redirect.github.com/apache/maven-surefire/pull/3387">#3387</a>) <a href="https://github.com/potiuk"><code>@​potiuk</code></a></li>
<li>Update documentation we support Junit 6 as well :) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3370">#3370</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li>Stop dependabot from updating test fixtures (<a href="https://redirect.github.com/apache/maven-surefire/pull/3440">#3440</a>) <a href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li>
<li>Migrate legacy plugin Javadoc annotations (<a href="https://redirect.github.com/apache/maven-surefire/pull/3416">#3416</a>) <a href="https://github.com/wilx"><code>@​wilx</code></a></li>
<li>Use the resolver's own HTTP transport in the report plugin tests (<a href="https://redirect.github.com/apache/maven-surefire/pull/3414">#3414</a>) <a href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li>
<li>Pin maven-jar-plugin 3.5.1 in modular IT fixtures (<a href="https://redirect.github.com/apache/maven-surefire/pull/3398">#3398</a>) <a href="https://github.com/ascheman"><code>@​ascheman</code></a></li>
<li>Add AGENTS.md + SECURITY.md security-model pointer for scanner discoverability (<a href="https://redirect.github.com/apache/maven-surefire/pull/3387">#3387</a>) <a href="https://github.com/potiuk"><code>@​potiuk</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-surefire/commit/0ff622b160253f362511a72d29a1f8067631f9d3"><code>0ff622b</code></a> [maven-release-plugin] prepare release surefire-3.6.0</li>
<li><a href="https://github.com/apache/maven-surefire/commit/bb3932a10a9706df70cf8095e2402348b7a64f0b"><code>bb3932a</code></a> Let's go for 3.6.0 release</li>
<li><a href="https://github.com/apache/maven-surefire/commit/3002a1648cc8092dbd80492aa00509c825fd58e7"><code>3002a16</code></a> Bump mavenVersion from 3.9.14 to 3.9.16</li>
<li><a href="https://github.com/apache/maven-surefire/commit/61a531d5981b0e70f8e88a329150f75501bb73e4"><code>61a531d</code></a> Bump Maven parent version from 47 to 49 (<a href="https://redirect.github.com/apache/maven-surefire/issues/3449">#3449</a>)</li>
<li><a href="https://github.com/apache/maven-surefire/commit/e52ead4cf5075f519578d0053c1ff878dff238f5"><code>e52ead4</code></a> [SUREFIRE-523] Link all reported tests to source XRef (<a href="https://redirect.github.com/apache/maven-surefire/issues/3445">#3445</a>)</li>
<li><a href="https://github.com/apache/maven-surefire/commit/45102fa9f2dfc5bc3d2909798e67358ae33e2d49"><code>45102fa</code></a> [SUREFIRE-3446] Fix direct selection of JUnit Jupiter <a href="https://github.com/Nested"><code>@​Nested</code></a> classes (<a href="https://redirect.github.com/apache/maven-surefire/issues/3447">#3447</a>)</li>
<li><a href="https://github.com/apache/maven-surefire/commit/b2e1f70b24df2d8a6cf1583ca955311184e68022"><code>b2e1f70</code></a> Fix <a href="https://redirect.github.com/apache/maven-surefire/issues/3303">#3303</a>: distinguish JUnit 6 ParameterizedClass invocations (<a href="https://redirect.github.com/apache/maven-surefire/issues/3432">#3432</a>)</li>
<li><a href="https://github.com/apache/maven-surefire/commit/c051938593a29d654b3c1c20d454b9062c3fa3f4"><code>c051938</code></a> Discover tests in a fork when a toolchain JDK is used (<a href="https://redirect.github.com/apache/maven-surefire/issues/3444">#3444</a>)</li>
<li><a href="https://github.com/apache/maven-surefire/commit/db75df85a76abf35346f559fe7f7f020cf6435b6"><code>db75df8</code></a> Bump org.codehaus.plexus:plexus-java from 1.5.2 to 1.6.0 (<a href="https://redirect.github.com/apache/maven-surefire/issues/3441">#3441</a>)</li>
<li><a href="https://github.com/apache/maven-surefire/commit/77f2759d895a4460f917bdaaff7a025454afebe4"><code>77f2759</code></a> Bump org.codehaus.plexus:plexus-interpolation from 1.29 to 1.30.0</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-surefire/compare/surefire-3.5.6...surefire-3.6.0">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 #557

COPYBARA_INTEGRATE_REVIEW=#557 from google:dependabot/maven/dependencies-0445f9bf55 38088cd
PiperOrigin-RevId: 977901562
@copybara-service
copybara-service Bot merged commit fb0fe9c into main Sep 8, 2026
7 checks passed
@copybara-service
copybara-service Bot deleted the test_977832725 branch September 8, 2026 14:33
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