aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
47 hoursGroup all dependabot updates together in the same commit to avoid merge ↵upstream-mainChaoren Lin
conflicts. Also change the interval from daily to weekly so there's only one update commit per triage rotation. See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#configuration-options-for-the-dependabotyml-file for documentation on the configuration options. RELNOTES=n/a PiperOrigin-RevId: 640191662
4 daysBump auto-value.version from 1.10.4 to 1.11.0 in /factorydependabot[bot]
Bumps `auto-value.version` from 1.10.4 to 1.11.0. Updates `com.google.auto.value:auto-value-annotations` from 1.10.4 to 1.11.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/auto/releases">com.google.auto.value:auto-value-annotations's releases</a>.</em></p> <blockquote> <h2>AutoValue 1.11.0</h2> <h2>What's Changed</h2> <ul> <li>AutoValue (including AutoBuilder) no longer bundles the Kotlin metadata API. This may require adding an explicit dependency on <code>org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.9.0</code> or <code>org.jetbrains.kotlin:kotlin-metadata-jvm:2.0.0</code> to client code that uses AutoBuilder to build Kotlin classes. The metadata API has changed from <code>kotlinx.metadata</code> to <code>kotlin.metadata</code>, but AutoBuilder uses reflection to function with either. (260b61ec7)</li> <li>Support for generating Java 7 code has been removed from AutoValue, AutoAnnotation, and AutoBuilder. You must be on at least Java 8, or an Android version with desugaring that allows it to pass for Java 8. 1.10.4 is the last AutoValue version with support for Java 7. (b9142b7cd)</li> <li>AutoBuilder now reports an error if it encounters a <code>@Nullable</code> primitive parameter. Primitive types cannot be <code>null</code>, and should not be annotated for nullness. (7cbdeb43b)</li> <li>Annotations on type parameters, like <code>abstract @Nullable T foo()</code>, are now better propagated to fields and constructor parameters. (92d881ed9)</li> <li>The generated <code>toBuilder()</code> method now says <code>new AutoValue_Foo.Builder(this)</code> rather than just <code>new Builder(this)</code>, to do the right thing if an extension generates its own subclass of <code>Builder</code>. (324470ba2)</li> <li>The &quot;copy constructor&quot; in a generated <code>Builder</code> is no longer private. (6730615c9)</li> <li>Added support for extending AutoValue.Builder with abstract methods. (7d4b020dd)</li> <li>The annotation processors now support all kinds of resource URLs when loading template resources. This change only affects the case where the AutoValue (etc) processors are being invoked in an unusual environment, for example from a GraalVM app. It does not affect code that is merely being compiled for such an environment. (80b0ada75)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/auto/compare/auto-value-1.10.4...auto-value-1.11.0">https://github.com/google/auto/compare/auto-value-1.10.4...auto-value-1.11.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/auto/commit/5e02d6494b03076e7274005507f2be5653e216a0"><code>5e02d64</code></a> Set version number for auto-value-parent to 1.11.0.</li> <li><a href="https://github.com/google/auto/commit/80b0ada7543515d9b8f923a42b42f750eccaf92b"><code>80b0ada</code></a> Support all kinds of resource URLs when loading template resources.</li> <li><a href="https://github.com/google/auto/commit/260b61ec7bac0bcbc0b6af571bf80b8ee45119bd"><code>260b61e</code></a> Use reflection to avoid referencing the Kotlin metadata API directly.</li> <li><a href="https://github.com/google/auto/commit/76be89a76ba534d56d148e627bec17a68e2f3f83"><code>76be89a</code></a> Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.1 to 3.7.0 in /fa...</li> <li><a href="https://github.com/google/auto/commit/c11484e2d7368d9bcc80abd6dd00bfcde39ac533"><code>c11484e</code></a> Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.1 to 3.7.0 in /value</li> <li><a href="https://github.com/google/auto/commit/b21d69db178a779278d3ae77750c59615aed68c4"><code>b21d69d</code></a> Bump kotlin.version from 1.9.24 to 2.0.0 in /value</li> <li><a href="https://github.com/google/auto/commit/e55e60a969e270274c0a4a0f2062d484585eee8c"><code>e55e60a</code></a> Update AutoValue to reflect recent Kotlin Metadata API changes.</li> <li><a href="https://github.com/google/auto/commit/29f739bd59b3b2851115f9ef203bf28cce949940"><code>29f739b</code></a> Bump actions/checkout from 4.1.5 to 4.1.6</li> <li><a href="https://github.com/google/auto/commit/199a72753c786960670a45d069d136e80a71f6b7"><code>199a727</code></a> Bump kotlin.version from 1.9.23 to 1.9.24 in /value</li> <li><a href="https://github.com/google/auto/commit/f2b22e340671f78ffc214b09f30d1ee43c847714"><code>f2b22e3</code></a> Bump actions/checkout from 4.1.4 to 4.1.5</li> <li>Additional commits viewable in <a href="https://github.com/google/auto/compare/auto-value-1.10.4...auto-value-1.11.0">compare view</a></li> </ul> </details> <br /> Updates `com.google.auto.value:auto-value` from 1.10.4 to 1.11.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/auto/releases">com.google.auto.value:auto-value's releases</a>.</em></p> <blockquote> <h2>AutoValue 1.11.0</h2> <h2>What's Changed</h2> <ul> <li>AutoValue (including AutoBuilder) no longer bundles the Kotlin metadata API. This may require adding an explicit dependency on <code>org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.9.0</code> or <code>org.jetbrains.kotlin:kotlin-metadata-jvm:2.0.0</code> to client code that uses AutoBuilder to build Kotlin classes. The metadata API has changed from <code>kotlinx.metadata</code> to <code>kotlin.metadata</code>, but AutoBuilder uses reflection to function with either. (260b61ec7)</li> <li>Support for generating Java 7 code has been removed from AutoValue, AutoAnnotation, and AutoBuilder. You must be on at least Java 8, or an Android version with desugaring that allows it to pass for Java 8. 1.10.4 is the last AutoValue version with support for Java 7. (b9142b7cd)</li> <li>AutoBuilder now reports an error if it encounters a <code>@Nullable</code> primitive parameter. Primitive types cannot be <code>null</code>, and should not be annotated for nullness. (7cbdeb43b)</li> <li>Annotations on type parameters, like <code>abstract @Nullable T foo()</code>, are now better propagated to fields and constructor parameters. (92d881ed9)</li> <li>The generated <code>toBuilder()</code> method now says <code>new AutoValue_Foo.Builder(this)</code> rather than just <code>new Builder(this)</code>, to do the right thing if an extension generates its own subclass of <code>Builder</code>. (324470ba2)</li> <li>The &quot;copy constructor&quot; in a generated <code>Builder</code> is no longer private. (6730615c9)</li> <li>Added support for extending AutoValue.Builder with abstract methods. (7d4b020dd)</li> <li>The annotation processors now support all kinds of resource URLs when loading template resources. This change only affects the case where the AutoValue (etc) processors are being invoked in an unusual environment, for example from a GraalVM app. It does not affect code that is merely being compiled for such an environment. (80b0ada75)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/auto/compare/auto-value-1.10.4...auto-value-1.11.0">https://github.com/google/auto/compare/auto-value-1.10.4...auto-value-1.11.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/auto/commit/5e02d6494b03076e7274005507f2be5653e216a0"><code>5e02d64</code></a> Set version number for auto-value-parent to 1.11.0.</li> <li><a href="https://github.com/google/auto/commit/80b0ada7543515d9b8f923a42b42f750eccaf92b"><code>80b0ada</code></a> Support all kinds of resource URLs when loading template resources.</li> <li><a href="https://github.com/google/auto/commit/260b61ec7bac0bcbc0b6af571bf80b8ee45119bd"><code>260b61e</code></a> Use reflection to avoid referencing the Kotlin metadata API directly.</li> <li><a href="https://github.com/google/auto/commit/76be89a76ba534d56d148e627bec17a68e2f3f83"><code>76be89a</code></a> Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.1 to 3.7.0 in /fa...</li> <li><a href="https://github.com/google/auto/commit/c11484e2d7368d9bcc80abd6dd00bfcde39ac533"><code>c11484e</code></a> Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.1 to 3.7.0 in /value</li> <li><a href="https://github.com/google/auto/commit/b21d69db178a779278d3ae77750c59615aed68c4"><code>b21d69d</code></a> Bump kotlin.version from 1.9.24 to 2.0.0 in /value</li> <li><a href="https://github.com/google/auto/commit/e55e60a969e270274c0a4a0f2062d484585eee8c"><code>e55e60a</code></a> Update AutoValue to reflect recent Kotlin Metadata API changes.</li> <li><a href="https://github.com/google/auto/commit/29f739bd59b3b2851115f9ef203bf28cce949940"><code>29f739b</code></a> Bump actions/checkout from 4.1.5 to 4.1.6</li> <li><a href="https://github.com/google/auto/commit/199a72753c786960670a45d069d136e80a71f6b7"><code>199a727</code></a> Bump kotlin.version from 1.9.23 to 1.9.24 in /value</li> <li><a href="https://github.com/google/auto/commit/f2b22e340671f78ffc214b09f30d1ee43c847714"><code>f2b22e3</code></a> Bump actions/checkout from 4.1.4 to 4.1.5</li> <li>Additional commits viewable in <a href="https://github.com/google/auto/compare/auto-value-1.10.4...auto-value-1.11.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 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> Fixes #1789 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1789 from google:dependabot/maven/factory/auto-value.version-1.11.0 73a7de486ddea3ee721d2f78ae7b280f21eef280 PiperOrigin-RevId: 639601292
6 daysBump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 in /valuedependabot[bot]
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.3 to 3.7.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/2c28b8d90ede19c28ae7b94d07ad0fbb6c23b720"><code>2c28b8d</code></a> [maven-release-plugin] prepare release maven-javadoc-plugin-3.7.0</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/5530d6801179f388db07a2f1f42e4dc9d06bf447"><code>5530d68</code></a> [MJAVADOC-793] java.lang.NullPointerException: Cannot invoke &quot;String.length()...</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/08cf68e7d3e0a6ac2e1cae4a1336878e4f19dd2b"><code>08cf68e</code></a> Revert &quot;Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2&quot;</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/64468220d5d27d3d219c51baf55cdadfcb4fdd48"><code>6446822</code></a> Bump org.apache.maven.shared:maven-invoker from 3.2.0 to 3.3.0</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/49c93adfc132f648dbdc8fe64a7043ec45ba0022"><code>49c93ad</code></a> Bump org.assertj:assertj-core from 3.25.3 to 3.26.0</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/4e720486ab401acfabc616b85a153126960b1370"><code>4e72048</code></a> [MJAVADOC-795] Upgrade to Parent 42 and Maven 3.6.3</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/b55dd967254813dcb51d19bb3c3667bc951590b4"><code>b55dd96</code></a> Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/77ad41087057ae507d1d0e4c834205322227b0db"><code>77ad410</code></a> Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/c21568ad451a622ed6ecefeb9f77d82a1a84bd2a"><code>c21568a</code></a> Bump commons-io:commons-io from 2.16.0 to 2.16.1</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/ded56a90d22dfb53ec99c03fdaf735fb62e1afd7"><code>ded56a9</code></a> Exclude JDK 8 - temurin, adopt-openj9 on macos</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-javadoc-plugin&package-manager=maven&previous-version=3.6.3&new-version=3.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Fixes #1792 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1792 from google:dependabot/maven/value/org.apache.maven.plugins-maven-javadoc-plugin-3.7.0 ed8cbdbaab0153a0f98a84a7953bebeaaa140520 PiperOrigin-RevId: 639210311
6 daysBump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0 in /valuedependabot[bot]
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.3 to 3.6.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-shade-plugin/commit/9a572e232d652a12a2404fe3cbe57fb588a87318"><code>9a572e2</code></a> [maven-release-plugin] prepare release maven-shade-plugin-3.6.0</li> <li><a href="https://github.com/apache/maven-shade-plugin/commit/ade2e359214c4094876b0100c97b9a55aecc4c2e"><code>ade2e35</code></a> [MSHADE-428] Prevent null value in array of transformers (<a href="https://redirect.github.com/apache/maven-shade-plugin/issues/229">#229</a>)</li> <li><a href="https://github.com/apache/maven-shade-plugin/commit/b573b8c498ea12cd2b84edb45be3036d9853d03e"><code>b573b8c</code></a> [MSHADE-478] Extra JARs feature (<a href="https://redirect.github.com/apache/maven-shade-plugin/issues/228">#228</a>)</li> <li><a href="https://github.com/apache/maven-shade-plugin/commit/199ffaecd26a912527173ed4edae366e48a00998"><code>199ffae</code></a> Drop the cruft (<a href="https://redirect.github.com/apache/maven-shade-plugin/issues/225">#225</a>)</li> <li><a href="https://github.com/apache/maven-shade-plugin/commit/912a81d95da870e2384359b2836caca4f2d1299f"><code>912a81d</code></a> Bump maven-gh-actions-shared to v4</li> <li><a href="https://github.com/apache/maven-shade-plugin/commit/80e44203f4ed2169b6186a29a7112aa8ed01c7a3"><code>80e4420</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.5.3...maven-shade-plugin-3.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-shade-plugin&package-manager=maven&previous-version=3.5.3&new-version=3.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Fixes #1791 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1791 from google:dependabot/maven/value/org.apache.maven.plugins-maven-shade-plugin-3.6.0 b86db5c84d552dd440008cc653644c37ab989762 PiperOrigin-RevId: 639210307
6 daysBump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 in ↵dependabot[bot]
/factory Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.3 to 3.7.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/2c28b8d90ede19c28ae7b94d07ad0fbb6c23b720"><code>2c28b8d</code></a> [maven-release-plugin] prepare release maven-javadoc-plugin-3.7.0</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/5530d6801179f388db07a2f1f42e4dc9d06bf447"><code>5530d68</code></a> [MJAVADOC-793] java.lang.NullPointerException: Cannot invoke &quot;String.length()...</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/08cf68e7d3e0a6ac2e1cae4a1336878e4f19dd2b"><code>08cf68e</code></a> Revert &quot;Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2&quot;</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/64468220d5d27d3d219c51baf55cdadfcb4fdd48"><code>6446822</code></a> Bump org.apache.maven.shared:maven-invoker from 3.2.0 to 3.3.0</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/49c93adfc132f648dbdc8fe64a7043ec45ba0022"><code>49c93ad</code></a> Bump org.assertj:assertj-core from 3.25.3 to 3.26.0</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/4e720486ab401acfabc616b85a153126960b1370"><code>4e72048</code></a> [MJAVADOC-795] Upgrade to Parent 42 and Maven 3.6.3</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/b55dd967254813dcb51d19bb3c3667bc951590b4"><code>b55dd96</code></a> Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/77ad41087057ae507d1d0e4c834205322227b0db"><code>77ad410</code></a> Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/c21568ad451a622ed6ecefeb9f77d82a1a84bd2a"><code>c21568a</code></a> Bump commons-io:commons-io from 2.16.0 to 2.16.1</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/ded56a90d22dfb53ec99c03fdaf735fb62e1afd7"><code>ded56a9</code></a> Exclude JDK 8 - temurin, adopt-openj9 on macos</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-javadoc-plugin&package-manager=maven&previous-version=3.6.3&new-version=3.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Fixes #1790 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1790 from google:dependabot/maven/factory/org.apache.maven.plugins-maven-javadoc-plugin-3.7.0 79da4023954567e48b55c4e6caf88bb67c3024ad PiperOrigin-RevId: 639209043
6 daysBump Guava to 33.2.1.cpovirk
RELNOTES=n/a PiperOrigin-RevId: 639114032
6 daysAutomated Code ChangeLiam Miller-Cushon
PiperOrigin-RevId: 639066732
8 daysSupport all kinds of resource URLs when loading template resources.Éamonn McManus
This should have no user-visible effect. It is intended for the unusual case where someone is generating AutoValue (etc) code from code that has been compiled with GraalVM. Fixes #1783. RELNOTES=n/a PiperOrigin-RevId: 638426982
9 daysUse reflection to avoid referencing the Kotlin metadata API directly.Éamonn McManus
AutoBuilder clients that don't use Kotlin shouldn't have to have the Kotlin runtime on their classpath, even if it is only the annotation-processing classpath. Additionally, the metadata API was recently moved from `kotlinx.*` to `kotlin.*`, and using reflection means we can function with either version. Fixes #1440. PiperOrigin-RevId: 637886287
9 daysBump org.apache.maven.plugins:maven-invoker-plugin from 3.6.1 to 3.7.0 in ↵dependabot[bot]
/factory Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.6.1 to 3.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-invoker-plugin/releases">org.apache.maven.plugins:maven-invoker-plugin's releases</a>.</em></p> <blockquote> <h2>3.7.0</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-307">[MINVOKER-307]</a> - Support <code>@{..}</code> syntax in mavenOpts (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/241">#241</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-365">[MINVOKER-365]</a> - Allow to pre-build script to set user properties (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/236">#236</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-366">[MINVOKER-366]</a> - Require Maven 3.6.3 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/238">#238</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-364">[MINVOKER-364]</a> - Rename invoker.systemPropertiesFile to invoker.userPropertiesFile (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/235">#235</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-351">[MINVOKER-351]</a> - Escape special xml character in junit report (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/242">#242</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-335">[MINVOKER-335]</a> - Use selector script for preparing test with symlinks (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/237">#237</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-336">[MINVOKER-336]</a> - Create empty .mvn directory in cloned projects (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/232">#232</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-335">[MINVOKER-335]</a> - Preserve symlinks for copied files (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/231">#231</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-337">[MINVOKER-337]</a> - Exclude plexus-container-default and o.a.maven from runtime dependencies (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/225">#225</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-367">[MINVOKER-367]</a> - Bump org.apache.maven.shared:maven-invoker from 3.2.0 to 3.3.0 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/240">#240</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-363">[MINVOKER-363]</a> - Bump org.apache.maven.shared:maven-script-interpreter from 1.5 to 1.6 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/234">#234</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>Bump org.apache.maven.shared:maven-script-interpreter from 1.4 to 1.5 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/221">#221</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-361">[MINVOKER-361]</a> - Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/227">#227</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-360">[MINVOKER-360]</a> - Bump commons-io:commons-io from 2.16.0 to 2.16.1 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/222">#222</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-359">[MINVOKER-359]</a> - Bump org.apache.groovy:groovy-bom from 4.0.20 to 4.0.21 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/223">#223</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-358">[MINVOKER-358]</a> - Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/224">#224</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-357">[MINVOKER-357]</a> - Bump commons-io:commons-io from 2.13.0 to 2.16.0 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/220">#220</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-362">[MINVOKER-362]</a> - Use properties from parent for plugins versions in ITs (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/229">#229</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-284">[MINVOKER-284]</a> - Switch to JUnit5, drop maven-compat (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/228">#228</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> <h2>🔧 Build</h2> <ul> <li>Use default JDKs on jenkins build (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/233">#233</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/07a1977742c8461e30b209ec476c7b1caef0146f"><code>07a1977</code></a> [maven-release-plugin] prepare release maven-invoker-plugin-3.7.0</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/74a87f63712967d5c52c2ac00a16c0bb24e4ac45"><code>74a87f6</code></a> [MINVOKER-351] Escape special xml character in junit report (<a href="https://redirect.github.com/apache/maven-invoker-plugin/issues/242">#242</a>)</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/0e572a9e3221b2b755c01ce00754d6d8a1c57100"><code>0e572a9</code></a> [MINVOKER-307] Support <code>@{..}</code> syntax in mavenOpts</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/89b9633c3d811275573633ace560f89107a9decb"><code>89b9633</code></a> [MINVOKER-365] Allow to pre-build script to set user properties</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/b8aed81a7ed872624df9a10846b8a9cddf5f9b1d"><code>b8aed81</code></a> [MINVOKER-367] Bump org.apache.maven.shared:maven-invoker from 3.2.0 to 3.3.0...</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/e4dea9d5a05cc4d716f8d9605b26d76bdd62d912"><code>e4dea9d</code></a> [MINVOKER-366] Require Maven 3.6.3</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/be7f699d10c8afeeaa6dc0d5c9e8ece9f7c9c209"><code>be7f699</code></a> [MINVOKER-335] Use selector script for preparing test with symlinks</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/a741ea04854071c2900a323e65e7037449a4bdd3"><code>a741ea0</code></a> [MINVOKER-364] Rename invoker.systemPropertiesFile to invoker.userPropertiesFile</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/162fb74d0df5670a3a85e09d28842cfe3affffdb"><code>162fb74</code></a> [MINVOKER-363] Bump org.apache.maven.shared:maven-script-interpreter from 1.5...</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/66a536f3ba1e94b2cbb40cfb23c60d2b067f628c"><code>66a536f</code></a> [MINVOKER-336] Create empty .mvn directory in cloned projects</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.6.1...maven-invoker-plugin-3.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-invoker-plugin&package-manager=maven&previous-version=3.6.1&new-version=3.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Fixes #1785 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1785 from google:dependabot/maven/factory/org.apache.maven.plugins-maven-invoker-plugin-3.7.0 fb81c47e9419703597ea7f0f4cbe6afb5d64d052 PiperOrigin-RevId: 637867910
10 daysBump org.apache.maven.plugins:maven-invoker-plugin from 3.6.1 to 3.7.0 in /valuedependabot[bot]
Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.6.1 to 3.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-invoker-plugin/releases">org.apache.maven.plugins:maven-invoker-plugin's releases</a>.</em></p> <blockquote> <h2>3.7.0</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-307">[MINVOKER-307]</a> - Support <code>@{..}</code> syntax in mavenOpts (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/241">#241</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-365">[MINVOKER-365]</a> - Allow to pre-build script to set user properties (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/236">#236</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-366">[MINVOKER-366]</a> - Require Maven 3.6.3 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/238">#238</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-364">[MINVOKER-364]</a> - Rename invoker.systemPropertiesFile to invoker.userPropertiesFile (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/235">#235</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-351">[MINVOKER-351]</a> - Escape special xml character in junit report (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/242">#242</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-335">[MINVOKER-335]</a> - Use selector script for preparing test with symlinks (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/237">#237</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-336">[MINVOKER-336]</a> - Create empty .mvn directory in cloned projects (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/232">#232</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-335">[MINVOKER-335]</a> - Preserve symlinks for copied files (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/231">#231</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-337">[MINVOKER-337]</a> - Exclude plexus-container-default and o.a.maven from runtime dependencies (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/225">#225</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-367">[MINVOKER-367]</a> - Bump org.apache.maven.shared:maven-invoker from 3.2.0 to 3.3.0 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/240">#240</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-363">[MINVOKER-363]</a> - Bump org.apache.maven.shared:maven-script-interpreter from 1.5 to 1.6 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/234">#234</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>Bump org.apache.maven.shared:maven-script-interpreter from 1.4 to 1.5 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/221">#221</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-361">[MINVOKER-361]</a> - Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/227">#227</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-360">[MINVOKER-360]</a> - Bump commons-io:commons-io from 2.16.0 to 2.16.1 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/222">#222</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-359">[MINVOKER-359]</a> - Bump org.apache.groovy:groovy-bom from 4.0.20 to 4.0.21 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/223">#223</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-358">[MINVOKER-358]</a> - Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/224">#224</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-357">[MINVOKER-357]</a> - Bump commons-io:commons-io from 2.13.0 to 2.16.0 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/220">#220</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-362">[MINVOKER-362]</a> - Use properties from parent for plugins versions in ITs (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/229">#229</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-284">[MINVOKER-284]</a> - Switch to JUnit5, drop maven-compat (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/228">#228</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> <h2>🔧 Build</h2> <ul> <li>Use default JDKs on jenkins build (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/233">#233</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/07a1977742c8461e30b209ec476c7b1caef0146f"><code>07a1977</code></a> [maven-release-plugin] prepare release maven-invoker-plugin-3.7.0</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/74a87f63712967d5c52c2ac00a16c0bb24e4ac45"><code>74a87f6</code></a> [MINVOKER-351] Escape special xml character in junit report (<a href="https://redirect.github.com/apache/maven-invoker-plugin/issues/242">#242</a>)</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/0e572a9e3221b2b755c01ce00754d6d8a1c57100"><code>0e572a9</code></a> [MINVOKER-307] Support <code>@{..}</code> syntax in mavenOpts</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/89b9633c3d811275573633ace560f89107a9decb"><code>89b9633</code></a> [MINVOKER-365] Allow to pre-build script to set user properties</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/b8aed81a7ed872624df9a10846b8a9cddf5f9b1d"><code>b8aed81</code></a> [MINVOKER-367] Bump org.apache.maven.shared:maven-invoker from 3.2.0 to 3.3.0...</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/e4dea9d5a05cc4d716f8d9605b26d76bdd62d912"><code>e4dea9d</code></a> [MINVOKER-366] Require Maven 3.6.3</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/be7f699d10c8afeeaa6dc0d5c9e8ece9f7c9c209"><code>be7f699</code></a> [MINVOKER-335] Use selector script for preparing test with symlinks</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/a741ea04854071c2900a323e65e7037449a4bdd3"><code>a741ea0</code></a> [MINVOKER-364] Rename invoker.systemPropertiesFile to invoker.userPropertiesFile</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/162fb74d0df5670a3a85e09d28842cfe3affffdb"><code>162fb74</code></a> [MINVOKER-363] Bump org.apache.maven.shared:maven-script-interpreter from 1.5...</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/66a536f3ba1e94b2cbb40cfb23c60d2b067f628c"><code>66a536f</code></a> [MINVOKER-336] Create empty .mvn directory in cloned projects</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.6.1...maven-invoker-plugin-3.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-invoker-plugin&package-manager=maven&previous-version=3.6.1&new-version=3.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Fixes #1784 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1784 from google:dependabot/maven/value/org.apache.maven.plugins-maven-invoker-plugin-3.7.0 a078eed98213decd67f25a2e3dab7d98b47075bd PiperOrigin-RevId: 637740563
2024-05-22Bump kotlin.version from 1.9.24 to 2.0.0 in /valuedependabot[bot]
Bumps `kotlin.version` from 1.9.24 to 2.0.0. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.24 to 2.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin:kotlin-stdlib's releases</a>.</em></p> <blockquote> <h2>Kotlin 2.0.0</h2> <h2>Changelog</h2> <h3>Analysis. API</h3> <h4>New Features</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-65327"><code>KT-65327</code></a> Support reading klib contents in Analysis API</li> </ul> <h4>Performance Improvements</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-65560"><code>KT-65560</code></a> K2: Anaysis API: ContextCollector triggers redundant resolution in the case of file elements</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-64987"><code>KT-64987</code></a> Analysis API: 50GB memory allocation on creating empty kotlinx.collections.immutable.persistentMapOf</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-61789"><code>KT-61789</code></a> K2: optimize getFirForNonKtFileElement for references inside super type reference</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-59498"><code>KT-59498</code></a> K2: getOnAirGetTowerContextProvider took too much time due to on air resolve</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-61728"><code>KT-61728</code></a> Analysis API: optimize AllCandidatesResolver.getAllCandidates</li> </ul> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-65561"><code>KT-65561</code></a> Analysis API: dummy.kt is not a physical file</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65616"><code>KT-65616</code></a> K2: FirDeclarationStatusImpl cannot be cast to FirResolvedDeclarationStatus from STATUS</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65600"><code>KT-65600</code></a> Analysis Api: FirFile for KtCodeFragments are created and not updated on changes</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-64919"><code>KT-64919</code></a> K2 IDE: Implement KMP support for sealed class inheritors</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-64241"><code>KT-64241</code></a> K2: Unresolved calls to functions in scripts depending on included projects</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65813"><code>KT-65813</code></a> Analysis API Standalone: <code>FirDeclarationForCompiledElementSearcher</code> does not find compiled elements</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66052"><code>KT-66052</code></a> AA: render expect/actual modifier</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66795"><code>KT-66795</code></a> KtCodeFragment.clone() is broken</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66532"><code>KT-66532</code></a> K2 CodeGen AA: missing annotation setup for function in source module but not in a compile target file</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-64833"><code>KT-64833</code></a> Analysis API: Members implemented by delegation have no overridden symbols</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62405"><code>KT-62405</code></a> Analysis API: Symbols <code>SUBSTITUTION_OVERRIDE</code> have no overridden symbols</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66749"><code>KT-66749</code></a> K2: &quot;Collection contains no element matching the predicate&quot; on an unresolved call</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62832"><code>KT-62832</code></a> K2: ClassCastException: FirDeclarationStatusImpl cannot be cast to FirResolvedDeclarationStatus</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66719"><code>KT-66719</code></a> AbstractGetKlibSourceFileNameTest: The dependency to &quot;:native:analysis-api-klib-reader&quot; breaks JPS compilation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66603"><code>KT-66603</code></a> Analysis API: support type annotations in KtPsiTypeProviderMixIn#asPsiType</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-64505"><code>KT-64505</code></a> Analysis API Standalone: Remove test-specific calculation of sealed class inheritors</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66013"><code>KT-66013</code></a> Analysis API Standalone: Sealed inheritors aren't correctly calculated for source classes</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62880"><code>KT-62880</code></a> K2 IDE: Unresolved java annotation methods in KDoc</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66530"><code>KT-66530</code></a> K2: Analysis API: KtPsiTypeProvider#asKtType crashes on PsiClassType for Java type parameter with wrong use site</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65571"><code>KT-65571</code></a> Support VirtualFile inputs to Analysis API modules</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66485"><code>KT-66485</code></a> Substituted types are not provided for callable references</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66498"><code>KT-66498</code></a> Analysis API: 'KtFe10SymbolDeclarationOverridesProvider' considers a class to be a subclass of itself</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-64579"><code>KT-64579</code></a> K2 IDE: &quot;Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(Source) but FirArgumentListImpl found&quot;</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65978"><code>KT-65978</code></a> Analysis API: Use soft references in <code>FileStructureCache</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-64051"><code>KT-64051</code></a> K2 IDE: Analysis API: Unresolved links to typealias in KDoc</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66189"><code>KT-66189</code></a> K2 / IDE: KtFirExpressionTypeProvider bugs</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-61422"><code>KT-61422</code></a> K2 IDE: &quot;No array element type for vararg value parameter: org.jetbrains.kotlin.fir.declarations.impl.FirValueParameterImpl&quot;</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66276"><code>KT-66276</code></a> K2: Analysis API: <code>TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM</code> false positive for script parameter</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66232"><code>KT-66232</code></a> K2: Analysis API: cover ScriptWithCustomDefDiagnosticsTestBaseGenerated by LL FIR tests</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-60996"><code>KT-60996</code></a> K2: Stub Based Deserializer: Set versionRequirements to enable VERSION_REQUIREMENT_DEPRECATION diagnostics</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66306"><code>KT-66306</code></a> K2: Analysis API: drop ability to enable global phase resolve lock</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-55750"><code>KT-55750</code></a> LL FIR: Implement multi-threaded resolve</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md">org.jetbrains.kotlin:kotlin-stdlib's changelog</a>.</em></p> <blockquote> <h2>2.0.0</h2> <h3>Analysis. API</h3> <h4>New Features</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-65327"><code>KT-65327</code></a> Support reading klib contents in Analysis API</li> </ul> <h4>Performance Improvements</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-65560"><code>KT-65560</code></a> K2: Anaysis API: ContextCollector triggers redundant resolution in the case of file elements</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-64987"><code>KT-64987</code></a> Analysis API: 50GB memory allocation on creating empty kotlinx.collections.immutable.persistentMapOf</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-61789"><code>KT-61789</code></a> K2: optimize getFirForNonKtFileElement for references inside super type reference</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-59498"><code>KT-59498</code></a> K2: getOnAirGetTowerContextProvider took too much time due to on air resolve</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-61728"><code>KT-61728</code></a> Analysis API: optimize AllCandidatesResolver.getAllCandidates</li> </ul> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-65561"><code>KT-65561</code></a> Analysis API: dummy.kt is not a physical file</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65616"><code>KT-65616</code></a> K2: FirDeclarationStatusImpl cannot be cast to FirResolvedDeclarationStatus from STATUS</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65600"><code>KT-65600</code></a> Analysis Api: FirFile for KtCodeFragments are created and not updated on changes</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-64919"><code>KT-64919</code></a> K2 IDE: Implement KMP support for sealed class inheritors</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-64241"><code>KT-64241</code></a> K2: Unresolved calls to functions in scripts depending on included projects</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65813"><code>KT-65813</code></a> Analysis API Standalone: <code>FirDeclarationForCompiledElementSearcher</code> does not find compiled elements</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66052"><code>KT-66052</code></a> AA: render expect/actual modifier</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66795"><code>KT-66795</code></a> KtCodeFragment.clone() is broken</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66532"><code>KT-66532</code></a> K2 CodeGen AA: missing annotation setup for function in source module but not in a compile target file</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-64833"><code>KT-64833</code></a> Analysis API: Members implemented by delegation have no overridden symbols</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62405"><code>KT-62405</code></a> Analysis API: Symbols <code>SUBSTITUTION_OVERRIDE</code> have no overridden symbols</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66749"><code>KT-66749</code></a> K2: &quot;Collection contains no element matching the predicate&quot; on an unresolved call</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62832"><code>KT-62832</code></a> K2: ClassCastException: FirDeclarationStatusImpl cannot be cast to FirResolvedDeclarationStatus</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66719"><code>KT-66719</code></a> AbstractGetKlibSourceFileNameTest: The dependency to &quot;:native:analysis-api-klib-reader&quot; breaks JPS compilation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66603"><code>KT-66603</code></a> Analysis API: support type annotations in KtPsiTypeProviderMixIn#asPsiType</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-64505"><code>KT-64505</code></a> Analysis API Standalone: Remove test-specific calculation of sealed class inheritors</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66013"><code>KT-66013</code></a> Analysis API Standalone: Sealed inheritors aren't correctly calculated for source classes</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62880"><code>KT-62880</code></a> K2 IDE: Unresolved java annotation methods in KDoc</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66530"><code>KT-66530</code></a> K2: Analysis API: KtPsiTypeProvider#asKtType crashes on PsiClassType for Java type parameter with wrong use site</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65571"><code>KT-65571</code></a> Support VirtualFile inputs to Analysis API modules</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66485"><code>KT-66485</code></a> Substituted types are not provided for callable references</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66498"><code>KT-66498</code></a> Analysis API: 'KtFe10SymbolDeclarationOverridesProvider' considers a class to be a subclass of itself</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-64579"><code>KT-64579</code></a> K2 IDE: &quot;Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(Source) but FirArgumentListImpl found&quot;</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65978"><code>KT-65978</code></a> Analysis API: Use soft references in <code>FileStructureCache</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-64051"><code>KT-64051</code></a> K2 IDE: Analysis API: Unresolved links to typealias in KDoc</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66189"><code>KT-66189</code></a> K2 / IDE: KtFirExpressionTypeProvider bugs</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-61422"><code>KT-61422</code></a> K2 IDE: &quot;No array element type for vararg value parameter: org.jetbrains.kotlin.fir.declarations.impl.FirValueParameterImpl&quot;</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66276"><code>KT-66276</code></a> K2: Analysis API: <code>TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM</code> false positive for script parameter</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66232"><code>KT-66232</code></a> K2: Analysis API: cover ScriptWithCustomDefDiagnosticsTestBaseGenerated by LL FIR tests</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-60996"><code>KT-60996</code></a> K2: Stub Based Deserializer: Set versionRequirements to enable VERSION_REQUIREMENT_DEPRECATION diagnostics</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66306"><code>KT-66306</code></a> K2: Analysis API: drop ability to enable global phase resolve lock</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-55750"><code>KT-55750</code></a> LL FIR: Implement multi-threaded resolve</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JetBrains/kotlin/commit/e84e83568cde569ee54980542e37c87507e914bc"><code>e84e835</code></a> Add changelog for 2.0.0</li> <li><a href="https://github.com/JetBrains/kotlin/commit/975dea282fbc4968b913bfd15babc735bf7f2509"><code>975dea2</code></a> Add changelog for 2.0.0-RC3</li> <li><a href="https://github.com/JetBrains/kotlin/commit/b618ee4e954bfe80540d82366281f3b5436a4bd4"><code>b618ee4</code></a> [FIR] Prohibit referencing java field in case of conflict with property..</li> <li><a href="https://github.com/JetBrains/kotlin/commit/b239239cc1eb55db990c3c6951dcc555c3fcf97d"><code>b239239</code></a> K2: build outer classes sequence in FirImplicitBodyResolve properly</li> <li><a href="https://github.com/JetBrains/kotlin/commit/afc5b49b8e92e83e8fb6166a3449c92f0b960e27"><code>afc5b49</code></a> [IR] Assume IrFile has at least one offset entry</li> <li><a href="https://github.com/JetBrains/kotlin/commit/be1804cd908414ab40ec66830336aab9cfb8b7fc"><code>be1804c</code></a> [K/N][tests] Don't attempt to download simulator after first failure</li> <li><a href="https://github.com/JetBrains/kotlin/commit/b6661605d6ee893ea2466910edbdb6e29b4433f7"><code>b666160</code></a> K2: fix captureFromExpressionInternal for nullable intersection types</li> <li><a href="https://github.com/JetBrains/kotlin/commit/f04f0514100e4d976608b809621a19a19ae326b2"><code>f04f051</code></a> K2: fix withNullability() for ConeIntersectionType</li> <li><a href="https://github.com/JetBrains/kotlin/commit/cda1ad413239a610eeea355d2e4a763e0107f01e"><code>cda1ad4</code></a> K2: reproduce KT-67912</li> <li><a href="https://github.com/JetBrains/kotlin/commit/8e0919e3a1d333ef67572791e315a556489b11d7"><code>8e0919e</code></a> [K2/JS] Use declaration session for looking up containing declaration</li> <li>Additional commits viewable in <a href="https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.0">compare view</a></li> </ul> </details> <br /> Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.24 to 2.0.0 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> Fixes #1782 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1782 from google:dependabot/maven/value/kotlin.version-2.0.0 b8208bf8e8a3b64274e0b908f1550eb967e59013 PiperOrigin-RevId: 636128548
2024-05-21Update AutoValue to reflect recent Kotlin Metadata API changes.Éamonn McManus
Some methods have been deleted for the final 2.0.0 version. RELNOTES=n/a PiperOrigin-RevId: 635804651
2024-05-17Bump actions/checkout from 4.1.5 to 4.1.6dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.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>v4.1.6</h2> <h2>What's Changed</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> <li>Update for 4.1.6 release by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1733">actions/checkout#1733</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4.1.5...v4.1.6">https://github.com/actions/checkout/compare/v4.1.5...v4.1.6</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>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> <li>README: Suggest <code>user.email</code> to be <code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1707">actions/checkout#1707</a></li> </ul> <h2>v4.1.4</h2> <ul> <li>Disable <code>extensions.worktreeConfig</code> when disabling <code>sparse-checkout</code> by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li> <li>Add dependabot config by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li> <li>Bump the minor-actions-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li> <li>Bump word-wrap from 1.2.3 to 1.2.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li> </ul> <h2>v4.1.3</h2> <ul> <li>Check git version before attempting to disable <code>sparse-checkout</code> by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1656">actions/checkout#1656</a></li> <li>Add SSH user parameter by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1685">actions/checkout#1685</a></li> <li>Update <code>actions/checkout</code> version in <code>update-main-version.yml</code> by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1650">actions/checkout#1650</a></li> </ul> <h2>v4.1.2</h2> <ul> <li>Fix: Disable sparse checkout whenever <code>sparse-checkout</code> option is not present <a href="https://github.com/dscho"><code>@​dscho</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1598">actions/checkout#1598</a></li> </ul> <h2>v4.1.1</h2> <ul> <li>Correct link to GitHub Docs by <a href="https://github.com/peterbe"><code>@​peterbe</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1511">actions/checkout#1511</a></li> <li>Link to release page from what's new section by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1514">actions/checkout#1514</a></li> </ul> <h2>v4.1.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1396">Add support for partial checkout filters</a></li> </ul> <h2>v4.0.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1067">Support fetching without the --progress option</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1436">Update to node20</a></li> </ul> <h2>v3.6.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1377">Fix: Mark test scripts with Bash'isms to be run via Bash</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/579">Add option to fetch tags even if fetch-depth &gt; 0</a></li> </ul> <h2>v3.5.3</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1196">Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1287">Fix typos found by codespell</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1369">Add support for sparse checkouts</a></li> </ul> <h2>v3.5.2</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1289">Fix api endpoint for GHES</a></li> </ul> <h2>v3.5.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/a5ac7e51b41094c92402da3b24376905380afc29"><code>a5ac7e5</code></a> Update for 4.1.6 release (<a href="https://redirect.github.com/actions/checkout/issues/1733">#1733</a>)</li> <li><a href="https://github.com/actions/checkout/commit/24ed1a352802348c9e4e8d13de9177fb95b537ba"><code>24ed1a3</code></a> Check platform for extension (<a href="https://redirect.github.com/actions/checkout/issues/1732">#1732</a>)</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/44c2b7a8a4ea60a981eaca3cf939b5f4305c123b...a5ac7e51b41094c92402da3b24376905380afc29">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=4.1.5&new-version=4.1.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> Fixes #1779 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1779 from google:dependabot/github_actions/actions/checkout-4.1.6 4c6ab27f6a5cac459e6239933da702458c747d90 PiperOrigin-RevId: 634765475
2024-05-08Bump kotlin.version from 1.9.23 to 1.9.24 in /valuedependabot[bot]
Bumps `kotlin.version` from 1.9.23 to 1.9.24. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.23 to 1.9.24 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin:kotlin-stdlib's releases</a>.</em></p> <blockquote> <h2>1.9.24</h2> <h2>Changelog</h2> <h3>Backend. Wasm</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-64890"><code>KT-64890</code></a> K/Wasm compiler crash with external class and Kodein</li> </ul> <h3>Compiler</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-65235"><code>KT-65235</code></a> JDK 21 might lead to change in overloads resolution</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66768"><code>KT-66768</code></a> K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call</li> </ul> <h3>Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-67218"><code>KT-67218</code></a> Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary</li> </ul> <h3>Tools. Gradle</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-67139"><code>KT-67139</code></a> Build reports can be overridden</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-67138"><code>KT-67138</code></a> Json report is empty for incremental compilation</li> </ul> <h3>Tools. Gradle. Multiplatform</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-67127"><code>KT-67127</code></a> KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66514"><code>KT-66514</code></a> Don't get output file from Cinterop task for IDE Import if host os doesn't support it</li> </ul> <h3>Tools. JPS</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-65043"><code>KT-65043</code></a> JPS dumb mode should respect maps needed for the compiler</li> </ul> <h3>Tools. Wasm</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-67785"><code>KT-67785</code></a> Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65864"><code>KT-65864</code></a> K/Wasm: update Node.js to 22.x</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/v1.9.24/ChangeLog.md">org.jetbrains.kotlin:kotlin-stdlib's changelog</a>.</em></p> <blockquote> <h2>1.9.24</h2> <h3>Backend. Wasm</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-64890"><code>KT-64890</code></a> K/Wasm compiler crash with external class and Kodein</li> </ul> <h3>Compiler</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-65235"><code>KT-65235</code></a> JDK 21 might lead to change in overloads resolution</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66768"><code>KT-66768</code></a> K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call</li> </ul> <h3>Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-67218"><code>KT-67218</code></a> Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary</li> </ul> <h3>Tools. Gradle</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-67139"><code>KT-67139</code></a> Build reports can be overridden</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-67138"><code>KT-67138</code></a> Json report is empty for incremental compilation</li> </ul> <h3>Tools. Gradle. Multiplatform</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-67127"><code>KT-67127</code></a> KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66514"><code>KT-66514</code></a> Don't get output file from Cinterop task for IDE Import if host os doesn't support it</li> </ul> <h3>Tools. JPS</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-65043"><code>KT-65043</code></a> JPS dumb mode should respect maps needed for the compiler</li> </ul> <h3>Tools. Wasm</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-67785"><code>KT-67785</code></a> Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65864"><code>KT-65864</code></a> K/Wasm: update Node.js to 22.x</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JetBrains/kotlin/commit/0d7708daacc57ea03ec1ea728197b7e9630c8025"><code>0d7708d</code></a> Add changelog for 1.9.24</li> <li><a href="https://github.com/JetBrains/kotlin/commit/392181d7ee6b9b6d566daaa1a2bfc732d17c2bb2"><code>392181d</code></a> [K/N] Devirtualization: fixed the problem with type checks</li> <li><a href="https://github.com/JetBrains/kotlin/commit/9ac91e4ef711819f6c61e6d24397096b80ee61e2"><code>9ac91e4</code></a> [K/N][tests] Couple of reproducers for #KT-67218</li> <li><a href="https://github.com/JetBrains/kotlin/commit/1a630b553a1a38a5d0ccfd135c3b8d5911351388"><code>1a630b5</code></a> [WasmJs] Add support for external class reflection</li> <li><a href="https://github.com/JetBrains/kotlin/commit/087242027ea9cdfcaafc081e67bdc0ab4879d6d1"><code>0872420</code></a> Reorganize <code>GradleBuildTime</code> entries to match actual structure used in compiler</li> <li><a href="https://github.com/JetBrains/kotlin/commit/8bbf8dcfac4526fcb924559005041fbcc9b33204"><code>8bbf8dc</code></a> [Minor] Rename <code>compiler</code> and <code>compilerPipeline</code> files to show backend belonging</li> <li><a href="https://github.com/JetBrains/kotlin/commit/05373c433b70e97cd6f9dad474e65b16f5c40202"><code>05373c4</code></a> [CLI] Include klib generation into IR translation time measurements</li> <li><a href="https://github.com/JetBrains/kotlin/commit/cc379a8386dcad36b2629b7ad9840aa3e878bc67"><code>cc379a8</code></a> [CLI] Notify JS IR perf manager when generation is started and finished</li> <li><a href="https://github.com/JetBrains/kotlin/commit/c3a1c4e665e8f83c6c4023302d5b03453352e848"><code>c3a1c4e</code></a> [CLI] Notify WASM perf manager when generation is started and finished</li> <li><a href="https://github.com/JetBrains/kotlin/commit/4bbc4cf9bd72aede06b52cdcb51c1d686950f3dc"><code>4bbc4cf</code></a> [CLI] Notify JS IR perf manager when analysis is started and finished</li> <li>Additional commits viewable in <a href="https://github.com/JetBrains/kotlin/compare/v1.9.23...v1.9.24">compare view</a></li> </ul> </details> <br /> Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.23 to 1.9.24 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> Fixes #1778 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1778 from google:dependabot/maven/value/kotlin.version-1.9.24 fb34c10869e3c2e23f3c44b0309eb2bb677c588c PiperOrigin-RevId: 631783230
2024-05-07Bump actions/checkout from 4.1.4 to 4.1.5dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. <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>v4.1.5</h2> <h2>What's Changed</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> <li>README: Suggest <code>user.email</code> to be <code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1707">actions/checkout#1707</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4.1.4...v4.1.5">https://github.com/actions/checkout/compare/v4.1.4...v4.1.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/44c2b7a8a4ea60a981eaca3cf939b5f4305c123b"><code>44c2b7a</code></a> README: Suggest <code>user.email</code> to be `41898282+github-actions[bot]<a href="https://github.com/users"><code>@​users</code></a>.norepl...</li> <li><a href="https://github.com/actions/checkout/commit/8459bc0c7e3759cdf591f513d9f141a95fef0a8f"><code>8459bc0</code></a> Bump actions/upload-artifact from 2 to 4 (<a href="https://redirect.github.com/actions/checkout/issues/1695">#1695</a>)</li> <li><a href="https://github.com/actions/checkout/commit/3f603f6d5e9f40714f97b2f017aa0df2a443192a"><code>3f603f6</code></a> Bump actions/setup-node from 1 to 4 (<a href="https://redirect.github.com/actions/checkout/issues/1696">#1696</a>)</li> <li><a href="https://github.com/actions/checkout/commit/fd084cde189b7b76ec305d52e27be545a0172823"><code>fd084cd</code></a> Bump github/codeql-action from 2 to 3 (<a href="https://redirect.github.com/actions/checkout/issues/1694">#1694</a>)</li> <li><a href="https://github.com/actions/checkout/commit/9c1e94e0ad997d618b6113a2171b055037589028"><code>9c1e94e</code></a> Update NPM dependencies (<a href="https://redirect.github.com/actions/checkout/issues/1703">#1703</a>)</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/0ad4b8fadaa221de15dcec353f45205ec38ea70b...44c2b7a8a4ea60a981eaca3cf939b5f4305c123b">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=4.1.4&new-version=4.1.5)](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> Fixes #1777 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1777 from google:dependabot/github_actions/actions/checkout-4.1.5 d71ddf5cc3c8a42f3980a05330bfaa51798d26e1 PiperOrigin-RevId: 631399914
2024-05-02Bump Guava to 33.2.0.cpovirk
RELNOTES=n/a PiperOrigin-RevId: 630057578
2024-05-01Bump errorprone.version from 2.27.0 to 2.27.1 in /valuedependabot[bot]
Bumps `errorprone.version` from 2.27.0 to 2.27.1. Updates `com.google.errorprone:error_prone_annotations` from 2.27.0 to 2.27.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/error-prone/releases">com.google.errorprone:error_prone_annotations's releases</a>.</em></p> <blockquote> <h2>Error Prone 2.27.1</h2> <p>This release contains all of the changes in <a href="https://github.com/google/error-prone/releases/tag/v2.27.0">2.27.0</a>, plus a bug fix to <a href="https://errorprone.info/bugpattern/ClassInitializationDeadlock"><code>ClassInitializationDeadlock</code></a> (<a href="https://redirect.github.com/google/error-prone/issues/4378">google/error-prone#4378</a>)</p> <p>Full Changelog: <a href="https://github.com/google/error-prone/compare/v2.27.0...v2.27.1">https://github.com/google/error-prone/compare/v2.27.0...v2.27.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/error-prone/commit/464bb93d292123c750fe107984dcefc6f0905f00"><code>464bb93</code></a> Release Error Prone 2.27.1</li> <li><a href="https://github.com/google/error-prone/commit/bc3309a7dbe95d006ee190fb36f2d654779858d4"><code>bc3309a</code></a> Flag comparisons of <code>SomeEnum.valueOf(...)</code> to <code>null</code>.</li> <li><a href="https://github.com/google/error-prone/commit/6a8f4936b20e0a432d73930dac5f78517103af2f"><code>6a8f493</code></a> Don't scan into nested enums in ClassInitializationDeadlock</li> <li><a href="https://github.com/google/error-prone/commit/c8df502ab7cc8ce16b1a2e53533e7c247eba4a85"><code>c8df502</code></a> Make the logic of detecting at least one allowed usage more explicit.</li> <li>See full diff in <a href="https://github.com/google/error-prone/compare/v2.27.0...v2.27.1">compare view</a></li> </ul> </details> <br /> Updates `com.google.errorprone:error_prone_type_annotations` from 2.27.0 to 2.27.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/error-prone/releases">com.google.errorprone:error_prone_type_annotations's releases</a>.</em></p> <blockquote> <h2>Error Prone 2.27.1</h2> <p>This release contains all of the changes in <a href="https://github.com/google/error-prone/releases/tag/v2.27.0">2.27.0</a>, plus a bug fix to <a href="https://errorprone.info/bugpattern/ClassInitializationDeadlock"><code>ClassInitializationDeadlock</code></a> (<a href="https://redirect.github.com/google/error-prone/issues/4378">google/error-prone#4378</a>)</p> <p>Full Changelog: <a href="https://github.com/google/error-prone/compare/v2.27.0...v2.27.1">https://github.com/google/error-prone/compare/v2.27.0...v2.27.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/error-prone/commit/464bb93d292123c750fe107984dcefc6f0905f00"><code>464bb93</code></a> Release Error Prone 2.27.1</li> <li><a href="https://github.com/google/error-prone/commit/bc3309a7dbe95d006ee190fb36f2d654779858d4"><code>bc3309a</code></a> Flag comparisons of <code>SomeEnum.valueOf(...)</code> to <code>null</code>.</li> <li><a href="https://github.com/google/error-prone/commit/6a8f4936b20e0a432d73930dac5f78517103af2f"><code>6a8f493</code></a> Don't scan into nested enums in ClassInitializationDeadlock</li> <li><a href="https://github.com/google/error-prone/commit/c8df502ab7cc8ce16b1a2e53533e7c247eba4a85"><code>c8df502</code></a> Make the logic of detecting at least one allowed usage more explicit.</li> <li>See full diff in <a href="https://github.com/google/error-prone/compare/v2.27.0...v2.27.1">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 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> Fixes #1775 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1775 from google:dependabot/maven/value/errorprone.version-2.27.1 33805b0f47234051a146f6c8b15be706cecd4ab1 PiperOrigin-RevId: 629874934
2024-04-30Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 in /valuedependabot[bot]
Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.1 to 3.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-deploy-plugin/releases">org.apache.maven.plugins:maven-deploy-plugin's releases</a>.</em></p> <blockquote> <h2>3.1.2</h2> <h1><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317228&amp;version=12354128">Release Notes - Maven Deploy Plugin - Version 3.1.2</a></h1> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <hr /> <h2>What's Changed</h2> <ul> <li>[MNG-6829] Replace StringUtils#isEmpty(String) &amp; #isNotEmpty(String) by <a href="https://github.com/timtebeek"><code>@​timtebeek</code></a> in <a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/40">apache/maven-deploy-plugin#40</a></li> <li>Type: fill --&gt; file by <a href="https://github.com/elharo"><code>@​elharo</code></a> in <a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/41">apache/maven-deploy-plugin#41</a></li> <li>DeployFileMojo#readModel(File): fixed MojoExecutionException javadoc by <a href="https://github.com/Scrappers-glitch"><code>@​Scrappers-glitch</code></a> in <a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/43">apache/maven-deploy-plugin#43</a></li> <li>[MDEPLOY-313] Update to parent 41, cleanup by <a href="https://github.com/cstamas"><code>@​cstamas</code></a> in <a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/47">apache/maven-deploy-plugin#47</a></li> <li>Bump apache/maven-gh-actions-shared from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/50">apache/maven-deploy-plugin#50</a></li> <li>Bump org.mockito:mockito-core from 2.28.2 to 4.11.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/51">apache/maven-deploy-plugin#51</a></li> <li>[MDEPLOY-316] Parent 42 and prerequisite 3.6.3 by <a href="https://github.com/cstamas"><code>@​cstamas</code></a> in <a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/54">apache/maven-deploy-plugin#54</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/timtebeek"><code>@​timtebeek</code></a> made their first contribution in <a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/40">apache/maven-deploy-plugin#40</a></li> <li><a href="https://github.com/Scrappers-glitch"><code>@​Scrappers-glitch</code></a> made their first contribution in <a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/43">apache/maven-deploy-plugin#43</a></li> <li><a href="https://github.com/dependabot"><code>@​dependabot</code></a> made their first contribution in <a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/50">apache/maven-deploy-plugin#50</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2">https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/4f016bce38dd9016f7c0357a75fbbe3427ed8b31"><code>4f016bc</code></a> [maven-release-plugin] prepare release maven-deploy-plugin-3.1.2</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/0ed18be3d93fa0f28886d47a664c8eff2590c944"><code>0ed18be</code></a> Remove workaround, handle it centrally</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/b9c1c8bc486c7defb92171e1ea9169075b76695c"><code>b9c1c8b</code></a> [MDEPLOY-314] Include artifactId in DeployMojo#processProject messages</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/74d331be89ed010b5d38dc6e755dcab327baf56c"><code>74d331b</code></a> [MDEPLOY-316] Parent 42 and prerequisite 3.6.3 (<a href="https://redirect.github.com/apache/maven-deploy-plugin/issues/54">#54</a>)</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/ac9c49dd973ed2ca806066e4da8c296cc603b4e1"><code>ac9c49d</code></a> Bump org.mockito:mockito-core from 2.28.2 to 4.11.0</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/de7cefbd3da75e28a4c49caa674d06cd32d820f5"><code>de7cefb</code></a> Bump apache/maven-gh-actions-shared from 3 to 4</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/edf85d72c5dd03f19fcf06b96b172573e8e4a696"><code>edf85d7</code></a> Add Dependabot</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/390e610c65ef0ec2ec0e4851d7e1eaf53e7787f3"><code>390e610</code></a> [MDEPLOY-313] Update to parent 41, cleanup (<a href="https://redirect.github.com/apache/maven-deploy-plugin/issues/47">#47</a>)</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/29f3c81dfc5e3e603bf68870075161dc674680dc"><code>29f3c81</code></a> DeployFileMojo#readModel(File): fixed MojoExecutionException javadoc</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/9039fc610f67dfd101a3e4bb8b7510994b2656d0"><code>9039fc6</code></a> Type: fill --&gt; file</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-deploy-plugin&package-manager=maven&previous-version=3.1.1&new-version=3.1.2)](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> Fixes #1774 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1774 from google:dependabot/maven/value/org.apache.maven.plugins-maven-deploy-plugin-3.1.2 4e269dd22804cb2bad20ed175db668eb3d7253d1 PiperOrigin-RevId: 629393995
2024-04-29Bump errorprone.version from 2.26.1 to 2.27.0 in /valuedependabot[bot]
Bumps `errorprone.version` from 2.26.1 to 2.27.0. Updates `com.google.errorprone:error_prone_annotations` from 2.26.1 to 2.27.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/error-prone/releases">com.google.errorprone:error_prone_annotations's releases</a>.</em></p> <blockquote> <h2>Error Prone 2.27.0</h2> <p>New checks:</p> <ul> <li><a href="https://errorprone.info/bugpattern/ClassInitializationDeadlock"><code>ClassInitializationDeadlock</code></a> detects class initializers that reference subtypes of the current class, which can result in deadlocks.</li> <li><a href="https://errorprone.info/bugpattern/MockitoDoSetup"><code>MockitoDoSetup</code></a> suggests using <code>when</code>/<code>thenReturn</code> over <code>doReturn</code>/<code>when</code> for additional type safety.</li> <li><a href="https://errorprone.info/bugpattern/VoidUsed"><code>VoidUsed</code></a> suggests using a literal <code>null</code> instead of referring to a <code>Void</code>-typed variable.</li> </ul> <p>Modified checks:</p> <ul> <li><code>TruthSelfEquals</code> has been renamed and generalized as <a href="https://errorprone.info/bugpattern/SelfAssertion"><code>SelfAssertion</code></a></li> <li><a href="https://errorprone.info/bugpattern/RedundantSetterCall"><code>RedundantSetterCall</code></a> has been improved, and enabled as an error oby default</li> </ul> <p>Closed issues: <a href="https://redirect.github.com/google/error-prone/issues/4291">#4291</a>. <a href="https://redirect.github.com/google/error-prone/issues/4308">#4308</a>, <a href="https://redirect.github.com/google/error-prone/issues/4343">#4343</a>, <a href="https://redirect.github.com/google/error-prone/issues/4320">#4320</a></p> <p>Full Changelog: <a href="https://github.com/google/error-prone/compare/v2.26.1...v2.27.0">https://github.com/google/error-prone/compare/v2.26.1...v2.27.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/error-prone/commit/ebe0a014edf7a50345c3b9e958e876e8a9177f60"><code>ebe0a01</code></a> Release Error Prone 2.27.0</li> <li><a href="https://github.com/google/error-prone/commit/fd9b826d595cabe56a66c060ce52504cd24630af"><code>fd9b826</code></a> Remove a very literal change-detector test, and move the comment to the produ...</li> <li><a href="https://github.com/google/error-prone/commit/f289d9ef8f523ba76b433c5273a539b4e526134f"><code>f289d9e</code></a> <code>VoidUsed</code>: flag <code>Void</code> variables being <em>used</em>, where they can simply be repl...</li> <li><a href="https://github.com/google/error-prone/commit/3ee6f41416ba8007eb7366c7dc644bcf1655f97f"><code>3ee6f41</code></a> Fix for a crash in RedundantSetterCall.</li> <li><a href="https://github.com/google/error-prone/commit/92c106da53f08cf876f2e37c5946e5a8d3c12d29"><code>92c106d</code></a> Encourage when/thenReturn over doReturn/when.</li> <li><a href="https://github.com/google/error-prone/commit/07c1a7c80b9e3cc0b8c38a3a46b464fda373f5b7"><code>07c1a7c</code></a> Stop mentioning <code>@Var</code> in[]</li> <li><a href="https://github.com/google/error-prone/commit/9d662726ccffcc9e9ec8746f0c2469f825a55ba2"><code>9d66272</code></a> Correction to UseCorrectAssertInTests.</li> <li><a href="https://github.com/google/error-prone/commit/a6ab21a1ad985820462d3b631ac369415c9630b3"><code>a6ab21a</code></a> Fix a crash in JUnitIncompatibleType</li> <li><a href="https://github.com/google/error-prone/commit/5a7b8d9b41a19aaf6cc917bc295ab5201cc2f328"><code>5a7b8d9</code></a> NearbyCallers: scan the body of expression lambdas.</li> <li><a href="https://github.com/google/error-prone/commit/53d787c7803dbb505b83df47c2a535ac9084e97e"><code>53d787c</code></a> Don't suggest <code>ImmutableSet</code> if <code>ImmutableList</code> is unused.</li> <li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.26.1...v2.27.0">compare view</a></li> </ul> </details> <br /> Updates `com.google.errorprone:error_prone_type_annotations` from 2.26.1 to 2.27.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/error-prone/releases">com.google.errorprone:error_prone_type_annotations's releases</a>.</em></p> <blockquote> <h2>Error Prone 2.27.0</h2> <p>New checks:</p> <ul> <li><a href="https://errorprone.info/bugpattern/ClassInitializationDeadlock"><code>ClassInitializationDeadlock</code></a> detects class initializers that reference subtypes of the current class, which can result in deadlocks.</li> <li><a href="https://errorprone.info/bugpattern/MockitoDoSetup"><code>MockitoDoSetup</code></a> suggests using <code>when</code>/<code>thenReturn</code> over <code>doReturn</code>/<code>when</code> for additional type safety.</li> <li><a href="https://errorprone.info/bugpattern/VoidUsed"><code>VoidUsed</code></a> suggests using a literal <code>null</code> instead of referring to a <code>Void</code>-typed variable.</li> </ul> <p>Modified checks:</p> <ul> <li><code>TruthSelfEquals</code> has been renamed and generalized as <a href="https://errorprone.info/bugpattern/SelfAssertion"><code>SelfAssertion</code></a></li> <li><a href="https://errorprone.info/bugpattern/RedundantSetterCall"><code>RedundantSetterCall</code></a> has been improved, and enabled as an error oby default</li> </ul> <p>Closed issues: <a href="https://redirect.github.com/google/error-prone/issues/4291">#4291</a>. <a href="https://redirect.github.com/google/error-prone/issues/4308">#4308</a>, <a href="https://redirect.github.com/google/error-prone/issues/4343">#4343</a>, <a href="https://redirect.github.com/google/error-prone/issues/4320">#4320</a></p> <p>Full Changelog: <a href="https://github.com/google/error-prone/compare/v2.26.1...v2.27.0">https://github.com/google/error-prone/compare/v2.26.1...v2.27.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/error-prone/commit/ebe0a014edf7a50345c3b9e958e876e8a9177f60"><code>ebe0a01</code></a> Release Error Prone 2.27.0</li> <li><a href="https://github.com/google/error-prone/commit/fd9b826d595cabe56a66c060ce52504cd24630af"><code>fd9b826</code></a> Remove a very literal change-detector test, and move the comment to the produ...</li> <li><a href="https://github.com/google/error-prone/commit/f289d9ef8f523ba76b433c5273a539b4e526134f"><code>f289d9e</code></a> <code>VoidUsed</code>: flag <code>Void</code> variables being <em>used</em>, where they can simply be repl...</li> <li><a href="https://github.com/google/error-prone/commit/3ee6f41416ba8007eb7366c7dc644bcf1655f97f"><code>3ee6f41</code></a> Fix for a crash in RedundantSetterCall.</li> <li><a href="https://github.com/google/error-prone/commit/92c106da53f08cf876f2e37c5946e5a8d3c12d29"><code>92c106d</code></a> Encourage when/thenReturn over doReturn/when.</li> <li><a href="https://github.com/google/error-prone/commit/07c1a7c80b9e3cc0b8c38a3a46b464fda373f5b7"><code>07c1a7c</code></a> Stop mentioning <code>@Var</code> in[]</li> <li><a href="https://github.com/google/error-prone/commit/9d662726ccffcc9e9ec8746f0c2469f825a55ba2"><code>9d66272</code></a> Correction to UseCorrectAssertInTests.</li> <li><a href="https://github.com/google/error-prone/commit/a6ab21a1ad985820462d3b631ac369415c9630b3"><code>a6ab21a</code></a> Fix a crash in JUnitIncompatibleType</li> <li><a href="https://github.com/google/error-prone/commit/5a7b8d9b41a19aaf6cc917bc295ab5201cc2f328"><code>5a7b8d9</code></a> NearbyCallers: scan the body of expression lambdas.</li> <li><a href="https://github.com/google/error-prone/commit/53d787c7803dbb505b83df47c2a535ac9084e97e"><code>53d787c</code></a> Don't suggest <code>ImmutableSet</code> if <code>ImmutableList</code> is unused.</li> <li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.26.1...v2.27.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 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> Fixes #1772 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1772 from google:dependabot/maven/value/errorprone.version-2.27.0 26644670b794f3a17f500e9ebd913cc6b4a1dec0 PiperOrigin-RevId: 629091900
2024-04-28Bump com.google.testparameterinjector:test-parameter-injector from 1.15 to ↵dependabot[bot]
1.16 in /factory Bumps com.google.testparameterinjector:test-parameter-injector from 1.15 to 1.16. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.testparameterinjector:test-parameter-injector&package-manager=maven&previous-version=1.15&new-version=1.16)](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> Fixes #1771 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1771 from google:dependabot/maven/factory/com.google.testparameterinjector-test-parameter-injector-1.16 b6728ebc979e4bf536e413eb06d4a2bf3511c8ed PiperOrigin-RevId: 628872755
2024-04-25Bump actions/checkout from 4.1.3 to 4.1.4dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. <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>v4.1.4</h2> <h2>What's Changed</h2> <ul> <li>Disable <code>extensions.worktreeConfig</code> when disabling <code>sparse-checkout</code> by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li> <li>Add dependabot config by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li> <li>Bump word-wrap from 1.2.3 to 1.2.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li> <li>Bump the minor-actions-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4.1.3...v4.1.4">https://github.com/actions/checkout/compare/v4.1.3...v4.1.4</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>v4.1.4</h2> <ul> <li>Disable <code>extensions.worktreeConfig</code> when disabling <code>sparse-checkout</code> by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li> <li>Add dependabot config by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li> <li>Bump the minor-actions-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li> <li>Bump word-wrap from 1.2.3 to 1.2.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li> </ul> <h2>v4.1.3</h2> <ul> <li>Check git version before attempting to disable <code>sparse-checkout</code> by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1656">actions/checkout#1656</a></li> <li>Add SSH user parameter by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1685">actions/checkout#1685</a></li> <li>Update <code>actions/checkout</code> version in <code>update-main-version.yml</code> by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1650">actions/checkout#1650</a></li> </ul> <h2>v4.1.2</h2> <ul> <li>Fix: Disable sparse checkout whenever <code>sparse-checkout</code> option is not present <a href="https://github.com/dscho"><code>@​dscho</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1598">actions/checkout#1598</a></li> </ul> <h2>v4.1.1</h2> <ul> <li>Correct link to GitHub Docs by <a href="https://github.com/peterbe"><code>@​peterbe</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1511">actions/checkout#1511</a></li> <li>Link to release page from what's new section by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1514">actions/checkout#1514</a></li> </ul> <h2>v4.1.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1396">Add support for partial checkout filters</a></li> </ul> <h2>v4.0.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1067">Support fetching without the --progress option</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1436">Update to node20</a></li> </ul> <h2>v3.6.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1377">Fix: Mark test scripts with Bash'isms to be run via Bash</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/579">Add option to fetch tags even if fetch-depth &gt; 0</a></li> </ul> <h2>v3.5.3</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1196">Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1287">Fix typos found by codespell</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1369">Add support for sparse checkouts</a></li> </ul> <h2>v3.5.2</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1289">Fix api endpoint for GHES</a></li> </ul> <h2>v3.5.1</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1246">Fix slow checkout on Windows</a></li> </ul> <h2>v3.5.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1237">Add new public key for known_hosts</a></li> </ul> <h2>v3.4.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1209">Upgrade codeql actions to v2</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1210">Upgrade dependencies</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1225">Upgrade <code>@​actions/io</code></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/0ad4b8fadaa221de15dcec353f45205ec38ea70b"><code>0ad4b8f</code></a> Prep Release v4.1.4 (<a href="https://redirect.github.com/actions/checkout/issues/1704">#1704</a>)</li> <li><a href="https://github.com/actions/checkout/commit/43045ae669be728bd34ed56fcd1a230c0dc4d8e2"><code>43045ae</code></a> Disable <code>extensions.worktreeConfig</code> when disabling <code>sparse-checkout</code> (<a href="https://redirect.github.com/actions/checkout/issues/1692">#1692</a>)</li> <li><a href="https://github.com/actions/checkout/commit/37b082107ba410260a3aaddf93122e04801ce631"><code>37b0821</code></a> Bump the minor-actions-dependencies group with 2 updates (<a href="https://redirect.github.com/actions/checkout/issues/1693">#1693</a>)</li> <li><a href="https://github.com/actions/checkout/commit/9839dc14a02ddc6b6995e69eb3ecb98132fc8b6b"><code>9839dc1</code></a> Add dependabot config (<a href="https://redirect.github.com/actions/checkout/issues/1688">#1688</a>)</li> <li><a href="https://github.com/actions/checkout/commit/9b4c13b0bfa31b4514c14f74b5a166c2708f43c6"><code>9b4c13b</code></a> Bump word-wrap from 1.2.3 to 1.2.5 (<a href="https://redirect.github.com/actions/checkout/issues/1643">#1643</a>)</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/1d96c772d19495a3b5c517cd2bc0cb401ea0529f...0ad4b8fadaa221de15dcec353f45205ec38ea70b">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=4.1.3&new-version=4.1.4)](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> Fixes #1770 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1770 from google:dependabot/github_actions/actions/checkout-4.1.4 055732fdac394235c5ae9d8c1a1b7a8f34171581 PiperOrigin-RevId: 628115325
2024-04-24Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 in /valuedependabot[bot]
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.2 to 3.5.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-shade-plugin/commit/19618cde0df300251dfd49bb5a043e31b8dfe8c0"><code>19618cd</code></a> [maven-release-plugin] prepare release maven-shade-plugin-3.5.3</li> <li><a href="https://github.com/apache/maven-shade-plugin/commit/faf233e315c7d8876a9714e15f3427429de0f9dd"><code>faf233e</code></a> [MSHADE-472] upgrade parent POM</li> <li><a href="https://github.com/apache/maven-shade-plugin/commit/7de9ae718876c5b1a9808726c8ad1e101aa5db0d"><code>7de9ae7</code></a> [MSHADE-471] deal with DST</li> <li><a href="https://github.com/apache/maven-shade-plugin/commit/58d8cfe097f995a944c922552afcc14e68eec51b"><code>58d8cfe</code></a> [MSHADE-470] Bump asmVersion from 9.6 to 9.7 (<a href="https://redirect.github.com/apache/maven-shade-plugin/issues/218">#218</a>)</li> <li><a href="https://github.com/apache/maven-shade-plugin/commit/90745827b50e1323674e5bc7c1ccdeeddf87afd1"><code>9074582</code></a> Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1</li> <li><a href="https://github.com/apache/maven-shade-plugin/commit/a8030f829180f50d4497e42e212a891ec595a059"><code>a8030f8</code></a> Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.0 (<a href="https://redirect.github.com/apache/maven-shade-plugin/issues/215">#215</a>)</li> <li><a href="https://github.com/apache/maven-shade-plugin/commit/1218bdcc8d2d2d8c94c46a771efb66ba1f209eee"><code>1218bdc</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.5.2...maven-shade-plugin-3.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-shade-plugin&package-manager=maven&previous-version=3.5.2&new-version=3.5.3)](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> Fixes #1769 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1769 from google:dependabot/maven/value/org.apache.maven.plugins-maven-shade-plugin-3.5.3 ab8daff8bbfa3d8f618a3a0e24981508df3baf08 PiperOrigin-RevId: 627732723
2024-04-23Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 in /servicedependabot[bot]
Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.0 to 3.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-jar-plugin/releases">org.apache.maven.plugins:maven-jar-plugin's releases</a>.</em></p> <blockquote> <h2>3.4.1</h2> <!-- raw HTML omitted --> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-307">[MJAR-307]</a> - Wrong version of commons-io cause a ClassNotFound o.a.commons.io.file.attribute.FileTimes (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/83">#83</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-308">[MJAR-308]</a> - Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/85">#85</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-jar-plugin/commit/8b29adc0e420b1da1495791c9d5bb9399590cc51"><code>8b29adc</code></a> [maven-release-plugin] prepare release maven-jar-plugin-3.4.1</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/325b2990308f08d4a2b3010cafe8bb55304ef53c"><code>325b299</code></a> [MJAR-308] Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/85">#85</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/52111cc9250fc5876f4a6570a48bc679d099d8e2"><code>52111cc</code></a> [MJAR-307] Wrong version of commons-io cause a ClassNotFound o.a.commons.io.f...</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/902d4c55a19f301c31a4e187fbd798d4f847cb19"><code>902d4c5</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.4.0...maven-jar-plugin-3.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-jar-plugin&package-manager=maven&previous-version=3.4.0&new-version=3.4.1)](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> Fixes #1766 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1766 from google:dependabot/maven/service/org.apache.maven.plugins-maven-jar-plugin-3.4.1 02aa7a20e0cb84cfc0f651f885e2c8194f4cac78 PiperOrigin-RevId: 627400654
2024-04-23Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 in /factorydependabot[bot]
Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.0 to 3.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-jar-plugin/releases">org.apache.maven.plugins:maven-jar-plugin's releases</a>.</em></p> <blockquote> <h2>3.4.1</h2> <!-- raw HTML omitted --> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-307">[MJAR-307]</a> - Wrong version of commons-io cause a ClassNotFound o.a.commons.io.file.attribute.FileTimes (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/83">#83</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-308">[MJAR-308]</a> - Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/85">#85</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-jar-plugin/commit/8b29adc0e420b1da1495791c9d5bb9399590cc51"><code>8b29adc</code></a> [maven-release-plugin] prepare release maven-jar-plugin-3.4.1</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/325b2990308f08d4a2b3010cafe8bb55304ef53c"><code>325b299</code></a> [MJAR-308] Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/85">#85</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/52111cc9250fc5876f4a6570a48bc679d099d8e2"><code>52111cc</code></a> [MJAR-307] Wrong version of commons-io cause a ClassNotFound o.a.commons.io.f...</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/902d4c55a19f301c31a4e187fbd798d4f847cb19"><code>902d4c5</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.4.0...maven-jar-plugin-3.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-jar-plugin&package-manager=maven&previous-version=3.4.0&new-version=3.4.1)](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> Fixes #1767 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1767 from google:dependabot/maven/factory/org.apache.maven.plugins-maven-jar-plugin-3.4.1 f38f72c299eaabb662815cacbe3bf615d6ab8bb6 PiperOrigin-RevId: 627400647
2024-04-23Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 in /commondependabot[bot]
Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.0 to 3.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-jar-plugin/releases">org.apache.maven.plugins:maven-jar-plugin's releases</a>.</em></p> <blockquote> <h2>3.4.1</h2> <!-- raw HTML omitted --> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-307">[MJAR-307]</a> - Wrong version of commons-io cause a ClassNotFound o.a.commons.io.file.attribute.FileTimes (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/83">#83</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-308">[MJAR-308]</a> - Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/85">#85</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-jar-plugin/commit/8b29adc0e420b1da1495791c9d5bb9399590cc51"><code>8b29adc</code></a> [maven-release-plugin] prepare release maven-jar-plugin-3.4.1</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/325b2990308f08d4a2b3010cafe8bb55304ef53c"><code>325b299</code></a> [MJAR-308] Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/85">#85</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/52111cc9250fc5876f4a6570a48bc679d099d8e2"><code>52111cc</code></a> [MJAR-307] Wrong version of commons-io cause a ClassNotFound o.a.commons.io.f...</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/902d4c55a19f301c31a4e187fbd798d4f847cb19"><code>902d4c5</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.4.0...maven-jar-plugin-3.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-jar-plugin&package-manager=maven&previous-version=3.4.0&new-version=3.4.1)](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> Fixes #1768 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1768 from google:dependabot/maven/common/org.apache.maven.plugins-maven-jar-plugin-3.4.1 84c8c8ab2b913b192d6a07aa41cf14a5b3b271c0 PiperOrigin-RevId: 627400478
2024-04-23Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 in /valuedependabot[bot]
Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.0 to 3.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-jar-plugin/releases">org.apache.maven.plugins:maven-jar-plugin's releases</a>.</em></p> <blockquote> <h2>3.4.1</h2> <!-- raw HTML omitted --> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-307">[MJAR-307]</a> - Wrong version of commons-io cause a ClassNotFound o.a.commons.io.file.attribute.FileTimes (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/83">#83</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-308">[MJAR-308]</a> - Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/85">#85</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-jar-plugin/commit/8b29adc0e420b1da1495791c9d5bb9399590cc51"><code>8b29adc</code></a> [maven-release-plugin] prepare release maven-jar-plugin-3.4.1</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/325b2990308f08d4a2b3010cafe8bb55304ef53c"><code>325b299</code></a> [MJAR-308] Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/85">#85</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/52111cc9250fc5876f4a6570a48bc679d099d8e2"><code>52111cc</code></a> [MJAR-307] Wrong version of commons-io cause a ClassNotFound o.a.commons.io.f...</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/902d4c55a19f301c31a4e187fbd798d4f847cb19"><code>902d4c5</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.4.0...maven-jar-plugin-3.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-jar-plugin&package-manager=maven&previous-version=3.4.0&new-version=3.4.1)](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> Fixes #1765 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1765 from google:dependabot/maven/value/org.apache.maven.plugins-maven-jar-plugin-3.4.1 304467587d1e90f02519e21f93a47acf76440984 PiperOrigin-RevId: 627400399
2024-04-22Fix small javadoc problems that lead to CI failures.Éamonn McManus
RELNOTES=n/a PiperOrigin-RevId: 627043716
2024-04-21Bump actions/checkout from 4.1.2 to 4.1.3dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3. <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>v4.1.3</h2> <h2>What's Changed</h2> <ul> <li>Update <code>actions/checkout</code> version in <code>update-main-version.yml</code> by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1650">actions/checkout#1650</a></li> <li>Check git version before attempting to disable <code>sparse-checkout</code> by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1656">actions/checkout#1656</a></li> <li>Add SSH user parameter by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1685">actions/checkout#1685</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4.1.2...v4.1.3">https://github.com/actions/checkout/compare/v4.1.2...v4.1.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/1d96c772d19495a3b5c517cd2bc0cb401ea0529f"><code>1d96c77</code></a> Add SSH user parameter (<a href="https://redirect.github.com/actions/checkout/issues/1685">#1685</a>)</li> <li><a href="https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017"><code>cd7d8d6</code></a> Check git version before attempting to disable <code>sparse-checkout</code> (<a href="https://redirect.github.com/actions/checkout/issues/1656">#1656</a>)</li> <li><a href="https://github.com/actions/checkout/commit/8410ad0602e1e429cee44a835ae9f77f654a6694"><code>8410ad0</code></a> Update <code>actions/checkout</code> version in <code>update-main-version.yml</code> (<a href="https://redirect.github.com/actions/checkout/issues/1650">#1650</a>)</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/9bb56186c3b09b4f86b1c65136769dd318469633...1d96c772d19495a3b5c517cd2bc0cb401ea0529f">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=4.1.2&new-version=4.1.3)](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> Fixes #1761 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1761 from google:dependabot/github_actions/actions/checkout-4.1.3 00affdbfad5dbf278994790b598b0f55607d0496 PiperOrigin-RevId: 626849244
2024-04-21Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 in /valuedependabot[bot]
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.3 to 3.2.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-gpg-plugin/releases">org.apache.maven.plugins:maven-gpg-plugin's releases</a>.</em></p> <blockquote> <h2>3.2.4</h2> <p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317521&amp;version=12354486">Release Notes - Maven GPG Plugin - Version 3.2.4</a></p> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <hr /> <!-- raw HTML omitted --> <ul> <li><a href="https://issues.apache.org/jira/browse/MGPG-125">[MGPG-125]</a> - Fix &quot;bestPractices&quot; (<a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/95">#95</a>) <a href="https://github.com/cstamas"><code>@​cstamas</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump commons-io:commons-io from 2.16.0 to 2.16.1 (<a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/94">#94</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/789149ea5676238f4e2958f51ae10778ca2ba3f0"><code>789149e</code></a> [maven-release-plugin] prepare release maven-gpg-plugin-3.2.4</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/893aedcab271ac92ef01f1a4346320525e678b39"><code>893aedc</code></a> [MGPG-125] Fix &quot;bestPractices&quot; (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/95">#95</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/b6f0324f27c780ee96840cfecfec866b44635f26"><code>b6f0324</code></a> [MGPG-126] Bump commons-io:commons-io from 2.16.0 to 2.16.1 (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/94">#94</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/3c5878b12cb95e077bc8f77bdb07913d210f8c95"><code>3c5878b</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.3...maven-gpg-plugin-3.2.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-gpg-plugin&package-manager=maven&previous-version=3.2.3&new-version=3.2.4)](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> Fixes #1760 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1760 from google:dependabot/maven/value/org.apache.maven.plugins-maven-gpg-plugin-3.2.4 42f61e3bc2f48e44d42be150c1dbcc0c6bc8a751 PiperOrigin-RevId: 626849231
2024-04-21Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 in /factorydependabot[bot]
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.3 to 3.2.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-gpg-plugin/releases">org.apache.maven.plugins:maven-gpg-plugin's releases</a>.</em></p> <blockquote> <h2>3.2.4</h2> <p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317521&amp;version=12354486">Release Notes - Maven GPG Plugin - Version 3.2.4</a></p> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <hr /> <!-- raw HTML omitted --> <ul> <li><a href="https://issues.apache.org/jira/browse/MGPG-125">[MGPG-125]</a> - Fix &quot;bestPractices&quot; (<a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/95">#95</a>) <a href="https://github.com/cstamas"><code>@​cstamas</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump commons-io:commons-io from 2.16.0 to 2.16.1 (<a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/94">#94</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/789149ea5676238f4e2958f51ae10778ca2ba3f0"><code>789149e</code></a> [maven-release-plugin] prepare release maven-gpg-plugin-3.2.4</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/893aedcab271ac92ef01f1a4346320525e678b39"><code>893aedc</code></a> [MGPG-125] Fix &quot;bestPractices&quot; (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/95">#95</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/b6f0324f27c780ee96840cfecfec866b44635f26"><code>b6f0324</code></a> [MGPG-126] Bump commons-io:commons-io from 2.16.0 to 2.16.1 (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/94">#94</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/3c5878b12cb95e077bc8f77bdb07913d210f8c95"><code>3c5878b</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.3...maven-gpg-plugin-3.2.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-gpg-plugin&package-manager=maven&previous-version=3.2.3&new-version=3.2.4)](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> Fixes #1762 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1762 from google:dependabot/maven/factory/org.apache.maven.plugins-maven-gpg-plugin-3.2.4 71a242f8ad6484cd0f518d6a158694e01e16ccef PiperOrigin-RevId: 626849224
2024-04-16Add missing import to google/auto example.Michael Vorburger.ch
RELNOTES=n/a PiperOrigin-RevId: 625309058
2024-04-15Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 in /valuedependabot[bot]
Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-jar-plugin/releases">org.apache.maven.plugins:maven-jar-plugin's releases</a>.</em></p> <blockquote> <h2>3.4.0</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-296">[MJAR-296]</a> - Allow including files excluded by default. (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/67">#67</a>) <a href="https://github.com/redzi"><code>@​redzi</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-302">[MJAR-302]</a> - Require Maven 3.6.3 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/77">#77</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-292">[MJAR-292]</a> - Detect MRJAR and add Multi-Release manifest entry (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/57">#57</a>) <a href="https://github.com/jorsol"><code>@​jorsol</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-62">[MJAR-62]</a> - Set Build-Jdk according to used toolchain (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/73">#73</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-306">[MJAR-306]</a> - Use properties for plugins versions in LifecycleMapping (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/82">#82</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/74">#74</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-298">[MJAR-298]</a> - Update Maven-Archiver to 3.6.2 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/78">#78</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Bump apache/maven-gh-actions-shared from 2 to 4 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/72">#72</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>Bump commons-io:commons-io from 2.14.0 to 2.15.1 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/68">#68</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-297">[MJAR-297]</a> - Update Parent to 40 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/64">#64</a>) <a href="https://github.com/jorsol"><code>@​jorsol</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-298">[MJAR-298]</a> - Update Maven-Archiver to 3.6.1 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/65">#65</a>) <a href="https://github.com/jorsol"><code>@​jorsol</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-293">[MJAR-293]</a> - Update Parent to 39 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/59">#59</a>) <a href="https://github.com/jorsol"><code>@​jorsol</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-304">[MJAR-304]</a> - Refresh download page (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/80">#80</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-303">[MJAR-303]</a> - Cleanup declared dependencies (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/79">#79</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Remove dependency on plexus (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/63">#63</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-jar-plugin/commit/992f44a2ef710326a6b98e18d4e40f724bea5f90"><code>992f44a</code></a> [maven-release-plugin] prepare release maven-jar-plugin-3.4.0</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/5e31b9933a68a44b180a499636f7f43c8521648c"><code>5e31b99</code></a> [MJAR-296] Allow including files excluded by default. (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/67">#67</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/ddfb635b55ec1ad23f83c4884a743b4a6c80a273"><code>ddfb635</code></a> [MJAR-306] Use properties for plugins versions in LifecycleMapping</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/aeffa392dd83040cde908c633b0ce2406850193b"><code>aeffa39</code></a> [MJAR-304] Refresh download page</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/ee85d599e14cbc69b71c65ade07b57f616217b57"><code>ee85d59</code></a> [MJAR-303] Cleanup declared dependencies</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/845c12071f2ec733c985c3d0eab3e48b1c15a486"><code>845c120</code></a> Bump org.junit:junit-bom from 5.10.1 to 5.10.2</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/8dd0d3f176fb28aa779cd2ddec9c342e834f38c6"><code>8dd0d3f</code></a> [MJAR-298] Update Maven-Archiver to 3.6.2</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/1b958d1804fa894eb4838c13b0532742751e5836"><code>1b958d1</code></a> [MJAR-302] Require Maven 3.6.3</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/fa4330fa687a98b1fa43c9bc8a574408b2ffe40b"><code>fa4330f</code></a> [MJAR-62] Set Build-Jdk according to used toolchain</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/adf1c76a8944899ea5049eca6f004ff3ccad8148"><code>adf1c76</code></a> Bump apache/maven-gh-actions-shared from 2 to 4</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-jar-plugin&package-manager=maven&previous-version=3.3.0&new-version=3.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Fixes #1758 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1758 from google:dependabot/maven/value/org.apache.maven.plugins-maven-jar-plugin-3.4.0 d5e919f0dab385db66bd3b112dd0a0bb59cca2d6 PiperOrigin-RevId: 625129233
2024-04-15Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 in /servicedependabot[bot]
Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-jar-plugin/releases">org.apache.maven.plugins:maven-jar-plugin's releases</a>.</em></p> <blockquote> <h2>3.4.0</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-296">[MJAR-296]</a> - Allow including files excluded by default. (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/67">#67</a>) <a href="https://github.com/redzi"><code>@​redzi</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-302">[MJAR-302]</a> - Require Maven 3.6.3 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/77">#77</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-292">[MJAR-292]</a> - Detect MRJAR and add Multi-Release manifest entry (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/57">#57</a>) <a href="https://github.com/jorsol"><code>@​jorsol</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-62">[MJAR-62]</a> - Set Build-Jdk according to used toolchain (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/73">#73</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-306">[MJAR-306]</a> - Use properties for plugins versions in LifecycleMapping (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/82">#82</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/74">#74</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-298">[MJAR-298]</a> - Update Maven-Archiver to 3.6.2 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/78">#78</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Bump apache/maven-gh-actions-shared from 2 to 4 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/72">#72</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>Bump commons-io:commons-io from 2.14.0 to 2.15.1 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/68">#68</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-297">[MJAR-297]</a> - Update Parent to 40 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/64">#64</a>) <a href="https://github.com/jorsol"><code>@​jorsol</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-298">[MJAR-298]</a> - Update Maven-Archiver to 3.6.1 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/65">#65</a>) <a href="https://github.com/jorsol"><code>@​jorsol</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-293">[MJAR-293]</a> - Update Parent to 39 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/59">#59</a>) <a href="https://github.com/jorsol"><code>@​jorsol</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-304">[MJAR-304]</a> - Refresh download page (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/80">#80</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-303">[MJAR-303]</a> - Cleanup declared dependencies (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/79">#79</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Remove dependency on plexus (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/63">#63</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-jar-plugin/commit/992f44a2ef710326a6b98e18d4e40f724bea5f90"><code>992f44a</code></a> [maven-release-plugin] prepare release maven-jar-plugin-3.4.0</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/5e31b9933a68a44b180a499636f7f43c8521648c"><code>5e31b99</code></a> [MJAR-296] Allow including files excluded by default. (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/67">#67</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/ddfb635b55ec1ad23f83c4884a743b4a6c80a273"><code>ddfb635</code></a> [MJAR-306] Use properties for plugins versions in LifecycleMapping</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/aeffa392dd83040cde908c633b0ce2406850193b"><code>aeffa39</code></a> [MJAR-304] Refresh download page</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/ee85d599e14cbc69b71c65ade07b57f616217b57"><code>ee85d59</code></a> [MJAR-303] Cleanup declared dependencies</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/845c12071f2ec733c985c3d0eab3e48b1c15a486"><code>845c120</code></a> Bump org.junit:junit-bom from 5.10.1 to 5.10.2</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/8dd0d3f176fb28aa779cd2ddec9c342e834f38c6"><code>8dd0d3f</code></a> [MJAR-298] Update Maven-Archiver to 3.6.2</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/1b958d1804fa894eb4838c13b0532742751e5836"><code>1b958d1</code></a> [MJAR-302] Require Maven 3.6.3</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/fa4330fa687a98b1fa43c9bc8a574408b2ffe40b"><code>fa4330f</code></a> [MJAR-62] Set Build-Jdk according to used toolchain</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/adf1c76a8944899ea5049eca6f004ff3ccad8148"><code>adf1c76</code></a> Bump apache/maven-gh-actions-shared from 2 to 4</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-jar-plugin&package-manager=maven&previous-version=3.3.0&new-version=3.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Fixes #1757 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1757 from google:dependabot/maven/service/org.apache.maven.plugins-maven-jar-plugin-3.4.0 dcf0a469c021fb58dab02b5f3570d21e0b505fb5 PiperOrigin-RevId: 625129029
2024-04-15Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 in /factorydependabot[bot]
Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-jar-plugin/releases">org.apache.maven.plugins:maven-jar-plugin's releases</a>.</em></p> <blockquote> <h2>3.4.0</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-296">[MJAR-296]</a> - Allow including files excluded by default. (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/67">#67</a>) <a href="https://github.com/redzi"><code>@​redzi</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-302">[MJAR-302]</a> - Require Maven 3.6.3 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/77">#77</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-292">[MJAR-292]</a> - Detect MRJAR and add Multi-Release manifest entry (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/57">#57</a>) <a href="https://github.com/jorsol"><code>@​jorsol</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-62">[MJAR-62]</a> - Set Build-Jdk according to used toolchain (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/73">#73</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-306">[MJAR-306]</a> - Use properties for plugins versions in LifecycleMapping (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/82">#82</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/74">#74</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-298">[MJAR-298]</a> - Update Maven-Archiver to 3.6.2 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/78">#78</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Bump apache/maven-gh-actions-shared from 2 to 4 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/72">#72</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>Bump commons-io:commons-io from 2.14.0 to 2.15.1 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/68">#68</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-297">[MJAR-297]</a> - Update Parent to 40 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/64">#64</a>) <a href="https://github.com/jorsol"><code>@​jorsol</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-298">[MJAR-298]</a> - Update Maven-Archiver to 3.6.1 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/65">#65</a>) <a href="https://github.com/jorsol"><code>@​jorsol</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-293">[MJAR-293]</a> - Update Parent to 39 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/59">#59</a>) <a href="https://github.com/jorsol"><code>@​jorsol</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-304">[MJAR-304]</a> - Refresh download page (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/80">#80</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-303">[MJAR-303]</a> - Cleanup declared dependencies (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/79">#79</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Remove dependency on plexus (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/63">#63</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-jar-plugin/commit/992f44a2ef710326a6b98e18d4e40f724bea5f90"><code>992f44a</code></a> [maven-release-plugin] prepare release maven-jar-plugin-3.4.0</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/5e31b9933a68a44b180a499636f7f43c8521648c"><code>5e31b99</code></a> [MJAR-296] Allow including files excluded by default. (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/67">#67</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/ddfb635b55ec1ad23f83c4884a743b4a6c80a273"><code>ddfb635</code></a> [MJAR-306] Use properties for plugins versions in LifecycleMapping</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/aeffa392dd83040cde908c633b0ce2406850193b"><code>aeffa39</code></a> [MJAR-304] Refresh download page</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/ee85d599e14cbc69b71c65ade07b57f616217b57"><code>ee85d59</code></a> [MJAR-303] Cleanup declared dependencies</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/845c12071f2ec733c985c3d0eab3e48b1c15a486"><code>845c120</code></a> Bump org.junit:junit-bom from 5.10.1 to 5.10.2</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/8dd0d3f176fb28aa779cd2ddec9c342e834f38c6"><code>8dd0d3f</code></a> [MJAR-298] Update Maven-Archiver to 3.6.2</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/1b958d1804fa894eb4838c13b0532742751e5836"><code>1b958d1</code></a> [MJAR-302] Require Maven 3.6.3</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/fa4330fa687a98b1fa43c9bc8a574408b2ffe40b"><code>fa4330f</code></a> [MJAR-62] Set Build-Jdk according to used toolchain</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/adf1c76a8944899ea5049eca6f004ff3ccad8148"><code>adf1c76</code></a> Bump apache/maven-gh-actions-shared from 2 to 4</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-jar-plugin&package-manager=maven&previous-version=3.3.0&new-version=3.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Fixes #1756 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1756 from google:dependabot/maven/factory/org.apache.maven.plugins-maven-jar-plugin-3.4.0 6a3a7d88061e6f2d2788fc7d20095b83ab3e2dbe PiperOrigin-RevId: 625087576
2024-04-15Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 in /commondependabot[bot]
Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-jar-plugin/releases">org.apache.maven.plugins:maven-jar-plugin's releases</a>.</em></p> <blockquote> <h2>3.4.0</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-296">[MJAR-296]</a> - Allow including files excluded by default. (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/67">#67</a>) <a href="https://github.com/redzi"><code>@​redzi</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-302">[MJAR-302]</a> - Require Maven 3.6.3 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/77">#77</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-292">[MJAR-292]</a> - Detect MRJAR and add Multi-Release manifest entry (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/57">#57</a>) <a href="https://github.com/jorsol"><code>@​jorsol</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-62">[MJAR-62]</a> - Set Build-Jdk according to used toolchain (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/73">#73</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-306">[MJAR-306]</a> - Use properties for plugins versions in LifecycleMapping (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/82">#82</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/74">#74</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-298">[MJAR-298]</a> - Update Maven-Archiver to 3.6.2 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/78">#78</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Bump apache/maven-gh-actions-shared from 2 to 4 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/72">#72</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>Bump commons-io:commons-io from 2.14.0 to 2.15.1 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/68">#68</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-297">[MJAR-297]</a> - Update Parent to 40 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/64">#64</a>) <a href="https://github.com/jorsol"><code>@​jorsol</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-298">[MJAR-298]</a> - Update Maven-Archiver to 3.6.1 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/65">#65</a>) <a href="https://github.com/jorsol"><code>@​jorsol</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-293">[MJAR-293]</a> - Update Parent to 39 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/59">#59</a>) <a href="https://github.com/jorsol"><code>@​jorsol</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-304">[MJAR-304]</a> - Refresh download page (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/80">#80</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-303">[MJAR-303]</a> - Cleanup declared dependencies (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/79">#79</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Remove dependency on plexus (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/63">#63</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-jar-plugin/commit/992f44a2ef710326a6b98e18d4e40f724bea5f90"><code>992f44a</code></a> [maven-release-plugin] prepare release maven-jar-plugin-3.4.0</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/5e31b9933a68a44b180a499636f7f43c8521648c"><code>5e31b99</code></a> [MJAR-296] Allow including files excluded by default. (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/67">#67</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/ddfb635b55ec1ad23f83c4884a743b4a6c80a273"><code>ddfb635</code></a> [MJAR-306] Use properties for plugins versions in LifecycleMapping</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/aeffa392dd83040cde908c633b0ce2406850193b"><code>aeffa39</code></a> [MJAR-304] Refresh download page</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/ee85d599e14cbc69b71c65ade07b57f616217b57"><code>ee85d59</code></a> [MJAR-303] Cleanup declared dependencies</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/845c12071f2ec733c985c3d0eab3e48b1c15a486"><code>845c120</code></a> Bump org.junit:junit-bom from 5.10.1 to 5.10.2</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/8dd0d3f176fb28aa779cd2ddec9c342e834f38c6"><code>8dd0d3f</code></a> [MJAR-298] Update Maven-Archiver to 3.6.2</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/1b958d1804fa894eb4838c13b0532742751e5836"><code>1b958d1</code></a> [MJAR-302] Require Maven 3.6.3</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/fa4330fa687a98b1fa43c9bc8a574408b2ffe40b"><code>fa4330f</code></a> [MJAR-62] Set Build-Jdk according to used toolchain</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/adf1c76a8944899ea5049eca6f004ff3ccad8148"><code>adf1c76</code></a> Bump apache/maven-gh-actions-shared from 2 to 4</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-jar-plugin&package-manager=maven&previous-version=3.3.0&new-version=3.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Fixes #1755 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1755 from google:dependabot/maven/common/org.apache.maven.plugins-maven-jar-plugin-3.4.0 c159a44f9acdc0a31f17bd98525adb7498f29444 PiperOrigin-RevId: 625086804
2024-04-11Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 in /factorydependabot[bot]
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.2 to 3.2.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-gpg-plugin/releases">org.apache.maven.plugins:maven-gpg-plugin's releases</a>.</em></p> <blockquote> <h2>3.2.3</h2> <p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317521&amp;version=12354440">Release Notes - Maven GPG Plugin - Version 3.2.3</a></p> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <hr /> <!-- raw HTML omitted --> <ul> <li><a href="https://issues.apache.org/jira/browse/MGPG-123%5D%5BMGPG-124">[MGPG-123][MGPG-124]</a> - Dependency upgrades (<a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/93">#93</a>) <a href="https://github.com/cstamas"><code>@​cstamas</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MGPG-120">[MGPG-120]</a> - New mojo sign-deployed (<a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/88">#88</a>) <a href="https://github.com/cstamas"><code>@​cstamas</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MGPG-121">[MGPG-121]</a> - Return the workaround for pseudo security (<a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/90">#90</a>) <a href="https://github.com/cstamas"><code>@​cstamas</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MGPG-117">[MGPG-117]</a> - Improve passphrase handling (<a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/86">#86</a>) <a href="https://github.com/cstamas"><code>@​cstamas</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MGPG-116">[MGPG-116]</a> - Up max key file size to 64K (<a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/85">#85</a>) <a href="https://github.com/cstamas"><code>@​cstamas</code></a></li> </ul> <h2>📦 Dependency updates</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/89b91a40617f911ce77cc3190842d46b1f470f45"><code>89b91a4</code></a> [maven-release-plugin] prepare release maven-gpg-plugin-3.2.3</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/fc2efa3097fa620ce5d5167a9d8ab9018a4247a5"><code>fc2efa3</code></a> [MGPG-123][MGPG-124] Dependency upgrades (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/93">#93</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/50222d351ac12e746ce9921a957654e5e24a55de"><code>50222d3</code></a> [MGPG-120] New mojo sign-deployed (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/88">#88</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/a6c3a094ea1e3b29fc3711f450f57e6e292fabed"><code>a6c3a09</code></a> [MGPG-122] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3...</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/78f5e370ee5f02f1b613540d8d7204cab919d99d"><code>78f5e37</code></a> [MGPG-121] Return the workaround for pseudo security (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/90">#90</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/582df745e6ec01e414be255fae0a8b262255c641"><code>582df74</code></a> [MGPG-117] Improve passphrase handling (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/86">#86</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/0adc6b8e50e09880495290aeb4a0dc953d1b7134"><code>0adc6b8</code></a> [MGPG-118] Bump commons-io:commons-io from 2.15.1 to 2.16.0 (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/87">#87</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/ef57091a7ffce55afe7b68bbd8b7592a6831687f"><code>ef57091</code></a> [MGPG-116] Up max key file size to 64K (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/85">#85</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/944be4e628ac721f654b4bbabb454206355144ae"><code>944be4e</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.2...maven-gpg-plugin-3.2.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-gpg-plugin&package-manager=maven&previous-version=3.2.2&new-version=3.2.3)](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> Fixes #1752 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1752 from google:dependabot/maven/factory/org.apache.maven.plugins-maven-gpg-plugin-3.2.3 e0f42fe464b6a6f2029c0181ab474f4824ecf718 PiperOrigin-RevId: 623969073
2024-04-11Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 in /valuedependabot[bot]
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.2 to 3.2.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-gpg-plugin/releases">org.apache.maven.plugins:maven-gpg-plugin's releases</a>.</em></p> <blockquote> <h2>3.2.3</h2> <p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317521&amp;version=12354440">Release Notes - Maven GPG Plugin - Version 3.2.3</a></p> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <hr /> <!-- raw HTML omitted --> <ul> <li><a href="https://issues.apache.org/jira/browse/MGPG-123%5D%5BMGPG-124">[MGPG-123][MGPG-124]</a> - Dependency upgrades (<a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/93">#93</a>) <a href="https://github.com/cstamas"><code>@​cstamas</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MGPG-120">[MGPG-120]</a> - New mojo sign-deployed (<a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/88">#88</a>) <a href="https://github.com/cstamas"><code>@​cstamas</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MGPG-121">[MGPG-121]</a> - Return the workaround for pseudo security (<a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/90">#90</a>) <a href="https://github.com/cstamas"><code>@​cstamas</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MGPG-117">[MGPG-117]</a> - Improve passphrase handling (<a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/86">#86</a>) <a href="https://github.com/cstamas"><code>@​cstamas</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MGPG-116">[MGPG-116]</a> - Up max key file size to 64K (<a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/85">#85</a>) <a href="https://github.com/cstamas"><code>@​cstamas</code></a></li> </ul> <h2>📦 Dependency updates</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/89b91a40617f911ce77cc3190842d46b1f470f45"><code>89b91a4</code></a> [maven-release-plugin] prepare release maven-gpg-plugin-3.2.3</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/fc2efa3097fa620ce5d5167a9d8ab9018a4247a5"><code>fc2efa3</code></a> [MGPG-123][MGPG-124] Dependency upgrades (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/93">#93</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/50222d351ac12e746ce9921a957654e5e24a55de"><code>50222d3</code></a> [MGPG-120] New mojo sign-deployed (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/88">#88</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/a6c3a094ea1e3b29fc3711f450f57e6e292fabed"><code>a6c3a09</code></a> [MGPG-122] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3...</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/78f5e370ee5f02f1b613540d8d7204cab919d99d"><code>78f5e37</code></a> [MGPG-121] Return the workaround for pseudo security (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/90">#90</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/582df745e6ec01e414be255fae0a8b262255c641"><code>582df74</code></a> [MGPG-117] Improve passphrase handling (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/86">#86</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/0adc6b8e50e09880495290aeb4a0dc953d1b7134"><code>0adc6b8</code></a> [MGPG-118] Bump commons-io:commons-io from 2.15.1 to 2.16.0 (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/87">#87</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/ef57091a7ffce55afe7b68bbd8b7592a6831687f"><code>ef57091</code></a> [MGPG-116] Up max key file size to 64K (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/85">#85</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/944be4e628ac721f654b4bbabb454206355144ae"><code>944be4e</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.2...maven-gpg-plugin-3.2.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-gpg-plugin&package-manager=maven&previous-version=3.2.2&new-version=3.2.3)](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> Fixes #1753 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1753 from google:dependabot/maven/value/org.apache.maven.plugins-maven-gpg-plugin-3.2.3 c58c4490496eb2a7b4df7939c536b58302b76213 PiperOrigin-RevId: 623969054
2024-04-05Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3.6.1 in /valuedependabot[bot]
Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.6.0 to 3.6.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/324d17eb353228933bcfaef024563e6306d0ebf3"><code>324d17e</code></a> [maven-release-plugin] prepare release maven-invoker-plugin-3.6.1</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/3cb6f325d220b72a75b664ddc9c14ba4a1097eff"><code>3cb6f32</code></a> use github for all scm elements</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/fcae667b070815fae176b06fb2393a940a3a9670"><code>fcae667</code></a> - Removed negative logic (<a href="https://redirect.github.com/apache/maven-invoker-plugin/issues/212">#212</a>)</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/09a47e040573a98274bb03ed1f40abe5b7319103"><code>09a47e0</code></a> Bump org.apache.groovy:groovy-bom from 4.0.18 to 4.0.20</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/8ee6f26ff6a03663922deabbad4af685241d8498"><code>8ee6f26</code></a> Bump commons-codec:commons-codec from 1.16.0 to 1.16.1</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/6dc88b62b7776cc29a5998dcff9d8dfe39a40fa2"><code>6dc88b6</code></a> Bump apache/maven-gh-actions-shared from 3 to 4</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/5cf008b38e2cc5bce1a7a87f87d03f6ac20b1750"><code>5cf008b</code></a> Bump org.assertj:assertj-core from 3.25.1 to 3.25.3</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/9c9095ddfd1f71e31590d57855e8df18cd60127c"><code>9c9095d</code></a> Bump org.apache.groovy:groovy-bom from 4.0.17 to 4.0.18 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/issues/213">#213</a>)</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/637304c513b1b2f1048e6a424bf311b0dec78146"><code>637304c</code></a> Bump commons-codec:commons-codec from 1.15 to 1.16.0 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/issues/198">#198</a>)</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/37e86793d691d282c5c0b0652dc0192f6df96f98"><code>37e8679</code></a> Bump org.apache.groovy:groovy-bom from 4.0.12 to 4.0.17 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/issues/205">#205</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.6.0...maven-invoker-plugin-3.6.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-invoker-plugin&package-manager=maven&previous-version=3.6.0&new-version=3.6.1)](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> Fixes #1748 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1748 from google:dependabot/maven/value/org.apache.maven.plugins-maven-invoker-plugin-3.6.1 d435e845a5f6410307f3f6475fda31227caab495 PiperOrigin-RevId: 622184512
2024-04-04Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 in ↵dependabot[bot]
/factory Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.0 to 3.3.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-source-plugin/commit/f80596e4eb587cf99452b67b43ee9729fdadbf3a"><code>f80596e</code></a> [maven-release-plugin] prepare release maven-source-plugin-3.3.1</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/7626998d262931570c969abe3fc60cf911fd6820"><code>7626998</code></a> Bump apache/maven-gh-actions-shared from 3 to 4</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/83c963c0fffadd3257e9a1ca9266cfac98c057c3"><code>83c963c</code></a> Bump org.apache.maven.plugins:maven-plugins from 39 to 41 (<a href="https://redirect.github.com/apache/maven-source-plugin/issues/18">#18</a>)</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/40ae49538beebc793f16a91578629383de114edb"><code>40ae495</code></a> Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.1 (<a href="https://redirect.github.com/apache/maven-source-plugin/issues/20">#20</a>)</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/073462bf11ad9cf61cab6a2ed213bb8af5349f35"><code>073462b</code></a> Bump org.apache.maven:maven-archiver from 3.6.0 to 3.6.1 (<a href="https://redirect.github.com/apache/maven-source-plugin/issues/21">#21</a>)</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/0b1c82366e306c9d138a3a83950326071c2fc7c6"><code>0b1c823</code></a> Fix typos in AbstractSourceJarMojo exception</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/099c65a64ac20e9f1133b41e2d1906944f6c13c3"><code>099c65a</code></a> [MSOURCES-142] Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0 (...</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/1edeea47f80bc5c5903e88c1adbff56501248a8b"><code>1edeea4</code></a> [MSOURCES-139] Fix typo in AbstractSourceJarMojo exception</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/436966ed7f93611d5faa6534478347b99c40f488"><code>436966e</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.3.0...maven-source-plugin-3.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-source-plugin&package-manager=maven&previous-version=3.3.0&new-version=3.3.1)](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> Fixes #1750 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1750 from google:dependabot/maven/factory/org.apache.maven.plugins-maven-source-plugin-3.3.1 86b06e821ac439b7546a4c0e1c4c1c3992894f12 PiperOrigin-RevId: 622025066
2024-04-04Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 in /valuedependabot[bot]
Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.0 to 3.3.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-source-plugin/commit/f80596e4eb587cf99452b67b43ee9729fdadbf3a"><code>f80596e</code></a> [maven-release-plugin] prepare release maven-source-plugin-3.3.1</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/7626998d262931570c969abe3fc60cf911fd6820"><code>7626998</code></a> Bump apache/maven-gh-actions-shared from 3 to 4</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/83c963c0fffadd3257e9a1ca9266cfac98c057c3"><code>83c963c</code></a> Bump org.apache.maven.plugins:maven-plugins from 39 to 41 (<a href="https://redirect.github.com/apache/maven-source-plugin/issues/18">#18</a>)</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/40ae49538beebc793f16a91578629383de114edb"><code>40ae495</code></a> Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.1 (<a href="https://redirect.github.com/apache/maven-source-plugin/issues/20">#20</a>)</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/073462bf11ad9cf61cab6a2ed213bb8af5349f35"><code>073462b</code></a> Bump org.apache.maven:maven-archiver from 3.6.0 to 3.6.1 (<a href="https://redirect.github.com/apache/maven-source-plugin/issues/21">#21</a>)</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/0b1c82366e306c9d138a3a83950326071c2fc7c6"><code>0b1c823</code></a> Fix typos in AbstractSourceJarMojo exception</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/099c65a64ac20e9f1133b41e2d1906944f6c13c3"><code>099c65a</code></a> [MSOURCES-142] Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0 (...</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/1edeea47f80bc5c5903e88c1adbff56501248a8b"><code>1edeea4</code></a> [MSOURCES-139] Fix typo in AbstractSourceJarMojo exception</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/436966ed7f93611d5faa6534478347b99c40f488"><code>436966e</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.3.0...maven-source-plugin-3.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-source-plugin&package-manager=maven&previous-version=3.3.0&new-version=3.3.1)](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> Fixes #1749 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1749 from google:dependabot/maven/value/org.apache.maven.plugins-maven-source-plugin-3.3.1 e397aea2acf1929b51b8a7ab211f53ee13605387 PiperOrigin-RevId: 622025063
2024-04-02Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3.6.1 in ↵dependabot[bot]
/factory Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.6.0 to 3.6.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/324d17eb353228933bcfaef024563e6306d0ebf3"><code>324d17e</code></a> [maven-release-plugin] prepare release maven-invoker-plugin-3.6.1</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/3cb6f325d220b72a75b664ddc9c14ba4a1097eff"><code>3cb6f32</code></a> use github for all scm elements</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/fcae667b070815fae176b06fb2393a940a3a9670"><code>fcae667</code></a> - Removed negative logic (<a href="https://redirect.github.com/apache/maven-invoker-plugin/issues/212">#212</a>)</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/09a47e040573a98274bb03ed1f40abe5b7319103"><code>09a47e0</code></a> Bump org.apache.groovy:groovy-bom from 4.0.18 to 4.0.20</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/8ee6f26ff6a03663922deabbad4af685241d8498"><code>8ee6f26</code></a> Bump commons-codec:commons-codec from 1.16.0 to 1.16.1</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/6dc88b62b7776cc29a5998dcff9d8dfe39a40fa2"><code>6dc88b6</code></a> Bump apache/maven-gh-actions-shared from 3 to 4</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/5cf008b38e2cc5bce1a7a87f87d03f6ac20b1750"><code>5cf008b</code></a> Bump org.assertj:assertj-core from 3.25.1 to 3.25.3</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/9c9095ddfd1f71e31590d57855e8df18cd60127c"><code>9c9095d</code></a> Bump org.apache.groovy:groovy-bom from 4.0.17 to 4.0.18 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/issues/213">#213</a>)</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/637304c513b1b2f1048e6a424bf311b0dec78146"><code>637304c</code></a> Bump commons-codec:commons-codec from 1.15 to 1.16.0 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/issues/198">#198</a>)</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/37e86793d691d282c5c0b0652dc0192f6df96f98"><code>37e8679</code></a> Bump org.apache.groovy:groovy-bom from 4.0.12 to 4.0.17 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/issues/205">#205</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.6.0...maven-invoker-plugin-3.6.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-invoker-plugin&package-manager=maven&previous-version=3.6.0&new-version=3.6.1)](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> Fixes #1747 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1747 from google:dependabot/maven/factory/org.apache.maven.plugins-maven-invoker-plugin-3.6.1 7424bdeb532e1d3cb11ae665df5340d57b7b2665 PiperOrigin-RevId: 621167441
2024-03-27Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 in /factorydependabot[bot]
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.1 to 3.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-gpg-plugin/releases">org.apache.maven.plugins:maven-gpg-plugin's releases</a>.</em></p> <blockquote> <h2>3.2.2</h2> <p>J<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317521&amp;version=12354419">iRA link</a></p> <h1>Release Notes - Maven GPG Plugin - Version 3.2.2</h1> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <hr /> <h2>What's Changed</h2> <ul> <li>[MGPG-113] SignAndDeployFileMojo results in 401 by <a href="https://github.com/cstamas"><code>@​cstamas</code></a> in <a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/82">apache/maven-gpg-plugin#82</a></li> <li>[MGPG-114] Allow max key size of 16KB by <a href="https://github.com/cstamas"><code>@​cstamas</code></a> in <a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/83">apache/maven-gpg-plugin#83</a></li> <li>[MGPG-115] Show more info about key used to sign by <a href="https://github.com/cstamas"><code>@​cstamas</code></a> in <a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/84">apache/maven-gpg-plugin#84</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.1...maven-gpg-plugin-3.2.2">https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.1...maven-gpg-plugin-3.2.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/ab97064bd26c7c81dd115948837b7b39a9733707"><code>ab97064</code></a> [maven-release-plugin] prepare release maven-gpg-plugin-3.2.2</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/2be0a00b97105c9885c7f51f53cbc5f49720587a"><code>2be0a00</code></a> [MGPG-115] Show more info about key used to sign (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/84">#84</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/363183053da3325683ef60fafcf1ffafe4d07e31"><code>3631830</code></a> [MGPG-114] Allow max key size of 16KB (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/83">#83</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/528fab96943fcbfd0b70367b8fa388d8ac2a8bbc"><code>528fab9</code></a> [MGPG-113] SignAndDeployFileMojo results in 401 (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/82">#82</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/770636b978c9c48a8d975b76807d9553e3c2c452"><code>770636b</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.1...maven-gpg-plugin-3.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-gpg-plugin&package-manager=maven&previous-version=3.2.1&new-version=3.2.2)](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> Fixes #1746 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1746 from google:dependabot/maven/factory/org.apache.maven.plugins-maven-gpg-plugin-3.2.2 b6fb4d4b88b513e4691b4fd4d1e6cd356ea37392 PiperOrigin-RevId: 619510303
2024-03-26Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 in /valuedependabot[bot]
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.1 to 3.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-gpg-plugin/releases">org.apache.maven.plugins:maven-gpg-plugin's releases</a>.</em></p> <blockquote> <h2>3.2.2</h2> <p>J<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317521&amp;version=12354419">iRA link</a></p> <h1>Release Notes - Maven GPG Plugin - Version 3.2.2</h1> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <hr /> <h2>What's Changed</h2> <ul> <li>[MGPG-113] SignAndDeployFileMojo results in 401 by <a href="https://github.com/cstamas"><code>@​cstamas</code></a> in <a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/82">apache/maven-gpg-plugin#82</a></li> <li>[MGPG-114] Allow max key size of 16KB by <a href="https://github.com/cstamas"><code>@​cstamas</code></a> in <a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/83">apache/maven-gpg-plugin#83</a></li> <li>[MGPG-115] Show more info about key used to sign by <a href="https://github.com/cstamas"><code>@​cstamas</code></a> in <a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/84">apache/maven-gpg-plugin#84</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.1...maven-gpg-plugin-3.2.2">https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.1...maven-gpg-plugin-3.2.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/ab97064bd26c7c81dd115948837b7b39a9733707"><code>ab97064</code></a> [maven-release-plugin] prepare release maven-gpg-plugin-3.2.2</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/2be0a00b97105c9885c7f51f53cbc5f49720587a"><code>2be0a00</code></a> [MGPG-115] Show more info about key used to sign (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/84">#84</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/363183053da3325683ef60fafcf1ffafe4d07e31"><code>3631830</code></a> [MGPG-114] Allow max key size of 16KB (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/83">#83</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/528fab96943fcbfd0b70367b8fa388d8ac2a8bbc"><code>528fab9</code></a> [MGPG-113] SignAndDeployFileMojo results in 401 (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/82">#82</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/770636b978c9c48a8d975b76807d9553e3c2c452"><code>770636b</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.1...maven-gpg-plugin-3.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-gpg-plugin&package-manager=maven&previous-version=3.2.1&new-version=3.2.2)](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> Fixes #1745 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1745 from google:dependabot/maven/value/org.apache.maven.plugins-maven-gpg-plugin-3.2.2 c2632034014822b8521795c5710a58c7d42e126d PiperOrigin-RevId: 619318753
2024-03-26Bump org.ow2.asm:asm from 9.6 to 9.7 in /valuedependabot[bot]
Bumps org.ow2.asm:asm from 9.6 to 9.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.ow2.asm:asm&package-manager=maven&previous-version=9.6&new-version=9.7)](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> Fixes #1744 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1744 from google:dependabot/maven/value/org.ow2.asm-asm-9.7 10128dc17acaf580b451b4d760eb27f40fb9dc22 PiperOrigin-RevId: 619185036
2024-03-19Bump actions/cache from 4.0.1 to 4.0.2dependabot[bot]
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p> <blockquote> <h2>v4.0.2</h2> <h2>What's Changed</h2> <ul> <li>Fix <code>fail-on-cache-miss</code> not working by <a href="https://github.com/cdce8p"><code>@​cdce8p</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1327">actions/cache#1327</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/cache/compare/v4.0.1...v4.0.2">https://github.com/actions/cache/compare/v4.0.1...v4.0.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/blob/main/RELEASES.md">actions/cache's changelog</a>.</em></p> <blockquote> <h1>Releases</h1> <h3>4.0.2</h3> <ul> <li>Fixed restore <code>fail-on-cache-miss</code> not working.</li> </ul> <h3>4.0.1</h3> <ul> <li>Updated <code>isGhes</code> check</li> </ul> <h3>4.0.0</h3> <ul> <li>Updated minimum runner version support from node 12 -&gt; node 20</li> </ul> <h3>3.3.3</h3> <ul> <li>Updates <code>@​actions/cache</code> to v3.2.3 to fix accidental mutated path arguments to <code>getCacheVersion</code> <a href="https://redirect.github.com/actions/toolkit/pull/1378">actions/toolkit#1378</a></li> <li>Additional audit fixes of npm package(s)</li> </ul> <h3>3.3.2</h3> <ul> <li>Fixes bug with Azure SDK causing blob downloads to get stuck.</li> </ul> <h3>3.3.1</h3> <ul> <li>Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.</li> </ul> <h3>3.3.0</h3> <ul> <li>Added option to lookup cache without downloading it.</li> </ul> <h3>3.2.6</h3> <ul> <li>Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners.</li> </ul> <h3>3.2.5</h3> <ul> <li>Added fix to prevent from setting MYSYS environment variable globally.</li> </ul> <h3>3.2.4</h3> <ul> <li>Added option to fail job on cache miss.</li> </ul> <h3>3.2.3</h3> <ul> <li>Support cross os caching on Windows as an opt-in feature.</li> <li>Fix issue with symlink restoration on Windows for cross-os caches.</li> </ul> <h3>3.2.2</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/cache/commit/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9"><code>0c45773</code></a> Merge pull request <a href="https://redirect.github.com/actions/cache/issues/1327">#1327</a> from cdce8p/fix-fail-on-cache-miss</li> <li><a href="https://github.com/actions/cache/commit/8a55f839aa4b4578e47bdc8a52828637cbb9a454"><code>8a55f83</code></a> Add test case for process exit</li> <li><a href="https://github.com/actions/cache/commit/3884cace147bdf9307fcc52a277f421af7b30798"><code>3884cac</code></a> Bump version</li> <li><a href="https://github.com/actions/cache/commit/e29dad3e36390db18fc19fb666cb1302f4929002"><code>e29dad3</code></a> Fix fail-on-cache-miss not working</li> <li>See full diff in <a href="https://github.com/actions/cache/compare/ab5e6d0c87105b4c9c2047343972218f562e4319...0c45773b623bea8c8e75f6c82b208c3cf94ea4f9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/cache&package-manager=github_actions&previous-version=4.0.1&new-version=4.0.2)](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> Fixes #1743 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1743 from google:dependabot/github_actions/actions/cache-4.0.2 85dd9b52c60796e9ad049252b5fee543c2da69ec PiperOrigin-RevId: 617327988
2024-03-18Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 in /factorydependabot[bot]
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.0 to 3.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-gpg-plugin/releases">org.apache.maven.plugins:maven-gpg-plugin's releases</a>.</em></p> <blockquote> <h2>3.2.1</h2> <p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317521&amp;version=12354394">JIRA link</a></p> <h1>Release Notes - Maven GPG Plugin - Version 3.2.1</h1> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <hr /> <h2>What's Changed</h2> <ul> <li>[MGPG-112] serverId def value was unintentionally dropped by <a href="https://github.com/cstamas"><code>@​cstamas</code></a> in <a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/80">apache/maven-gpg-plugin#80</a></li> <li>[MGPG-111] Fix dependencies by <a href="https://github.com/cstamas"><code>@​cstamas</code></a> in <a href="https://redirect.github.com/apache/maven-gpg-plugin/pull/81">apache/maven-gpg-plugin#81</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.0...maven-gpg-plugin-3.2.1">https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.0...maven-gpg-plugin-3.2.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/5b69086e7d2a48d985b6190cf75f1d0eb4ce2ecf"><code>5b69086</code></a> [maven-release-plugin] prepare release maven-gpg-plugin-3.2.1</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/28d298c2a9049c3a8535f97100670638ce48b724"><code>28d298c</code></a> [MGPG-111] Fix dependencies (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/81">#81</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/75d8ed56a05e7e886a61a92f076506b8ffba2bd1"><code>75d8ed5</code></a> [MGPG-112] serverId def value was unintentionally dropped (<a href="https://redirect.github.com/apache/maven-gpg-plugin/issues/80">#80</a>)</li> <li><a href="https://github.com/apache/maven-gpg-plugin/commit/2a11a2d667a6dbe17b8f037a8b822a1b16326a73"><code>2a11a2d</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.0...maven-gpg-plugin-3.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-gpg-plugin&package-manager=maven&previous-version=3.2.0&new-version=3.2.1)](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> Fixes #1742 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1742 from google:dependabot/maven/factory/org.apache.maven.plugins-maven-gpg-plugin-3.2.1 a005f67c8e7c2c11b7fb2d01ff6725a73c1a71ce PiperOrigin-RevId: 616962675
2024-03-18Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 in ↵dependabot[bot]
/value Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.12.1 to 3.13.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.13.0</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-574">[MCOMPILER-574]</a> - Propagate cause of exception in AbstractCompilerMojo (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/232">#232</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-582">[MCOMPILER-582]</a> - Automatic detection of release option for JDK &lt; 9 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/228">#228</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-583">[MCOMPILER-583]</a> - Require Maven 3.6.3 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/229">#229</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-577">[MCOMPILER-577]</a> - Rename parameter &quot;forceJavacCompilerUse&quot; (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/225">#225</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-570">[MCOMPILER-570]</a> - Add links to javac documentation of JDK17 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/224">#224</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-576">[MCOMPILER-576]</a> - Deprecate parameter &quot;compilerVersion&quot; (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/223">#223</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-575">[MCOMPILER-575]</a> - Bump plexusCompilerVersion from 2.14.2 to 2.15.0 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/227">#227</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>Bump apache/maven-gh-actions-shared from 3 to 4 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/226">#226</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> <h2>📝 Documentation updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-548">[MCOMPILER-548]</a> - JDK 21 throws annotations processing warning that can not be turned off (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/200">#200</a>) <a href="https://github.com/hgschmie"><code>@​hgschmie</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-584">[MCOMPILER-584]</a> - Refresh page - Using Non-Javac Compilers (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/231">#231</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-585">[MCOMPILER-585]</a> - Refresh plugins versions in ITs (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/230">#230</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>subject verb agreement (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/221">#221</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/a1415aa3833df5985ecdc2b854ef516d3afbf348"><code>a1415aa</code></a> [maven-release-plugin] prepare release maven-compiler-plugin-3.13.0</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/b2b9196f61198daddcac513d849c0d808e02c8d7"><code>b2b9196</code></a> [MCOMPILER-574] Propagate cause of exception in AbstractCompilerMojo</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/6d2ce5a46507ea6c44c2d4a81aaf183baad2784e"><code>6d2ce5a</code></a> [MCOMPILER-584] Refresh page - Using Non-Javac Compilers</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/eebad60f7500c3db44050f599d5fc13f01af116b"><code>eebad60</code></a> [MCOMPILER-585] Refresh plugins versions in ITs</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/ceacf6884dc98be921f78cbb6de9a88213955471"><code>ceacf68</code></a> [MCOMPILER-582] Automatic detection of release option for JDK &lt; 9</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/110293f730f03bd2361aafb39789055b52efe6ab"><code>110293f</code></a> [MCOMPILER-583] Require Maven 3.6.3</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/90131df544a466a7d2f35e2c1da88f56b2b9368e"><code>90131df</code></a> [MCOMPILER-575] Bump plexusCompilerVersion from 2.14.2 to 2.15.0 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/issues/227">#227</a>)</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/74cfc72acae4f55708bca189b2170167e83df6b3"><code>74cfc72</code></a> [MCOMPILER-548] JDK 21 throws annotations processing warning that can not be ...</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/f85aa27d7cc28664ed7cfdd19b8e250652a66471"><code>f85aa27</code></a> Bump apache/maven-gh-actions-shared from 3 to 4</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/d59ef49ead31f7d85c24f98ca6747f9b3a1906a2"><code>d59ef49</code></a> extract Maven 3.3.1 specific method call</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.12.1...maven-compiler-plugin-3.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-compiler-plugin&package-manager=maven&previous-version=3.12.1&new-version=3.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Fixes #1739 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1739 from google:dependabot/maven/value/org.apache.maven.plugins-maven-compiler-plugin-3.13.0 f02a13bfddbe5e862ed37ecd1ef3b99be9df48ce PiperOrigin-RevId: 616962104
2024-03-18Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 in ↵dependabot[bot]
/common Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.12.1 to 3.13.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.13.0</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-574">[MCOMPILER-574]</a> - Propagate cause of exception in AbstractCompilerMojo (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/232">#232</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-582">[MCOMPILER-582]</a> - Automatic detection of release option for JDK &lt; 9 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/228">#228</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-583">[MCOMPILER-583]</a> - Require Maven 3.6.3 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/229">#229</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-577">[MCOMPILER-577]</a> - Rename parameter &quot;forceJavacCompilerUse&quot; (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/225">#225</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-570">[MCOMPILER-570]</a> - Add links to javac documentation of JDK17 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/224">#224</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-576">[MCOMPILER-576]</a> - Deprecate parameter &quot;compilerVersion&quot; (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/223">#223</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-575">[MCOMPILER-575]</a> - Bump plexusCompilerVersion from 2.14.2 to 2.15.0 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/227">#227</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>Bump apache/maven-gh-actions-shared from 3 to 4 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/226">#226</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> <h2>📝 Documentation updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-548">[MCOMPILER-548]</a> - JDK 21 throws annotations processing warning that can not be turned off (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/200">#200</a>) <a href="https://github.com/hgschmie"><code>@​hgschmie</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-584">[MCOMPILER-584]</a> - Refresh page - Using Non-Javac Compilers (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/231">#231</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-585">[MCOMPILER-585]</a> - Refresh plugins versions in ITs (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/230">#230</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>subject verb agreement (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/221">#221</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/a1415aa3833df5985ecdc2b854ef516d3afbf348"><code>a1415aa</code></a> [maven-release-plugin] prepare release maven-compiler-plugin-3.13.0</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/b2b9196f61198daddcac513d849c0d808e02c8d7"><code>b2b9196</code></a> [MCOMPILER-574] Propagate cause of exception in AbstractCompilerMojo</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/6d2ce5a46507ea6c44c2d4a81aaf183baad2784e"><code>6d2ce5a</code></a> [MCOMPILER-584] Refresh page - Using Non-Javac Compilers</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/eebad60f7500c3db44050f599d5fc13f01af116b"><code>eebad60</code></a> [MCOMPILER-585] Refresh plugins versions in ITs</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/ceacf6884dc98be921f78cbb6de9a88213955471"><code>ceacf68</code></a> [MCOMPILER-582] Automatic detection of release option for JDK &lt; 9</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/110293f730f03bd2361aafb39789055b52efe6ab"><code>110293f</code></a> [MCOMPILER-583] Require Maven 3.6.3</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/90131df544a466a7d2f35e2c1da88f56b2b9368e"><code>90131df</code></a> [MCOMPILER-575] Bump plexusCompilerVersion from 2.14.2 to 2.15.0 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/issues/227">#227</a>)</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/74cfc72acae4f55708bca189b2170167e83df6b3"><code>74cfc72</code></a> [MCOMPILER-548] JDK 21 throws annotations processing warning that can not be ...</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/f85aa27d7cc28664ed7cfdd19b8e250652a66471"><code>f85aa27</code></a> Bump apache/maven-gh-actions-shared from 3 to 4</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/d59ef49ead31f7d85c24f98ca6747f9b3a1906a2"><code>d59ef49</code></a> extract Maven 3.3.1 specific method call</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.12.1...maven-compiler-plugin-3.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-compiler-plugin&package-manager=maven&previous-version=3.12.1&new-version=3.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Fixes #1737 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1737 from google:dependabot/maven/common/org.apache.maven.plugins-maven-compiler-plugin-3.13.0 4ab5677cd6eafdb1a407a151fa720d1049c65fc0 PiperOrigin-RevId: 616962096
2024-03-18Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 in ↵dependabot[bot]
/service Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.12.1 to 3.13.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.13.0</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-574">[MCOMPILER-574]</a> - Propagate cause of exception in AbstractCompilerMojo (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/232">#232</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-582">[MCOMPILER-582]</a> - Automatic detection of release option for JDK &lt; 9 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/228">#228</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-583">[MCOMPILER-583]</a> - Require Maven 3.6.3 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/229">#229</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-577">[MCOMPILER-577]</a> - Rename parameter &quot;forceJavacCompilerUse&quot; (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/225">#225</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-570">[MCOMPILER-570]</a> - Add links to javac documentation of JDK17 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/224">#224</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-576">[MCOMPILER-576]</a> - Deprecate parameter &quot;compilerVersion&quot; (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/223">#223</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-575">[MCOMPILER-575]</a> - Bump plexusCompilerVersion from 2.14.2 to 2.15.0 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/227">#227</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>Bump apache/maven-gh-actions-shared from 3 to 4 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/226">#226</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> <h2>📝 Documentation updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-548">[MCOMPILER-548]</a> - JDK 21 throws annotations processing warning that can not be turned off (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/200">#200</a>) <a href="https://github.com/hgschmie"><code>@​hgschmie</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-584">[MCOMPILER-584]</a> - Refresh page - Using Non-Javac Compilers (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/231">#231</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-585">[MCOMPILER-585]</a> - Refresh plugins versions in ITs (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/230">#230</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>subject verb agreement (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/221">#221</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/a1415aa3833df5985ecdc2b854ef516d3afbf348"><code>a1415aa</code></a> [maven-release-plugin] prepare release maven-compiler-plugin-3.13.0</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/b2b9196f61198daddcac513d849c0d808e02c8d7"><code>b2b9196</code></a> [MCOMPILER-574] Propagate cause of exception in AbstractCompilerMojo</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/6d2ce5a46507ea6c44c2d4a81aaf183baad2784e"><code>6d2ce5a</code></a> [MCOMPILER-584] Refresh page - Using Non-Javac Compilers</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/eebad60f7500c3db44050f599d5fc13f01af116b"><code>eebad60</code></a> [MCOMPILER-585] Refresh plugins versions in ITs</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/ceacf6884dc98be921f78cbb6de9a88213955471"><code>ceacf68</code></a> [MCOMPILER-582] Automatic detection of release option for JDK &lt; 9</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/110293f730f03bd2361aafb39789055b52efe6ab"><code>110293f</code></a> [MCOMPILER-583] Require Maven 3.6.3</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/90131df544a466a7d2f35e2c1da88f56b2b9368e"><code>90131df</code></a> [MCOMPILER-575] Bump plexusCompilerVersion from 2.14.2 to 2.15.0 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/issues/227">#227</a>)</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/74cfc72acae4f55708bca189b2170167e83df6b3"><code>74cfc72</code></a> [MCOMPILER-548] JDK 21 throws annotations processing warning that can not be ...</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/f85aa27d7cc28664ed7cfdd19b8e250652a66471"><code>f85aa27</code></a> Bump apache/maven-gh-actions-shared from 3 to 4</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/d59ef49ead31f7d85c24f98ca6747f9b3a1906a2"><code>d59ef49</code></a> extract Maven 3.3.1 specific method call</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.12.1...maven-compiler-plugin-3.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-compiler-plugin&package-manager=maven&previous-version=3.12.1&new-version=3.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Fixes #1738 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1738 from google:dependabot/maven/service/org.apache.maven.plugins-maven-compiler-plugin-3.13.0 139079d7181aa19b8ae3ae9b728e9d5df183b93c PiperOrigin-RevId: 616962089