Commit 295f28c
Bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [com.google.errorprone:error_prone_core](https://github.com/google/error-prone), [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin) and [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin).
Updates `com.google.errorprone:error_prone_core` from 2.44.0 to 2.45.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/google/error-prone/releases">com.google.errorprone:error_prone_core's releases</a>.</em></p>
<blockquote>
<h2>Error Prone 2.45.0</h2>
<p>Changes:</p>
<ul>
<li>Improved compatibility with latest JDK 26 EA builds.</li>
</ul>
<p>New checks:</p>
<ul>
<li><a href="https://errorprone.info/bugpattern/AssertSameIncompatible"><code>AssertSameIncompatible</code></a>: Detect calls to <code>assertSame</code> and similar assertions, where the calls are guaranteed to either succeed or fail.</li>
<li><a href="https://errorprone.info/bugpattern/FormatStringShouldUsePlaceholders"><code>FormatStringShouldUsePlaceholders</code></a>: Suggests using a format string instead of string concatenation operations on format methods</li>
</ul>
<p>Closed issues: <a href="https://redirect.github.com/google/error-prone/issues/5335">#5335</a></p>
<p>Full changelog: <a href="https://github.com/google/error-prone/compare/v2.44.0...v2.45.0">https://github.com/google/error-prone/compare/v2.44.0...v2.45.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/error-prone/commit/c8628153f52db4c8b394cee8fd9f6d84a8580324"><code>c862815</code></a> Release Error Prone 2.45.0</li>
<li><a href="https://github.com/google/error-prone/commit/7027d9fe2497b64d422504b5d8257094d92c3a1a"><code>7027d9f</code></a> Add negative test cases for AlwaysThrows with non-literal arguments.</li>
<li><a href="https://github.com/google/error-prone/commit/8669adb446b2238d7b0d47e65a8a243fd47a61d9"><code>8669adb</code></a> Fix parameter name handling of enum constructor arguments</li>
<li><a href="https://github.com/google/error-prone/commit/679c4ac6b8efc1c69af30d189ee3dc5cc85ef899"><code>679c4ac</code></a> Update end position handling</li>
<li><a href="https://github.com/google/error-prone/commit/dc1279e18ca7a0f1cdcde655493544f6f78130c4"><code>dc1279e</code></a> AssertSameIncompatible: flag calls to assertSame/etc where the calls are guar...</li>
<li><a href="https://github.com/google/error-prone/commit/24387de909663f326ac77e65304c61daa88445ba"><code>24387de</code></a> Internal change</li>
<li><a href="https://github.com/google/error-prone/commit/5300dc6e1fac4557cda82b6a1f91366bba90dc0f"><code>5300dc6</code></a> Disable an InvalidLink test for a javadoc bug on JDK >= 26</li>
<li><a href="https://github.com/google/error-prone/commit/75dcd539caf58e2daa4598bb9b72fc9a3b7afdc9"><code>75dcd53</code></a> Fix the Optional wrapping in the description of NonCanonicalStaticMemberImport.</li>
<li><a href="https://github.com/google/error-prone/commit/10f54242b4a6a5e7055a7a94faec78bf20206d39"><code>10f5424</code></a> FormatStringShouldUsePlaceholders shouldn't rewrite calls with a pass-through...</li>
<li><a href="https://github.com/google/error-prone/commit/3ef3d7921be1bd9b6394ae018570f50a645240e6"><code>3ef3d79</code></a> The verb form of "recursion" is "to recur", not "to recurse". Quoting my CS p...</li>
<li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.44.0...v2.45.0">compare view</a></li>
</ul>
</details>
<br />
Updates `org.apache.maven.plugins:maven-resources-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-resources-plugin/releases">org.apache.maven.plugins:maven-resources-plugin's releases</a>.</em></p>
<blockquote>
<h2>3.4.0</h2>
<!-- raw HTML omitted -->
<h2>🚀 New features and improvements</h2>
<ul>
<li>Enable GitHub Issues (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/98">#98</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li>
</ul>
<h2>📝 Documentation updates</h2>
<ul>
<li><a href="https://issues.apache.org/jira/browse/MNGSITE-529">[MNGSITE-529]</a> - Rename "Goals" to "Plugin Documentation" (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/89">#89</a>) <a href="https://github.com/Bukama"><code>@Bukama</code></a></li>
<li><a href="https://issues.apache.org/jira/browse/MRESOURCES-299">[MRESOURCES-299]</a> - Be more accurate on using filtering element (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/80">#80</a>) <a href="https://github.com/pzygielo"><code>@pzygielo</code></a></li>
<li>Don't bother with very old versions (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/59">#59</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li>Migrate site to Doxia 2 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/440">#440</a>) <a href="https://github.com/slachiewicz"><code>@slachiewicz</code></a></li>
<li>Bump Maven to 3.9.11 while keep prerequisites on 3.6.3 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/437">#437</a>) <a href="https://github.com/slachiewicz"><code>@slachiewicz</code></a></li>
<li><code>PlexusFileUtils</code> Refaster recipes (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/431">#431</a>) <a href="https://github.com/slachiewicz"><code>@slachiewicz</code></a></li>
<li>Add PR Automation action (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/94">#94</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li>
<li>Improve release-drafter configuration (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/93">#93</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li>
<li>Bump org.apache.maven.plugins:maven-plugins from 39 to 41 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/64">#64</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Add dependency to slf4j-simple for test scope (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/60">#60</a>) <a href="https://github.com/slachiewicz"><code>@slachiewicz</code></a></li>
<li>Use try with resources in integration test (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/58">#58</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li>
<li>reduce dependency scope of plexus-utils and commons-io (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/57">#57</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/439">#439</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven.resolver:maven-resolver-api from 1.6.3 to 1.9.24 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/413">#413</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump Maven to 3.9.11 while keep prerequisites on 3.6.3 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/437">#437</a>) <a href="https://github.com/slachiewicz"><code>@slachiewicz</code></a></li>
<li>Bump org.codehaus.plexus:plexus-interpolation from 1.28 to 1.29 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/432">#432</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump m-invoker-p to 3.9.1 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/433">#433</a>) <a href="https://github.com/slachiewicz"><code>@slachiewicz</code></a></li>
<li>Bump org.apache.maven.plugins:maven-plugins from 43 to 45 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/411">#411</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.codehaus.plexus:plexus-interpolation from 1.27 to 1.28 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/114">#114</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-resources-plugin/pull/430">#430</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/422">#422</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-resources-plugin/pull/419">#419</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/416">#416</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump commons-io:commons-io from 2.18.0 to 2.19.0 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/117">#117</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven.shared:maven-filtering from 3.3.2 to 3.4.0 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/107">#107</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump commons-io:commons-io from 2.16.0 to 2.18.0 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/102">#102</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/104">#104</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven.plugins:maven-plugins from 41 to 43 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/101">#101</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li><a href="https://issues.apache.org/jira/browse/MRESOURCES-305">[MRESOURCES-305]</a> - Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.0 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/65">#65</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li><a href="https://issues.apache.org/jira/browse/MRESOURCES-304">[MRESOURCES-304]</a> - Bump org.codehaus.plexus:plexus-interpolation from 1.26 to 1.27 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/66">#66</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li><a href="https://issues.apache.org/jira/browse/MRESOURCES-303">[MRESOURCES-303]</a> - Bump org.apache.maven.shared:maven-filtering from 3.3.1 to 3.3.2 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/68">#68</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.14.0 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/62">#62</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li><a href="https://issues.apache.org/jira/browse/MRESOURCES-302">[MRESOURCES-302]</a> - Bump commons-io:commons-io from 2.11.0 to 2.16.0 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/69">#69</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump apache/maven-gh-actions-shared from 3 to 4 (<a href="https://redirect.github.com/apache/maven-resources-plugin/pull/67">#67</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-resources-plugin/commit/b07d56e2b1c400da89d5ed0e6fa4e0466b240457"><code>b07d56e</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li><a href="https://github.com/apache/maven-resources-plugin/commit/21e646c515ab47aab352c88e0f1f34ee4cc9baf5"><code>21e646c</code></a> [maven-release-plugin] prepare release maven-resources-plugin-3.4.0</li>
<li><a href="https://github.com/apache/maven-resources-plugin/commit/61801afa926f55bbfaea3f264dda5883e065ac08"><code>61801af</code></a> Migrate site to Doxia 2</li>
<li><a href="https://github.com/apache/maven-resources-plugin/commit/146ebb836bb22a8a62ef0f7ed1c832216802b970"><code>146ebb8</code></a> Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 (<a href="https://redirect.github.com/apache/maven-resources-plugin/issues/439">#439</a>)</li>
<li><a href="https://github.com/apache/maven-resources-plugin/commit/50136823b1b37f3c7b3ce0c59088b1dcffc85643"><code>5013682</code></a> Bump org.apache.maven.resolver:maven-resolver-api from 1.6.3 to 1.9.24</li>
<li><a href="https://github.com/apache/maven-resources-plugin/commit/d7c4d28d06ddf400f3a30a167c24e8f4f9c76cc4"><code>d7c4d28</code></a> Bump Maven to 3.9.11 while keep prerequisites on 3.6.3</li>
<li><a href="https://github.com/apache/maven-resources-plugin/commit/e33f1ec98b6ab5a196d059984cc3e031cf058fd9"><code>e33f1ec</code></a> Bump org.codehaus.plexus:plexus-interpolation from 1.28 to 1.29</li>
<li><a href="https://github.com/apache/maven-resources-plugin/commit/ce77f50595fbb5982934161fdc09ae5ed0d06f9e"><code>ce77f50</code></a> Bump m-invoker-p to 3.9.1</li>
<li><a href="https://github.com/apache/maven-resources-plugin/commit/726f429ceea95e3ebe6187af52ed7bd80e0c6150"><code>726f429</code></a> Bump org.apache.maven.plugins:maven-plugins from 43 to 45</li>
<li><a href="https://github.com/apache/maven-resources-plugin/commit/a747baef61870a08fecfa326979bf0f1fcf39226"><code>a747bae</code></a> <code>PlexusFileUtils</code> Refaster recipes</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-resources-plugin/compare/maven-resources-plugin-3.3.1...v3.4.0">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 "Goals" to "Plugin Documentation" (<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 "[maven-release-plugin] prepare for next development iteration"</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 />
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>
Fixes #456
COPYBARA_INTEGRATE_REVIEW=#456 from google:dependabot/maven/dependencies-d6003ce263 ef0c4b8
PiperOrigin-RevId: 8388070371 parent d43b5b9 commit 295f28c
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments